document.write( "Question 190632: how do i solve this problem... Jackie wants to make a mixture of nuts to sell in her store consisting os hazelnuts and cashews.Hazelnuts cost $6.50 per pound and cashews cost $4.50 per pound. If Jackie wants 60 pounds total os mixture and the cost to be $5.10 per pound,how many pounds of each will she need... please help me... \n" ); document.write( "
Algebra.Com's Answer #143120 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let h=hazelnuts and c=cashews\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"If Jackie wants 60 pounds total os mixture\" ___ h+c=60 ___ c=60-h\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"Hazelnuts cost $6.50 per pound and cashews cost $4.50 per pound\"
\n" ); document.write( "for mixture ___ \"and the cost to be $5.10 per pound\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "h(6.50) + c(4.50) = 60(5.10)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting and multiplying by 10 ___ 65h + 45(60-h) = 3060
\n" ); document.write( "___ 65h + 2700 - 45h = 3060
\n" ); document.write( "___ 20h = 360
\n" ); document.write( "___ h=18\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting ___ c = 60 - (18) ___ c = 42
\n" ); document.write( "
\n" );