document.write( "Question 64047: Hello!
\n" );
document.write( "Here is the information I have been given, an explanation of what I need to do, what I understand and what I don't.
\n" );
document.write( "Please help!
\n" );
document.write( "Thanks for looking at this problem!
\n" );
document.write( "Time /Temp
\n" );
document.write( "5 /55.7
\n" );
document.write( "15 /49.1
\n" );
document.write( "25 /42.8
\n" );
document.write( "35 /37
\n" );
document.write( "50 /29.9
\n" );
document.write( "60 /25.8
\n" );
document.write( "70 /22.4
\n" );
document.write( "80 /19.2
\n" );
document.write( "90 /16.4
\n" );
document.write( "100 /14.1
\n" );
document.write( "120 /10.3
\n" );
document.write( "140 /7.4
\n" );
document.write( "150 /6.1
\n" );
document.write( "170 /4
\n" );
document.write( "180 /3.3
\n" );
document.write( "The instructions tell me to calculate a linear regression line and then and from that to write an exponential equation that will match the original data.
\n" );
document.write( "I get how to figure out the linear regression line.
\n" );
document.write( "in form I get
\n" );
document.write( "I don't understand how to derive an exponential equation from this information.
\n" );
document.write( "Thanks Again \n" );
document.write( "
Algebra.Com's Answer #44689 by stanbon(75887) ![]() You can put this solution on YOUR website! One way to get the exponential regression equation is to \n" ); document.write( "use a calculator with that function programmed into it. \n" ); document.write( "The TI-83 is such a calculator. \n" ); document.write( "Using it I get this exponential equation: \n" ); document.write( "y=(65.59)*(9.984)^x \n" ); document.write( "------------- \n" ); document.write( "Another way to proceed: \n" ); document.write( "Pick two points from your data set: \n" ); document.write( "(100,14.1) and (35,37) \n" ); document.write( "The form is y=ab^x \n" ); document.write( "Each point gives a form: \n" ); document.write( "14.1=ab^100 \n" ); document.write( "37=ab^35 \n" ); document.write( "------------ \n" ); document.write( "You need to solve for a and for b. \n" ); document.write( "Divide the 1st by the 2nd to get: \n" ); document.write( "(14.1/37)=b^65 \n" ); document.write( "Take the 65th root of both sides to get: \n" ); document.write( "b=0.986.... \n" ); document.write( "Substitute that value into one of the equations to solve for \"a\", as follows: \n" ); document.write( "37=a(0.986...)^35 \n" ); document.write( "37=a(0.608...) \n" ); document.write( "EQUATION: \n" ); document.write( "y=(0.608..)(0.986...)^x \n" ); document.write( "--------------------------- \n" ); document.write( "You will get a little different equation if you pick \n" ); document.write( "different points, but you will get an exponential equation. \n" ); document.write( "-------- \n" ); document.write( "Hope this helps. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |