document.write( "Question 193138: A nut wholesaler sells a mix of peanuts and cashews. The wholesaler charges $2.80 per pound for peanuts and $5.30 per pound for cashews. The mix is to sell for $3.30 per pound. How many pounds of peanuts and how many pounds of cashews should be used to make 100 pounds of the mix? \r
\n" ); document.write( "\n" ); document.write( "An adult pass for a country fair costs $2 more than a children’s pass. When 378 adult and 214 children’s passes were sold, the total revenue was $2384. Find the cost of an adult pass
\n" ); document.write( "

Algebra.Com's Answer #144978 by jonvaliente(64)\"\" \"About 
You can put this solution on YOUR website!
Problem #1: Nuts!
\n" ); document.write( "Let p=no of pounds of peanuts
\n" ); document.write( " c=no of pounds of cashews\r
\n" ); document.write( "\n" ); document.write( "To sell for $3.30 per pound for a 100-pound mix. The total value of the mix should be $3.30 x 100 = $330, so from here we get:
\n" ); document.write( ".
\n" ); document.write( "2.80*p + 5.30*c = 330 (1)
\n" ); document.write( ".
\n" ); document.write( "We also know that the total mix is 100 pounds, so:
\n" ); document.write( ".
\n" ); document.write( "p + c = 100 (2)
\n" ); document.write( ".
\n" ); document.write( "Let's express p in terms of c, so:
\n" ); document.write( ".
\n" ); document.write( "p = 100 - c
\n" ); document.write( ".
\n" ); document.write( "Substitute this value in (1):
\n" ); document.write( ".
\n" ); document.write( "2.80*(100-c) + 5.30*c = 330
\n" ); document.write( "280 - 2.80c + 5.30c = 330
\n" ); document.write( "280 + 2.50c = 330
\n" ); document.write( "2.50c = 330 - 280
\n" ); document.write( "2.50c= 50
\n" ); document.write( "c = 50/2.50
\n" ); document.write( "c=20
\n" ); document.write( ".
\n" ); document.write( "So we need 20 pounds of cashew nuts and 100-c=100-20=80 pounds of peanuts!
\n" ); document.write( ".
\n" ); document.write( "================================
\n" ); document.write( "Problem #2: Country Fair
\n" ); document.write( "Let x = cost of a children's pass
\n" ); document.write( ". x+2 = cost of an adult pass (\"An adult pass...costs $2 more than a children's pass)
\n" ); document.write( ".
\n" ); document.write( "So:
\n" ); document.write( "378*(x+2)+214*x = 2384
\n" ); document.write( "378x + 756 + 214x = 2384
\n" ); document.write( "592x + 756 = 2384
\n" ); document.write( "592x=2384-756
\n" ); document.write( "592x=1628
\n" ); document.write( "x = 1628/592
\n" ); document.write( "x=2.75
\n" ); document.write( "So if a children's pass costs $2.75, then an adult pass=x+2=2.75+2=$4.75
\n" ); document.write( "
\n" );