document.write( "Question 1056883: Don has 3 more then twice as many quarters as Greg. If they have 18 quarters altogether, how many quarters does Don have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #671940 by Alan3354(69443) You can put this solution on YOUR website! Don has 3 more then twice as many quarters as Greg. If they have 18 quarters altogether, how many quarters does Don have? \n" ); document.write( "------------ \n" ); document.write( "G = # of Greg's quarters \n" ); document.write( "D = # of Don's quarters \n" ); document.write( "--------- \n" ); document.write( "D = 2G + 3 \n" ); document.write( "D + G = 18 \n" ); document.write( "----- \n" ); document.write( "etc \n" ); document.write( "---- \n" ); document.write( "Was that hard? \n" ); document.write( " |