document.write( "Question 841470: In 2 years Steven will be three times as old as he was twelve years ago. next year Adam will be half Steven's age (next year as well) How old is Mark today if he is 4 times as old as Adam? \n" ); document.write( "
Algebra.Com's Answer #507078 by Theo(13342)![]() ![]() You can put this solution on YOUR website! m = mark's age today. \n" ); document.write( "s = steven's age today. \n" ); document.write( "a = adam's age today.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 2 years steven will be 3 times as old as he was twelve years ago. \n" ); document.write( "s + 2 = 3 * (s - 12) \n" ); document.write( "solve for s to get: \n" ); document.write( "s = 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "next year adam will be half steven's age next year. \n" ); document.write( "a + 1 = 1/2 * (19 + 1) \n" ); document.write( "solve for a to get: \n" ); document.write( "a = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "mark is 4 times as old today as adam is today. \n" ); document.write( "m = 4 * 9 = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solutions are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "steven = 19 \n" ); document.write( "adam = 9 \n" ); document.write( "mark = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm by using these numbers in the original problem statement.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 2 years steven will be 3 times as old as he was twelve years ago. \n" ); document.write( "in 2 years steven will be 21 \n" ); document.write( "12 years ago steven was 7 \n" ); document.write( "21 is equal to 3 * 7. \n" ); document.write( "numbers check out.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "next year adam will be half steven's age that year. \n" ); document.write( "steven will be 20. \n" ); document.write( "adam will be 10 \n" ); document.write( "1/2 20 = 10 \n" ); document.write( "numbers check out.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "mark is 4 times as old as adam. \n" ); document.write( "adam is 9. \n" ); document.write( "mark is 36. \n" ); document.write( "36/9 = 4 \n" ); document.write( "number check out.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solutions look to be good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "steven is 19 \n" ); document.write( "adam is 9 \n" ); document.write( "mark is 36 \n" ); document.write( " |