document.write( "Question 102363: You run some water into a pitcher, then cool it down by adding ice cubes.
\n" );
document.write( "You find that putting in 5 ice cubes cools the water down to 76°. Putting in
\n" );
document.write( "15 ice cubes cools the water down to 48°. Assume that the temperature of
\n" );
document.write( "the water varies linearly with the number of cubes you put in. \r
\n" );
document.write( "\n" );
document.write( "I found the equation. It is y=90-2.8x and the correlation coefficient is -1.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What temperature would the water cool to if 7 ice cubes were put in \n" );
document.write( "
Algebra.Com's Answer #74414 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You run some water into a pitcher, then cool it down by adding ice cubes. \n" ); document.write( "You find that putting in 5 ice cubes cools the water down to 76°. Putting in \n" ); document.write( "15 ice cubes cools the water down to 48°. Assume that the temperature of \n" ); document.write( "the water varies linearly with the number of cubes you put in. \n" ); document.write( "------------------------ \n" ); document.write( "You have two points: (5,76) and (15,48) \n" ); document.write( "Equation is y = mx+b; You need to find m and b: \n" ); document.write( "m= [48-76]/[15-5) = -28/10 = -2.8 \n" ); document.write( "------- \n" ); document.write( "Use the point (15,48) to solve for \"b\": \n" ); document.write( "48 = -2.8*15 + b \n" ); document.write( "b = 48 + 42 = 90 \n" ); document.write( "---------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "temperature = -2.8*(# of cubes) + 90 \n" ); document.write( "------------ \n" ); document.write( "What temperature would the water cool to if 7 ice cubes were put in \n" ); document.write( "temp(7) = -2.8*7 + 90 \n" ); document.write( "temp(7) = 70.4 degrees \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |