document.write( "Question 54384: A factory produces cans of mixed nuts. Each can contains x ounces pf peanuts, and twice as many ounces of cashews, almonds, and Brazil nuts combined, peanuts cost 15 cents an ounce, and all other nuts cost 20 cents an ounce. How do you express the cost of a can of nuts in dollars? \n" ); document.write( "
Algebra.Com's Answer #36635 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
A factory produces cans of mixed nuts. Each can contains x ounces\r\n" );
document.write( "of peanuts, and twice as many ounces of cashews, almonds, and \r\n" );
document.write( "Brazil nuts combined, peanuts cost 15 cents an ounce, and all other \r\n" );
document.write( "nuts cost 20 cents an ounce. How do you express the cost of a can of \r\n" );
document.write( "nuts in dollars?\r\n" );
document.write( "\r\n" );
document.write( "There are x oz of peanuts and 2x oz of other nuts.\r\n" );
document.write( "\r\n" );
document.write( "So the dollar amount is\r\n" );
document.write( "\r\n" );
document.write( "15 cents TIMES the no. of oz. of peanuts PLUS 20 cents TIMES the no. \r\n" );
document.write( "of oz. of other nuts.  \r\n" );
document.write( "\r\n" );
document.write( "OR\r\n" );
document.write( "\r\n" );
document.write( "$.15x + $.20(2x)\r\n" );
document.write( "\r\n" );
document.write( "That simplifies to\r\n" );
document.write( "\r\n" );
document.write( "$.15x + $.40x\r\n" );
document.write( "\r\n" );
document.write( "or\r\n" );
document.write( "\r\n" );
document.write( "$.55x\r\n" );
document.write( "\r\n" );
document.write( "Edwin 
\n" ); document.write( "
\n" );