document.write( "Question 1019231: Hi
\n" ); document.write( "I am having a lot of difficulty forming an equation for c in terms of t from the following table\r
\n" ); document.write( "\n" ); document.write( "t 1 1.5 2 2.5 3 5
\n" ); document.write( "c 50 60 70 80 90 130\r
\n" ); document.write( "\n" ); document.write( "could you please show your workings as to how you arrived at the equation.\r
\n" ); document.write( "\n" ); document.write( "thank you
\n" ); document.write( "

Algebra.Com's Answer #635211 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
we use linear regression for this problem
\n" ); document.write( "*********************************************
\n" ); document.write( "we want to determine the following formula
\n" ); document.write( "c(t) = a + bt
\n" ); document.write( "********************************************
\n" ); document.write( "we have N = 6 pairs of data, first we calculate
\n" ); document.write( "tc and t^2 for each pair
\n" ); document.write( "t c tc t^2
\n" ); document.write( "1 50 50 1
\n" ); document.write( "1.5 60 90 2.25
\n" ); document.write( "2 70 140 4
\n" ); document.write( "2.5 80 200 6.25
\n" ); document.write( "3 90 270 9
\n" ); document.write( "3.5 130 455 12.25
\n" ); document.write( "********************************************
\n" ); document.write( "summation of t's = 13.5
\n" ); document.write( "summation of c's = 480
\n" ); document.write( "summation of tc's = 1205
\n" ); document.write( "summation of t^2's = 34.75
\n" ); document.write( "********************************************
\n" ); document.write( "slope(b) = ((N * summation of tc's) - (summation of t's * summation of c's)) / ((N * summation of t^2's) - (summation of t's)^2)
\n" ); document.write( ":
\n" ); document.write( "b = ((6 * 1205) - (13.5 * 480)) / ((6 * 34.75) - (13.5)^2)
\n" ); document.write( ":
\n" ); document.write( "b = 28.571428571 approx 28.57
\n" ); document.write( "**********************************************
\n" ); document.write( "intercept(a) = (summation of the c's -(b*summation of t's)) / N
\n" ); document.write( "a = (480 - (28.57 * 13.5)) / 6
\n" ); document.write( ":
\n" ); document.write( "a = 15.7175 approx 15.72
\n" ); document.write( "**********************************************
\n" ); document.write( "equation for c is
\n" ); document.write( "c(t) = 28.57x + 15.72
\n" ); document.write( "*********************************************\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );