document.write( "Question 467550: A rectangle has a base which is five times as long as its height.
\n" );
document.write( " Find the base and the height of the rectangle if the perimeter is 240 meters. \n" );
document.write( "
Algebra.Com's Answer #320822 by mananth(16946)![]() ![]() You can put this solution on YOUR website! height =x \n" ); document.write( "base = 5x\r \n" ); document.write( "\n" ); document.write( "2(5x+x)=240 \n" ); document.write( "12x=240 \n" ); document.write( "x=20 height \n" ); document.write( "base = 100 \n" ); document.write( " |