document.write( "Question 139699: Please solve,
\n" );
document.write( "Find the length of the sides of a square if the number of square meters in its area is 1.5 timea the number of meters in its perimeter.
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #101827 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Find the length of the sides of a square if the number of square meters in its area is 1.5 times the number of meters in its perimeter. \n" ); document.write( ": \n" ); document.write( "Let x = side of the square \n" ); document.write( ": \n" ); document.write( "x^2 = 1.5(4x) \n" ); document.write( "x^2 = 6x \n" ); document.write( "x^2 - 6x = 0 \n" ); document.write( "x(x-6) = 0 \n" ); document.write( "x = 6 meters \n" ); document.write( " |