document.write( "Question 206656: Bob is six years older than his sister, and the sum of their ages is 32. How old is Bob? \n" ); document.write( "
Algebra.Com's Answer #156185 by Marth(57)![]() ![]() ![]() You can put this solution on YOUR website! let x = Bob's age. \n" ); document.write( "x-6 = Bob's sister's age. \n" ); document.write( " \"The sum of their ages is 32.\" \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So Bob is 19 years old. \n" ); document.write( " |