document.write( "Question 1009007: the area of a rectangle is 6 times the area of a square if the rectangle is 22 inches long and the width of the rectangle is the same as the length of a side of the square find the length of a side of the square \n" ); document.write( "
Algebra.Com's Answer #624547 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+s+\" = the side of the square in inches
\n" ); document.write( "\"+s%5E2+\" = the area of the square in in2
\n" ); document.write( "\"+s+\" = the width of the rectangle in inches
\n" ); document.write( "\"+22s+\" = the area of the rectangle in in2
\n" ); document.write( "-------------------------------------
\n" ); document.write( "\"+22s+=+6%2As%5E2+\"
\n" ); document.write( "Divide both sides by \"+s+\"
\n" ); document.write( "\"+22+=+6s+\"
\n" ); document.write( "\"+s+=+22%2F6+\"
\n" ); document.write( "\"+s+=+3.667+\"
\n" ); document.write( "The side of the square is 3.667 in
\n" ); document.write( "
\n" );