document.write( "Question 377425: Candy worth $0.95/kg was mixed with candy worth $1.85/kg to produce a mixture worth $1.45/kg. How many kilograms of each kind of candy were used to make 27 kg of the mixture? \n" ); document.write( "
Algebra.Com's Answer #268197 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
0.95x + 1.85(27 - x) = 1.45*27,
\n" ); document.write( "0.95x + 49.95 - 1.85x = 39.15,
\n" ); document.write( "-0.9x = -10.8,
\n" ); document.write( "x = 12 kg, the amount of the $0.95/kg mix, and
\n" ); document.write( "27 - 12 = 15 kg, the amount of the $1.85/kg mix.
\n" ); document.write( "
\n" );