Solution.
A linear function has the following form:
, 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:
;
, where
;
;
(pieces/(week⋅$)).
Find constant a:
;
(pieces/week).
Answer 1: .
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