document.write( "Question 1179835: A grocery store offers a cheese sampler that includes a pepper cheddar cheese that costs $17 per kilogram and Pennsylvania Jack that costs $8 per kilogram. How many kilograms of each were used to make a 6-kilogram mixture that costs $11.75 per kilogram? \n" ); document.write( "
Algebra.Com's Answer #809418 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "pepper cheddar cheese costs $17 per kilogram ---- x kg \n" ); document.write( "Pennsylvania Jack costs $8 per kilogram. -------- (6-x) kg\r \n" ); document.write( "\n" ); document.write( "Total 6 kg------------11.75\r \n" ); document.write( "\n" ); document.write( "17x+8(6-x) = 6*11.75\r \n" ); document.write( "\n" ); document.write( "17x +48 -8x = 70.5\r \n" ); document.write( "\n" ); document.write( "9x = 22.5 \n" ); document.write( "x=2.5 kg \n" ); document.write( "pepper cheddar cheese = 2.5 kg \n" ); document.write( "Pennsylvania Jack = 3.5 kg \n" ); document.write( " \n" ); document.write( " |