document.write( "Question 171299: The area of a rectangle is 48 square centimeters. If the width is 1/3 of the lenght, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #126457 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! xy=48 \n" ); document.write( "x=y/3 \n" ); document.write( "y/3*y=48 \n" ); document.write( "y^2/3=48 \n" ); document.write( "y^2=3*48 \n" ); document.write( "y^2=144 \n" ); document.write( "y=sqrt144 \n" ); document.write( "y=12 ans. \n" ); document.write( "x=12/3 \n" ); document.write( "x=4 ans. \n" ); document.write( "Proof: \n" ); document.write( "4*12=48 \n" ); document.write( "48=48 \n" ); document.write( " |