document.write( "Question 949113: the length of a rectangle is 13 centimeters less than six times its width. it's area is 15 square centimeters. find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #579404 by macston(5194)![]() ![]() You can put this solution on YOUR website! W=width; L=length=6W-13 cm;A=L*W=15 sq cm \n" ); document.write( "A=L*W \n" ); document.write( "15 sq cm=L*W Substitute for L. \n" ); document.write( "15 sq cm=(6W-13)(W) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The answer we want is 3 ANSWER: Width is 3 cm. \n" ); document.write( "L=6W-13=6(3)-13=18-13=5 cm ANSWER: Length is 5 cm. \n" ); document.write( "CHECk: \n" ); document.write( "A=L*W \n" ); document.write( "15 sq cm=5 cm*3 cm \n" ); document.write( "15 sq cm=15 sq cm \n" ); document.write( " |