document.write( "Question 250316: If Scott is 33 and James is 9, how old will Scott be when he is 3 times as old as James? \n" ); document.write( "
Algebra.Com's Answer #182271 by richwmiller(17219) You can put this solution on YOUR website! (33+x)=3*(9+x) \n" ); document.write( "33+x=27+3x \n" ); document.write( "subtract x from both sides \n" ); document.write( "33=27+2x \n" ); document.write( "subtract 27 from both sides \n" ); document.write( "6=2x \n" ); document.write( "3=x \n" ); document.write( "Scott will be 36 and James 12 \n" ); document.write( " \n" ); document.write( " |