document.write( "Question 197576: I am having trouble can someone help please thanks
\n" );
document.write( "
\n" );
document.write( "Consider the following table.
\n" );
document.write( " C(celsius) F(Farenheit)
\n" );
document.write( "Water Freezes 0 32
\n" );
document.write( "Water Boils 100 212 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(a) A linear relationship exists between Celsius(C) and Farenheit(F) temperatures. Using points of the form (F,C), find the linear equation solved for C (in terms of F).
\n" );
document.write( "C(F) = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) Now, using the linear equation that you just determined, find the Celsius equivalent of 165.4°F. C(Celsius)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #148161 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider the following table. \n" ); document.write( "C(celsius) F(Farenheit) \n" ); document.write( "Water Freezes (0,32) \n" ); document.write( "Water Boils (100, 212) \n" ); document.write( "---- \n" ); document.write( "Put points in the for (F,C): \n" ); document.write( "(32,0) (212,100) \r \n" ); document.write( "\n" ); document.write( "(a) A linear relationship exists between Celsius(C) and Farenheit(F) temperatures. Using points of the form (F,C), find the linear equation solved for C (in terms of F). \n" ); document.write( "slope = (100-0)/(212-32) = 100/180 = 5/9 \n" ); document.write( "intercept = ? \n" ); document.write( "0 = (5/9)*32 + b \n" ); document.write( "b = -160/9 \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "C(F) = (5/9)F - 160/9\r \n" ); document.write( "\n" ); document.write( "=========================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) Now, using the linear equation that you just determined, find the Celsius equivalent of 165.4°F. C(Celsius) \n" ); document.write( "C(165.4) = (5/9)*165.4 - 160/9 \n" ); document.write( "C(165.4) = 74.111 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |