Question 180188
A home-made lefsa enterprise estimates that they can sell 30 dozen lefsa at $3.00 per dozen and 25 dozen lefsa at $4.00 per dozen. write a linear equation for the amount of lefsa sold in terms of the price per dozen. use your equation to approximate the amount of lefsa sold at $5.00 per dozen. 
-----------------------------------
You have two points of the form (price,lefsa)
They have (3,30) and (4,25)
-------------------------------
m = (25-30)/(4-3) = -5
---------------------------
You have m=-5 and y = 25 when x = 4; solve for b in the form y = mx + b
-------------
25 = -5*4 + b
b = 45
----------
lefsa(in dozens) = -5(price) + 45

lefsa($5) = -5*5 + 45
lefsa($5) = 20 dozen
========================
Cheers,
Stan H.