document.write( "Question 204458: Time (h) 0, 8, 16, 24, 32, 40, 48
\n" );
document.write( "Amount (g) 4.84, 4.63, 4.52, 4.45, 4.33, 4.19, 4.08\r
\n" );
document.write( "\n" );
document.write( "(a) Find an appropriate exponential model of the data points.\r
\n" );
document.write( "\n" );
document.write( "Amount at time t, A(t) = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I know I have to make two equations y=Ca^x
\n" );
document.write( "would someone be able to explain the steps please? \n" );
document.write( "
Algebra.Com's Answer #154355 by stanbon(75887) ![]() You can put this solution on YOUR website! Time (h) 0, 8, 16, 24, 32, 40, 48 \n" ); document.write( "Amount (g) 4.84, 4.63, 4.52, 4.45, 4.33, 4.19, 4.08 \n" ); document.write( "(a) Find an appropriate exponential model of the data points. \n" ); document.write( "Amount at time t, A(t) = \n" ); document.write( "----------------------- \n" ); document.write( "Pick any two points like (8,4.63) and (16,4.52) \n" ); document.write( "Substitute those value into A(t) = a*b^x \n" ); document.write( "4.52 = a*b^16 \n" ); document.write( "4.63 = a*b^8 \n" ); document.write( "----- \n" ); document.write( "Divide the equation with the lower power into the one with the higher power \n" ); document.write( "to get rid of \"a\" and to solve for \"b\": \n" ); document.write( "You get b^8 = 0.9762 \n" ); document.write( "Therefore b = 0.9970 \n" ); document.write( "---------------------------- \n" ); document.write( "Substitute a known b-value into either equation to solve for \"a\": \n" ); document.write( "4.63 = a*b^8 \n" ); document.write( "4.63 = a*0.9762 \n" ); document.write( "a = 4.7429 \n" ); document.write( "--------- \n" ); document.write( "Equation: \n" ); document.write( "A(t) = 4.7429*(0.9970)^x \n" ); document.write( "================================== \n" ); document.write( "Comment: I could have made this easier if I had chosen the \n" ); document.write( "point with x=0 but I wanted to illustrate the general \n" ); document.write( "procedure. \n" ); document.write( "If you calculate the A(t) values using the equation you will \n" ); document.write( "see that they differ slightly from the data you were given. \n" ); document.write( "That is because I rounded off the values of both a and b. \n" ); document.write( "======================================\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |