document.write( "Question 631391: The metal used to make a coin is a mixture of steel and copper. The ratio, mass of steel : mass of copper is 108 : 7 The coin has a total mass of 230 milligrams Calculate the mass of copper in this coin. \n" ); document.write( "
Algebra.Com's Answer #397560 by Theo(13342) You can put this solution on YOUR website! let s represent the mass of steel in the coin \n" ); document.write( "let c represent the mass of copper in the coin \n" ); document.write( "the mass in the coin is equal to 230 \n" ); document.write( "your equation is: \n" ); document.write( "s + c = 230 \n" ); document.write( "since the ratio of steel to copper is 108/7, this means that: \n" ); document.write( "steel = 108/115 times the mass of the coin. \n" ); document.write( "copper = 7/115 times the mass of the coin. \n" ); document.write( "this results in steel = 216 milligrams and copper = 14 milligrams \n" ); document.write( "the ratio of steel to copper is 216/14 = 108/7 \n" ); document.write( "the sum of the mass of steel and copper is 216 + 14 = 230 \n" ); document.write( "--------------------- \n" ); document.write( "another way to look at it: \n" ); document.write( "---------------------- \n" ); document.write( "the ratio of steel to copper is 108/7 \n" ); document.write( "this means that 108*x + 7*x = mass of the coin. \n" ); document.write( "this means that 108*x + 7*x = 230 \n" ); document.write( "combine like terms to get: \n" ); document.write( "115*x = 230 \n" ); document.write( "solve for x to get 2 \n" ); document.write( "this means that 108*2 + 7*2 = 230 which results in: \n" ); document.write( "216 + 14 = 230 \n" ); document.write( "this means the mass of the coin in steel is 216 milligrams and the mass of the coin in copper is 14 milligrams. \n" ); document.write( "------------------------------ \n" ); document.write( "still another way to look at it: \n" ); document.write( "-------------------------------- \n" ); document.write( "ratio of steel to copper is 108/7 \n" ); document.write( "let s represent mass of steel \n" ); document.write( "let c represent mass of copper \n" ); document.write( "you get: \n" ); document.write( "s/c = 108/7 \n" ); document.write( "solve for s to get s = 108c/7 \n" ); document.write( "you also know that s+c = 230 \n" ); document.write( "substitute for s in this equation o get: \n" ); document.write( "108c/7 + c = 230 \n" ); document.write( "multiply both sides this equation by 7 to get: \n" ); document.write( "108c + 7c = 230*7 \n" ); document.write( "combine like terms to get: \n" ); document.write( "115c = 230*7 \n" ); document.write( "divide both sides of this equation by 115 to get: \n" ); document.write( "c = 230*7/115 which results in c = 14 \n" ); document.write( "since s+c = 230, this means that s must be equal to 216. \n" ); document.write( " \n" ); document.write( " |