document.write( "Question 53327This question is from textbook Applied College Algebra
\n" );
document.write( ": 60. A can of frozen orange juice is taken from a freezer and gradually warmed, The equation T = 3x - 6 gives the Celsius temperature T of the juice x minutes after it is removed from the freezer. Find and discuss the meaning of the intercepts on the vertical and horizontal axes. \n" );
document.write( "
Algebra.Com's Answer #35601 by Nate(3500) ![]() You can put this solution on YOUR website! y-int (0,y) \n" ); document.write( "T = 3*0 - 6 = -6 \n" ); document.write( "This tells us that after 0 minutes, the frozen orange juice is -6 degrees Celsius. \n" ); document.write( "x-int (x,0) \n" ); document.write( "T + 6 = 3x \n" ); document.write( "(T + 6)/3 = x \n" ); document.write( "(0 + 6)/3 = x = 2 \n" ); document.write( "This tells us that after 2 minutes, the frozen orange juice is at 0 degrees Celsius. \n" ); document.write( " |