document.write( "Question 27034: the u.s earned an all time 34 medals at the olympics. the number of gold earned was 1 less than the number bronze. the number of silver earned was 2 more than the number of bronze. how many of each kind of medal did the u.s earn? \n" ); document.write( "
Algebra.Com's Answer #14692 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! G + S + B = 34 \n" ); document.write( "G = B - 1 \n" ); document.write( "S = B + 2 \n" ); document.write( "(B - 1) + (B + 2) + B = 34 \n" ); document.write( "3B + 1 = 34 \n" ); document.write( "3B = 33 \n" ); document.write( "B = 11 \n" ); document.write( "G = 11 - 1 \n" ); document.write( "G = 10 \n" ); document.write( "S = B + 2 \n" ); document.write( "S = 13 \n" ); document.write( "CHECK: \n" ); document.write( "11 + 10 + 13 = 34 \n" ); document.write( "OK \n" ); document.write( " |