Lydia V. answered 08/13/24
Passionate Mathematics Tutor Specializing in Algebra and Calculus
- First, convert verbal descriptions into mathematical language.
n= # of games
p= price per game
1000 games for $43 per game —> (1000, 43)
9000 games for $11 per game —> (9000, 11)
Goal: p= f(n)=mn+b
*Need to find m (slope) and b (y-intercept)
- To find slope (m), use slope formula, substituting point 1: (x1, y1)=(1000,43) and point 2: (x2,y2)=(9000,11)
m=slope= (y2-y1)/(x2-x1)= (11-43)/(9000-1000)=-32/8000=-0.004
- to find y-intercept (b), choose either point (let’s choose (1000,43)), plug in slope (m=-0.004) and x and y coordinates of your point into the general form of the equation: f(n)=mn+b, and solve for b
43=-0.004(1000)+b
43=-4+b
47=b
final answer:
p=f(n)=-0.004n+47