Solution.
A linear function has the following form:
"y=a+b\\cdot x" , where
y - number of calculators that will be sold per week (pieces/week);
x - calculator price ($);
a - constant (pieces/week);
b - constant (pieces/(week⋅$)).
Find constant b by subtraction of formulas:
"9000=a+b\\cdot 85" ;
"11000=a+b\\cdot 80" , where
"9000-11000=a+b\\cdot 85-(a+b\\cdot 80)" ;
"-2000=b\\cdot 5" ;
"b=-400" (pieces/(week⋅$)).
Find constant a:
"9000=a-400\\cdot 85" ;
"a=9000+400\\cdot 85=43000" (pieces/week).
Answer 1: "y=43000-400\\cdot x".
Answer 2: We can't use upper function, because constants must have other dimensions (a must have (min/month) dimension; b must have (min/(month⋅$)) dimension). Accordingly we can use upper function to find only the number of calculators that will be sold per week at a price of x dollars.
Comments
Leave a comment