document.write( "Question 1149940: Craig is 4 years older than Colleen. Their total age is 76 years. How old are they? This is a linear equation. \n" ); document.write( "
Algebra.Com's Answer #771267 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let Craig be x and Colleen be y. \n" ); document.write( "x + y = 76 (1) \n" ); document.write( "and the problem says that Craig is 4 years older than Colleen. Thus: \n" ); document.write( "x = y + 4 Let's use this value for x in formula 1 above: \n" ); document.write( "x + y = 76 \n" ); document.write( "y + 4 + y = 76 \n" ); document.write( "2y + 4 - 4 = 76 - 4 \n" ); document.write( "2y = 72 \n" ); document.write( "2y/2 = 72/2 \n" ); document.write( "y = 36 So Craig is 36 and Colleen in 4 years younger, 36 - 4 = 32 \n" ); document.write( " |