document.write( "Question 1010624: Seema is 10 years older than Rekha. The ratio of their ages is 5:3. Find their ages \n" ); document.write( "
Algebra.Com's Answer #626070 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Seema is 10 years older than Rekha. The ratio of their ages is 5:3. Find their ages\r
\n" ); document.write( "\n" ); document.write( "let x=Rekha's age
\n" ); document.write( "x+10=Seema's age
\n" ); document.write( "(x+10/x=5/3
\n" ); document.write( "5x=3x+30
\n" ); document.write( "2x=30
\n" ); document.write( "x=15
\n" ); document.write( "x+10=25
\n" ); document.write( "Rekha's age=15
\n" ); document.write( "Seema's age=25
\n" ); document.write( "
\n" );