document.write( "Question 155067: the height of a tower is 3 times the height of a certain building. if the tower is 50m taller than the building,how tall is the tower? \n" ); document.write( "
Algebra.Com's Answer #114193 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Tower=3*building
\n" ); document.write( "Tower=building+50
\n" ); document.write( "3b=b+50
\n" ); document.write( "3b-b=50
\n" ); document.write( "2b=50
\n" ); document.write( "b=50/2
\n" ); document.write( "b=25 m tall.
\n" ); document.write( "Proof:
\n" ); document.write( "t=3*25=75m for the tower.
\n" ); document.write( "t=25+50=75 for the tower.
\n" ); document.write( "
\n" );