document.write( "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.\r
\n" );
document.write( "\n" );
document.write( "thanks for helping me on this!! \n" );
document.write( "
Algebra.Com's Answer #135042 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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. \n" ); document.write( "----------------------------------- \n" ); document.write( "You have two points of the form (price,lefsa) \n" ); document.write( "They have (3,30) and (4,25) \n" ); document.write( "------------------------------- \n" ); document.write( "m = (25-30)/(4-3) = -5 \n" ); document.write( "--------------------------- \n" ); document.write( "You have m=-5 and y = 25 when x = 4; solve for b in the form y = mx + b \n" ); document.write( "------------- \n" ); document.write( "25 = -5*4 + b \n" ); document.write( "b = 45 \n" ); document.write( "---------- \n" ); document.write( "lefsa(in dozens) = -5(price) + 45\r \n" ); document.write( "\n" ); document.write( "lefsa($5) = -5*5 + 45 \n" ); document.write( "lefsa($5) = 20 dozen \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |