document.write( "Question 1103531: The height of the Washington Monument is 33 feet less than six times the height of the Lincoln
\n" );
document.write( "Memorial. The difference in their heights is 457 feet. How high are they? \n" );
document.write( "
Algebra.Com's Answer #718231 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Lincoln is x feet \n" ); document.write( "Washington is 6x-33 \n" ); document.write( "The difference is 457 \n" ); document.write( "so 6x-33-x=457 \n" ); document.write( "5x=490 \n" ); document.write( "x=98 feet Lincoln \n" ); document.write( "6x-33=555 feet Washington \n" ); document.write( " |