document.write( "Question 41836This question is from textbook
\n" );
document.write( ": The height of the Eiffel Tower is 68 feet more than three times a side of its square base. If the sum of these two dimensions is 1380 feet, find the height of the Eiffel Tower. \n" );
document.write( "
Algebra.Com's Answer #26991 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the side of its square base be 'a' ft. \n" ); document.write( "Then the height is (3a + 68) ft. \n" ); document.write( "The sum of these dimensions = (3a + 68) + a = (4a + 68). \n" ); document.write( "But, given this sum is 1380 ft. \n" ); document.write( "So, (4a + 68) = 1380 \n" ); document.write( "or 4a = 1312 \n" ); document.write( "or a = 1312/4 = 328 \n" ); document.write( "So the height of the Eiffel Tower is (3x328 + 68) = 1052 ft. \n" ); document.write( " |