document.write( "Question 947312: The United States earned 104 medals at the 2012 Summer Olympics. The number of silver medals was the same as the number of bronze medals. The number of gold medals was 17 more than the number of silver medals. How many of each kind of medal did the United States earn? \n" ); document.write( "
Algebra.Com's Answer #578083 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
we are given
\n" ); document.write( "The number of silver medals was the same as the number of bronze medals.
\n" ); document.write( "let x be the number of silver medals and x is also the number of bronze medals.
\n" ); document.write( "The number of gold medals was 17 more than the number of silver medals,
\n" ); document.write( "let x+17 be the number of gold medals, then
\n" ); document.write( "x +x +x+17 = 104
\n" ); document.write( "3x +17 = 104
\n" ); document.write( "3x = 87
\n" ); document.write( "x = 29
\n" ); document.write( "therefore there are
\n" ); document.write( "29 bronze medals, 29 silver medals, 46 gold medals
\n" ); document.write( "
\n" ); document.write( "
\n" );