document.write( "Question 1064425: the length of a rectangle is 5 more than the width and has an area of 126 square inches. What is the length and width?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #679472 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the length of a rectangle is 5 more than the width and has an area of 126 square inches. What is the length and width? \n" ); document.write( "----- \n" ); document.write( "L = W + 5 \n" ); document.write( "L*W = 126 \n" ); document.write( "----------------------- \n" ); document.write( "(W+5)W = 126 \n" ); document.write( "W^2 + 5W - 126 = 0 \n" ); document.write( "-------------------- \n" ); document.write( "Width = 9 inches \n" ); document.write( "Length = W+5 = 14 inches \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |