document.write( "Question 451599: In the 2004 Summer Olympics in Athens, Greece, the USA earned 6 more gold medals than bronze. The number of silver medals earned was 19 less than twice the number of bronze medals. The USA earned a total of 103 medals. How many of each kind of medal did the USA earn?\r
\n" );
document.write( "\n" );
document.write( "I have worked on this for hours, and my mind has now gone blank. Can you please help? \n" );
document.write( "
Algebra.Com's Answer #310547 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! In the 2004 Summer Olympics in Athens, Greece, the USA earned 6 more gold medals than bronze. The number of silver medals earned was 19 less than twice the number of bronze medals. The USA earned a total of 103 medals. How many of each kind of medal did the USA earn? \n" ); document.write( "------------------ \n" ); document.write( "G = B + 6 (6 more Gold than Bronze) \n" ); document.write( "S = 2B - 19 \n" ); document.write( "G + S + B = 103 \n" ); document.write( "------------------- \n" ); document.write( "Sub for S in the 3rd eqn \n" ); document.write( "G + (2B-19) + B = 103 \n" ); document.write( "G + 3B = 122 \n" ); document.write( "Sub eqn 1 for G \n" ); document.write( "B+6 + 3B = 122 \n" ); document.write( "4B = 116 \n" ); document.write( "B = 29 \n" ); document.write( "------- \n" ); document.write( "S = 2B - 19 \n" ); document.write( "S = 39 \n" ); document.write( "------ \n" ); document.write( "G = 35 \n" ); document.write( " \n" ); document.write( " |