document.write( "Question 726749: If the length of one side of a square is tripled and the length of an adjacent side is increased by 10, the resulting rectangle has an area that is 6 times the area of the original square. Find the length of a side of the original square. \n" ); document.write( "
Algebra.Com's Answer #444773 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
Let s = the length of the side of the square.
\n" ); document.write( "Then the rectangle is 3*s by s+10 giving the area
\n" ); document.write( "(1) (3s)*(s+10) = 6s^2 or
\n" ); document.write( "(2) 3s^2 + 30s = 6s^2 or
\n" ); document.write( "(3) 3s^2 - 30s = 0 or
\n" ); document.write( "(4) 3s*(s - 10) = 0 which has two solutions
\n" ); document.write( "(5) s = 0,10
\n" ); document.write( "Obviously we choose
\n" ); document.write( "(6) s = 10
\n" ); document.write( "Let's check this.
\n" ); document.write( "Is (3*10*(10+10) = 6*10^2)?
\n" ); document.write( "Is (30*20 = 6*100)?
\n" ); document.write( "Is (600 = 600)? Yes
\n" ); document.write( "Answer: The length of the side of the original square is 10 units.
\n" ); document.write( "
\n" );