document.write( "Question 843301: Kris is three times as old as her daughter kim. six years ago, Kris was five times as old as kim. How old are kris and kim?\r
\n" );
document.write( "\n" );
document.write( "We have to make two equations and solve by substitution or elimination \n" );
document.write( "
Algebra.Com's Answer #508108 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! let Kris daughter's age be x, then Kris age is 3x. \n" ); document.write( "Six years ago Kris daughter's age = x-6 and Kris age = 3x -6 \n" ); document.write( "3x-6 = 5(x-6) \n" ); document.write( "3x-6 = 5x - 30 \n" ); document.write( "2x = 30 -6 \n" ); document.write( "2x = 24 \n" ); document.write( "x = 12 \n" ); document.write( "Kris age = 3*12 = 36 \n" ); document.write( " |