document.write( "Question 279272: john is twice as old as bill. greg is 7 years older than bill. four years ago, the sum of their ages was 55. how old is greg? \n" ); document.write( "
Algebra.Com's Answer #218101 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! John, Bill, Greg \n" ); document.write( "J=2B \n" ); document.write( "G=7+B \n" ); document.write( "J-4+B-4+G-4=55 \n" ); document.write( "J+B+G=67 \n" ); document.write( "2B+B+7+B=67 \n" ); document.write( "4B=60 \n" ); document.write( "B=15 \n" ); document.write( "J=30 \n" ); document.write( "G=22\r \n" ); document.write( "\n" ); document.write( "checking \n" ); document.write( "30+15+22=67 \n" ); document.write( "67=67 \n" ); document.write( " \n" ); document.write( " |