document.write( "Question 925220: Okay this one got me. \r
\n" );
document.write( "\n" );
document.write( "Carlo's age is 7/10 of mark's. Four years from now, carlo's age will be 8/11 of mark's age. How is carlo?\r
\n" );
document.write( "\n" );
document.write( "This is my equation.
\n" );
document.write( "X is carlo
\n" );
document.write( "7/10x is mark\r
\n" );
document.write( "\n" );
document.write( "X +4 = 8/11(7/10x + 4)\r
\n" );
document.write( "\n" );
document.write( "Am i on the right track? \n" );
document.write( "
Algebra.Com's Answer #561401 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be Carlo's age and y be Mark's age, then we have two equations \n" ); document.write( "x = 7y/10 \n" ); document.write( "x + 4 = 8(y+4)/11 \n" ); document.write( "substitute for x in second equation \n" ); document.write( "(7y/10) + 4 = 8(y+4)/11 \n" ); document.write( "denominator will be 10*11 = 110 \n" ); document.write( "11*(7y) + 4*110 = 80(y+4) \n" ); document.write( "77y +440 = 80y +320 \n" ); document.write( "3y = 120 \n" ); document.write( "y = 40 \n" ); document.write( "x = 7*40 / 10 = 28 \n" ); document.write( "Carlo's age is 28 and Mark's age is 40 \n" ); document.write( " \n" ); document.write( " |