document.write( "Question 390844: I am trying to help my daughter understand how to solve a word problem but can't remember how to solve it myself -
\n" );
document.write( "\"If sales of 30 cattle bring in a profit of $4500 and sales of 50 cattle bring in a profit of $12,500, and the profit model is linear, how much profit will the sale of 75 cattle bring in?\"
\n" );
document.write( "$4,500 divided by 30 = $150 per head
\n" );
document.write( "$12,500 divided by 50 = $250 per head
\n" );
document.write( "my thought was that linear would mean 75 x $350 = $26,250 but that was not one of the multiple choice answers \n" );
document.write( "
Algebra.Com's Answer #277191 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If sales of 30 cattle bring in a profit of $4500 and sales of 50 cattle bring in a profit of $12,500, and the profit model is linear, how much profit will the sale of 75 cattle bring in? \n" ); document.write( "--- \n" ); document.write( "You have two points relating # of cattle and profit: \n" ); document.write( "(30,4500) and (50,12500) \n" ); document.write( "--- \n" ); document.write( "The linear equation has the form p = mc + b \n" ); document.write( "where p is profit and c is number of cattle. \n" ); document.write( "------------------- \n" ); document.write( "m is the slope of the equation: \n" ); document.write( "m = (12500-4500)/(50-30) = 8000/20 = 400 \n" ); document.write( "----- \n" ); document.write( "Find \"b\" using p=4500 when c=30 and m = 400: \n" ); document.write( "4500 = 400*30 + b \n" ); document.write( "b = 4500-12000 \n" ); document.write( "b = -7500 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "p(c) = 400c - 7500 \n" ); document.write( "---- \n" ); document.write( "Solve: \"how much profit will the sale of 75 cattle bring in?\" \n" ); document.write( "p(75) = 400*75 - 7500 \n" ); document.write( "p(75) = $22,500 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |