document.write( "Question 360419: A company wants to mix peanuts, which contain 20% protein, and cashews, which contain 30% protein, to make a trail mix. Suppose the company wants to make 2000 pounds of trail mix that contains 27% protein. How many pounds of cashews must be used? \n" ); document.write( "
Algebra.Com's Answer #257179 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the amount of cashews , then (2000lb-x) will be the amount of peanuts
\n" ); document.write( "write as we read***
\n" ); document.write( ".20(2000lb - x) + .30x = .27(2000lb)
\n" ); document.write( "solve
\n" ); document.write( ".10x = .07*2000lb
\n" ); document.write( "x = 1400lb of cashews need to be used\r
\n" ); document.write( "\n" ); document.write( "checking our answer
\n" ); document.write( "120lb + 420lb = 540lb \n" ); document.write( "
\n" );