mjh94 said:
I've done function words problems before but I don't understand how to set this up so I can see when Ace becomes more expensive.
Ah. So you
have taken some algebra and you
do have some idea how to get started. That's a different kettle of fish entirely! :wink:
You're on the right track with setting up two equations, and you've actually got two equations that'll work -- with some tweaking:
. . . . .y = 20 + 0.23x
. . . . .-20 = 0.23x - y
...and:
. . . . .y = 40 + 0.15x
. . . . .-40 = 0.15x - y
So your "system of equations", in fairly standard form, is:
. . . . .0.23x - y = -20
. . . . .0.15x - y = -40
Whereas, in earlier algebra courses, you would have set your two equations equal to each other:
. . . . .20 + 0.23x = 40 + 0.15x
...and solved for the mileage "x" at which they were equal, now you need to solve the system of equations (provided above) by whatever method(s) they've covered in class and/or in your text. The x-value will be the mileage at which the fees are equal, and the y-value will be the charge for that mileage.
Note: From your earlier study of slopes and graphing linear equations, obviously y = 20 + 0.23x has the steeper slope, and will thus be the "higher" line (and charge) after the intersection point.
Eliz.