document.write( "Question 998979: Karen's age is 12 years more than Clarann's age. The sum of their age is 58. What are their ages? \n" ); document.write( "
Algebra.Com's Answer #616638 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C's age=x \n" ); document.write( "K's age=x+12 \n" ); document.write( "They add to 58 \n" ); document.write( "x+x+12=58 \n" ); document.write( "2x+12=58 \n" ); document.write( "2x=46, subtracting 12 from both sides \n" ); document.write( "divide both sides by 2 \n" ); document.write( "x=23 Clarann's age \n" ); document.write( "x+12=35 Karen's age \n" ); document.write( "They add to 58 \n" ); document.write( " |