document.write( "Question 153671: Bob is 20 years older than Ben. In 10 years, Bob will be twice as old as Ben. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #113123 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Bob is 20 years older than Ben. In 10 years, Bob will be twice as old as Ben. How old is each now? \n" ); document.write( ". \n" ); document.write( "Let x = age of Ben \n" ); document.write( "then because \"Bob is 20 years older than Ben\" \n" ); document.write( "x+20 = age of Bob \n" ); document.write( ". \n" ); document.write( "Our equation is derived from: \"In 10 years, Bob will be twice as old as Ben.\" \n" ); document.write( "(x+20) + 10 = 2(x+10) \n" ); document.write( "x + 30 = 2x + 20 \n" ); document.write( "30 = x + 20 \n" ); document.write( "10 years = x (age of Ben) \n" ); document.write( ". \n" ); document.write( "x+20 = 10 + 20 = 30 years (age of Bob) \n" ); document.write( " |