document.write( "Question 1024293: how do i solve this question or one similar:
\n" );
document.write( "The perimeter of a rectangle is 20cm and its area is 14cm^2. Calculate the dimensions of the rectangle to one decimal place. \n" );
document.write( "
Algebra.Com's Answer #639716 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangle is 20cm and its area is 14cm^2. Calculate the dimensions of the rectangle to one decimal place. \n" ); document.write( "------ \n" ); document.write( "2(L+W) = 20cm \n" ); document.write( "L*W = 14cm^2 \n" ); document.write( "------------------ \n" ); document.write( "L+W = 10 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"W\" and solve for \"L\":: \n" ); document.write( "L(10-L) = 14 \n" ); document.write( "10L-L^2 = 14 \n" ); document.write( "L^2 - 10L + 14 = 0 \n" ); document.write( "Use the Quadratic Formula to solve for L:: \n" ); document.write( "------------------- \n" ); document.write( "L = 1.68..cm \n" ); document.write( "W = 10-1.68 = 8.32...cm \n" ); document.write( "------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |