document.write( "Question 219073: The grocer mixes pecans priced at $4.50 per pound with almonds priced at $5.25 per pound. How many pounds of each type of nut she use to have a total mixture of 14 pounds priced at $4.80 per pound?
\n" );
document.write( "I did x=pounds of pecans and y= pounds of almonds.
\n" );
document.write( "x+y=14 and 4.50x+5.25y=4.80
\n" );
document.write( "Did I set up those two equations right? \n" );
document.write( "
Algebra.Com's Answer #164842 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Not quite. Just looking at your 2nd equation, both \n" ); document.write( "x and y would have to be very small to make it true, \n" ); document.write( "but x and y have to add up to \n" ); document.write( "What you want is: \n" ); document.write( " \n" ); document.write( "Then it makes sense, because you have \n" ); document.write( "(price/lb x lbs) + (price/lb x lbs) = price/lb x lbs \n" ); document.write( " \n" ); document.write( " |