document.write( "Question 920130: Cary is 5 years older than Dan. In 6 years the sum of their ages will be 95. Find the age of each man now. \n" ); document.write( "
Algebra.Com's Answer #558176 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x Dan's age, (x+5) Cary's age \n" ); document.write( "In 6 years... \n" ); document.write( "(x+5 +6) + (x + 6) = 95 \n" ); document.write( "2x = 78 \n" ); document.write( "x = 39, Dan's age. Cary 44 \n" ); document.write( "And...checking...in 6 years.. \n" ); document.write( "50 + 45 = 95 \n" ); document.write( " |