document.write( "Question 987996: Gold and copper are heavier than water by 19 and 9 times respectively. In what proportion should they be mixed to form an alloy so that it will be heavier than water by 12 times?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #609768 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = the fraction of the gold alloy. Then 1-x will be the fraction of the copper alloy. \n" ); document.write( "So we can write the following equation: \n" ); document.write( "19x + 9(1-x) = 12 \n" ); document.write( "Solve for x: \n" ); document.write( "10x = 3 \n" ); document.write( "x = 3/10 = 0.3 \n" ); document.write( "1-x = 0.7 \n" ); document.write( "So the proportion is 7:3 copper to gold \n" ); document.write( " |