document.write( "Question 675359: A mountain is 750m higher than a large building. If both the mountain and building were 7m lower, the mountain would be 16 times as high as the building. How high is each?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #419781 by sachi(548) You can put this solution on YOUR website! let the building is x m \n" ); document.write( "then mountain is x+750 m \n" ); document.write( "if both the mountain and building were 7m lower, the mountain would be 16 times as high as the building \n" ); document.write( "so x+750-7=16(x-7) \n" ); document.write( "or x+743=16x-112 \n" ); document.write( "or 16x-x=743+112 \n" ); document.write( "or 15x=855 \n" ); document.write( "or x=57 m \n" ); document.write( "so the building is 57 m \n" ); document.write( "then mountain is 57+750 =807 m \n" ); document.write( "ans \n" ); document.write( " \n" ); document.write( " |