document.write( "Question 506682: gregs age is 18 which is 6 less than 4 times bills age.How old is bill \n" ); document.write( "
Algebra.Com's Answer #340221 by jennywecas(28)![]() ![]() You can put this solution on YOUR website! g=greg \n" ); document.write( "b=bill \n" ); document.write( "g=18 \n" ); document.write( "b=4g-6 \n" ); document.write( "b=4(18)-6 \n" ); document.write( "b=72-6 \n" ); document.write( "b=66 \n" ); document.write( " Bill is 66 years old \n" ); document.write( " |