document.write( "Question 1006224: Eva is 10 years older than Femi. In 8 years, twice Eva's age will equal 3 times Femi's age. How old is each at present?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622452 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! Let Femi be x years old \n" ); document.write( "then Eva is x+10 \n" ); document.write( "2(x+10+8)=3(x+8) \n" ); document.write( "2x+36=3x+24 \n" ); document.write( "12=x \n" ); document.write( "Femi is 12 and Eva is 22+10=32 \n" ); document.write( " |