document.write( "Question 661979: The yearly production of a 5 foot orange tree is 35 pounds of oranges. A 12 foot tree produces 54 pounds.
\n" );
document.write( " What is the predicted production of an 18 foot tree?
\n" );
document.write( "What is the predicted production of an 20 foot tree?
\n" );
document.write( "What is the predicted height ( in feet ) of a tree that produces 88 pounds of oranges? \n" );
document.write( "
Algebra.Com's Answer #411921 by KMST(5328)![]() ![]() You can put this solution on YOUR website! If the production, \n" ); document.write( "we can write the linear equation that describes it, knowing two ( \n" ); document.write( "\"The yearly production of a 5 foot orange tree is 35 pounds of oranges,\" gives us point ( \n" ); document.write( "\"A 12 foot tree produces 54 pounds,\" gives us point ( \n" ); document.write( " \n" ); document.write( "I can see 3 ways to get the answer. \n" ); document.write( "The expected way to solve the problem depends on what you are studying in class. \n" ); document.write( " \n" ); document.write( "CALCULATING SLOPE OF A LINE AND WRITING THE POINT-SLOPE FORM: \n" ); document.write( "We can calculate the slope, \n" ); document.write( " \n" ); document.write( "Then we can use that slope and the coordinates of one of the points to write the equation in point-slope form. \n" ); document.write( " \n" ); document.write( "From the point-slope form, we can go to the slope-intercept form, which will help answer the first 2 questions: \n" ); document.write( " \n" ); document.write( "With a calculator, we can use the approximation \n" ); document.write( "and get accurate enough results. \n" ); document.write( "I'll stick with the fractions just in case you are expected to do that. \n" ); document.write( "For the 18 foot tree, \n" ); document.write( " \n" ); document.write( "I assume the expected answer is \n" ); document.write( "For the 20 foot tree, \n" ); document.write( " \n" ); document.write( "I assume the expected answer is \n" ); document.write( "For the 88 pound production, \n" ); document.write( " \n" ); document.write( "Multiplying both sides times \n" ); document.write( " \n" ); document.write( "I assume the expected answer is \n" ); document.write( " \n" ); document.write( "SETTING UP A SYSTEM OF EQUATIONS TO FIND SLOPE AND INTERCEPT: \n" ); document.write( "WE can find an equation of the form \n" ); document.write( "by substituting the coordinates for out 2 points and solving the system \n" ); document.write( " \n" ); document.write( "Solving the system of equations leads to \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( "From that point on, the calculations are the same as done above. \n" ); document.write( " \n" ); document.write( "USING A COMPUTER/CALCULATOR AS IF IT IS A STATISTICS PROBLEM \n" ); document.write( "Using Excel functions in my computer, I can answer all 3 questions. \n" ); document.write( "With A1=5, A2=12, B1=35, B2=54, \n" ); document.write( "=FORECAST(18,B1:B2,A1:A2) gives me \n" ); document.write( "=FORECAST(20,B1:B2,A1:A2) gives me \n" ); document.write( "=FORECAST(88,A1:A2,B1:B2) gives me |