document.write( "Question 1006367: How much of a perfume that sells for $15 per ounce should be mixed with a perfume that sells for $35 per ounce to create a 3oz bottle worth $63?\r
\n" );
document.write( "\n" );
document.write( "Amount of $15 perfume= []oz \n" );
document.write( "
Algebra.Com's Answer #622506 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the amount of perfume at $15/oz and y be the amount at 35/oz, then \n" ); document.write( "x + y = 3 \n" ); document.write( "15x + 35y = 63 \n" ); document.write( "solve first equation for x \n" ); document.write( "x = 3 - y \n" ); document.write( "substitute for x in second equation \n" ); document.write( "15(3 - y) + 35y = 63 \n" ); document.write( "45 - 15y + 35y = 63 \n" ); document.write( "20y = 18 \n" ); document.write( "y = 0.9 oz \n" ); document.write( "x = 2.1 oz \n" ); document.write( "2.1 oz of $15/oz perfume \n" ); document.write( "************************************** \n" ); document.write( "check the answer \n" ); document.write( "15(2.1) + 35(0.9) = 63 \n" ); document.write( "31.5 + 31.5 = 63 \n" ); document.write( "63 = 63 \n" ); document.write( "our answer checks \n" ); document.write( " \n" ); document.write( " |