document.write( "Question 239022: I need help with this question please..\r
\n" );
document.write( "\n" );
document.write( "A goldsmith has two different alloys of gold. One is 50% and one is 75%. A custom necklace requires 200g of 66% gold. How much of each alloy is needed to make this? \n" );
document.write( "
Algebra.Com's Answer #175586 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"grams of 50%\", so 200-x=\"grams of 75%\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(50%)(x) + (75%)(200 - x) = (66%)(200) \n" ); document.write( " |