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)\"\" \"About 
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( "\"x%2Bx-6=32\"
\n" ); document.write( "\"2x=38\"
\n" ); document.write( "\"x=19\"
\n" ); document.write( "So Bob is 19 years old.
\n" ); document.write( "
\n" );