document.write( "Question 663902: At the 2006 Winter Olympics in Italy, the top medal winner was Germany, which won a total of 29 medals. Germany won 1 more silver medal than gold and 5 more gold medals than bronze. Find the number of each type of medal won. How do I solve this? \n" ); document.write( "
Algebra.Com's Answer #413021 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = bronze \n" ); document.write( "y = silver \n" ); document.write( "z = gold \n" ); document.write( "x+y+z=29 \n" ); document.write( "y=z+1 \n" ); document.write( "z=x+5 \n" ); document.write( "Substitute into the x+y+z equation \n" ); document.write( "(z-5) + (z+1) + z = 29 \n" ); document.write( "3z -4 = 29 \n" ); document.write( "3z = 29 +4 \n" ); document.write( "3z = 33 \n" ); document.write( "z = 11 gold medals \n" ); document.write( "y = 11+1=12 silver medals \n" ); document.write( "x = 11-5 = 6 bronze medals \n" ); document.write( "... \n" ); document.write( "Check \n" ); document.write( "11+12+6=29 \n" ); document.write( "....................... \n" ); document.write( "Delighted to help. \n" ); document.write( "-Reading Boosters \n" ); document.write( "Wanting for others what we want for ourselves. \n" ); document.write( "www.MyHomeworkAnswers.com \n" ); document.write( " |