document.write( "Question 497983: How do I write a multiplication expression for the following algebra word problem?\r
\n" );
document.write( "\n" );
document.write( "Hiking up a mountian, you notice that the air temperature drops 10 degrees celcius for every 1,ooo meters increase in elevation. Write an expression to represent the decrease in temperature if you hike up the mountain 3,000 meters. then evaluate the expression. \n" );
document.write( "
Algebra.Com's Answer #803921 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = temperature at sea level\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = increase in elevation (increments of 1000 meters)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "decrease in temperature if you climb 3000 meters = x - 30y \n" ); document.write( " |