document.write( "Question 702738: The combined area of two squares is 104 square meters. The sides of the larger square are five times as long as the sides of the smaller square. Find the dimensions of each of the squares. \n" ); document.write( "
Algebra.Com's Answer #433116 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let the sides of the smaller square=x so area=x^2
\n" ); document.write( "the sides of the larger square=5x so the area=(5x)^2=25x^2
\n" ); document.write( "The combined area of two squares is 104 square meters.
\n" ); document.write( "so 25x^2+x^2=104
\n" ); document.write( "or 26x^2=104
\n" ); document.write( "or x^2=104/26=4
\n" ); document.write( "or x=2
\n" ); document.write( "the sides of the larger area=10
\n" ); document.write( "ans
\n" ); document.write( "
\n" );