document.write( "Question 324790: one side of a rectangle is 2cm longer than a second side. If the area is 35cm squared, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #232548 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! L=W+2 \n" ); document.write( "A=LW \n" ); document.write( "35=(W+2)W \n" ); document.write( "35=W^2+2W \n" ); document.write( "W^2+2W-35=0 \n" ); document.write( "(W+7)(W-5)=0 \n" ); document.write( "W-5=0 \n" ); document.write( "W=5 ANS. FOR THE WIDTH. \n" ); document.write( "L=5+2=7 ANS. FOR THE LENGTH. \n" ); document.write( "PROOF: \n" ); document.write( "35=7*5 \n" ); document.write( "35=35 \n" ); document.write( " |