document.write( "Question 661570: Kurt is 12 years younger than Mark. When Mark's age is increased by 20% and Kurt's age is increased by 25%, the sum of their ages is 83. Find Kurt's age.\r
\n" );
document.write( "\n" );
document.write( "I am having a hard time coming up with the equation to solve. I think the answer is 28, but I need an algebraic equation to solve. \n" );
document.write( "
Algebra.Com's Answer #411683 by kevwill(135)![]() ![]() You can put this solution on YOUR website! Let k = Kurt's age and m = Mark's age. From the first sentence we have \n" ); document.write( "k = m - 12 \n" ); document.write( "From the second sentence we have: \n" ); document.write( "m*1.2 + k*1.25 = 83 \n" ); document.write( "Substituting the first equation into the second gives: \n" ); document.write( "m*1.2 + (m-12)*1.25 = 83 \n" ); document.write( "Expanding: \n" ); document.write( "m*1.2 + m*1.25 - 15 = 83 \n" ); document.write( "m*2.45 - 15 = 83 \n" ); document.write( "m*2.45 = 98 \n" ); document.write( "m = 98 / 2.45 = 40 \n" ); document.write( "So Mark is 40 and Kurt is 28. \n" ); document.write( " \n" ); document.write( " |