document.write( "Question 895013: please help with this word problem.\r
\n" );
document.write( "\n" );
document.write( "1) A certain rectangle has an area 78 cm^2. If its length is decreased by 3 and its width is increased by 4, it becomes a square. Find the dimension of the original rectangle. \n" );
document.write( "
Algebra.Com's Answer #542506 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A certain rectangle has an area 78 cm^2. If its length is decreased by 3 and its width is increased by 4, it becomes a square. Find the dimension of the original rectangle. \n" ); document.write( "*** \n" ); document.write( "let x=length of original rectangle \n" ); document.write( "let y=width of original rectangle \n" ); document.write( "x*y=78 \n" ); document.write( "y=78/x \n" ); document.write( "x-3=y+4 \n" ); document.write( "x-3=78/x+4 \n" ); document.write( "x^2-3x=78+4x \n" ); document.write( "x^2-7x-78=0 \n" ); document.write( "(x+6)(x-13)=0 \n" ); document.write( "x=-6(reject) \n" ); document.write( "x=13 \n" ); document.write( "y=78/13=6 \n" ); document.write( "length of original rectangle=13 cm \n" ); document.write( "width of original rectangle=6 cm \n" ); document.write( " |