document.write( "Question 251715: how do i find the quadratic equation,with this question:
\n" );
document.write( "\" A rancher wants to yield the max amount of edible beef off of his square mile of land. At first he finds that as he adds more cattle, his yield goes up. However, if he overgrazes, the yield goes down. An agricultural agent tell him that his yield will vary quadratically with the # of animals that he grazes. For 5 head of cattle, his production is 8750 pounds of beef, and for 10 head of cattle, he reaps 15,000 pounds of beef. He had no production when he was grazing no cattle.\"\r
\n" );
document.write( "\n" );
document.write( "Find the particular equation of this function expressing pounds of beef produced in terms of the number of cattle. \n" );
document.write( "
Algebra.Com's Answer #183492 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! \" A rancher wants to yield the max amount of edible beef off of his square mile of land. At first he finds that as he adds more cattle, his yield goes up. \n" ); document.write( " However, if he overgrazes, the yield goes down. An agricultural agent tell him that his yield will vary quadratically with the # of animals that he grazes. \n" ); document.write( " For 5 head of cattle, his production is 8750 pounds of beef, and for 10 head of cattle, he reaps 15,000 pounds of beef. \n" ); document.write( " He had no production when he was grazing no cattle.\"\r \n" ); document.write( "\n" ); document.write( "Find the particular equation of this function expressing pounds of beef produced in terms of the number of cattle. \n" ); document.write( ": \n" ); document.write( "Using the form; ax^2 + bx + c = y, c=0, find a and b \n" ); document.write( "x=5 (no. of cattle); y=8750 (lb of beef) \n" ); document.write( "a(5^2) + 5b = 8750 \n" ); document.write( "25a + 5b = 8750 \n" ); document.write( "and \n" ); document.write( "x=10; y=15000 \n" ); document.write( "100a + 10b = 15000 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 2, subtract from the above equation \n" ); document.write( "100a + 10b = 15000 \n" ); document.write( " 50a + 10b = 17500 \n" ); document.write( "---------------------subtraction eliminates b, find a \n" ); document.write( "50a = -2500 \n" ); document.write( "a = \n" ); document.write( "a = -50 \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Find a using the 1st equation, replace a with -50 \n" ); document.write( "25a + 5b = 8750 \n" ); document.write( "25(-50) + 5b = 8750 \n" ); document.write( "-1250 = 5b = 8750 \n" ); document.write( "5b = 8750 + 1250 \n" ); document.write( "5b = 10000 \n" ); document.write( "b = \n" ); document.write( "b = 2000 \n" ); document.write( ": \n" ); document.write( "The quadratic function (lb of beef for No. of cattle): f(x) = -50x^2 + 2000x \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution using x=10 \n" ); document.write( "y = -50(10^2) + 2000(10) \n" ); document.write( "y = -50(100) + 20000 \n" ); document.write( "y = -5000 + 20000 \n" ); document.write( "y = 15000 as given in the problem \n" ); document.write( " \n" ); document.write( " |