document.write( "Question 309329: we are interested in demensions of a certain square. a rectangle has length 5 units more than the side of the square and the width half the side of the square. if two areas are equal. What are the squares demensions( w x h) \n" ); document.write( "
Algebra.Com's Answer #221241 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Square dimensions : s x s
\n" ); document.write( "Rectangle dimensions : 5+s x s/2
\n" ); document.write( "The area of the square is,
\n" ); document.write( "\"A=s%5E2\"
\n" ); document.write( "The area of the rectangle is,
\n" ); document.write( "\"A=%285%2Bs%29%28s%2F2%29\"
\n" ); document.write( "The areas are equal,
\n" ); document.write( "\"s%5E2=%285%2Bs%29%28s%2F2%29\"
\n" ); document.write( "\"2s%5E2=5s%2Bs%5E2\"
\n" ); document.write( "\"s%5E2=5s\"
\n" ); document.write( "\"s=5\"
\n" ); document.write( "
\n" ); document.write( "
\n" );