document.write( "Question 576219: Hello all.\r
\n" );
document.write( "\n" );
document.write( "May you please help me answer this word problem? Thanks:\r
\n" );
document.write( "\n" );
document.write( "The height of a rectangle is half as long as its base.If its height is increased by 5 and its base is decreased by 2, its perimeter is equal to 60. Find the height and base of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #369763 by chana(69)![]() ![]() You can put this solution on YOUR website! The height of a rectangle is half as long as its base.If its height is increased by 5 and its base is decreased by 2, its perimeter is equal to 60. Find the height and base of the rectangle. \n" ); document.write( "sol: \n" ); document.write( "let height = b \n" ); document.write( "base = l \n" ); document.write( "as given : \n" ); document.write( "b = (1/2) * l -------- (1) \n" ); document.write( "2 * ((b + 5) + (l - 2)) = 60--------(2) \n" ); document.write( "equation 2 gives l + b =27 -----(3) \n" ); document.write( "substitute 1 in 3 and simplify to get the required values \n" ); document.write( " |