document.write( "Question 115628: one week she bought 1 pound of cashews and 2 pounds of pecans and paid $2.40
\n" ); document.write( "the next week she bought 4 pounds of almonds and one pound of cashews paying $3.60
\n" ); document.write( "a week later she bought 3 pounds of walnuts 1 pound of cashews and 1 pound of almonds for $2.10
\n" ); document.write( "how much would she have to pay on her next trip to the grocery store if she were to buy 1 pound of each 4 types of nuts? [hint: using the initial letter of the name oeach type of nut(i.e:c,p,a,and w)will ditinguish the unknown values in the equation that you form]
\n" ); document.write( "

Algebra.Com's Answer #84382 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Let c = lbs of cashews
\n" ); document.write( "Let p = lbs of pecans
\n" ); document.write( "Let a = lbs of almonds
\n" ); document.write( "Let w = lbs of walnuts
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( ":
\n" ); document.write( "\"she bought 1 pound of cashews and 2 pounds of pecans and paid $2.40\"
\n" ); document.write( "1c + 2p = 2.40
\n" ); document.write( ":
\n" ); document.write( "\"she bought 4 pounds of almonds and one pound of cashews paying $3.60\"
\n" ); document.write( "4a + 1c = 3.60
\n" ); document.write( ":
\n" ); document.write( "\"she bought 3 pounds of walnuts 1 pound of cashews and 1 pound of almonds for $2.10\"
\n" ); document.write( "3w + 1c + 1a = 2.10
\n" ); document.write( ":
\n" ); document.write( "We have 3 equations with 4 unknowns, We have to make some assumptions:
\n" ); document.write( "All values have to be less than $1.00 Also assuming we are dealing with integer cents.
\n" ); document.write( ":
\n" ); document.write( "In the first equation, Assume that c and p = .80
\n" ); document.write( ".80 + 2(.80) = 2.40
\n" ); document.write( ":
\n" ); document.write( "Using c = .80 find a in the 2nd equation:
\n" ); document.write( "4a + .80 = 3.60
\n" ); document.write( "4a = 3.60 - .80
\n" ); document.write( "4a = 2.80
\n" ); document.write( "a = .70/lb for almonds
\n" ); document.write( ":
\n" ); document.write( "Using a = .70 and c = .80 find w:
\n" ); document.write( "3w + .70 + .80 = 2.10
\n" ); document.write( "3w = 2.10 - 1.50
\n" ); document.write( "3w = .60
\n" ); document.write( "w = .20/lb for walnuts
\n" ); document.write( ":
\n" ); document.write( "It seems to come out even, there may be other values that work.
\n" ); document.write( ":
\n" ); document.write( "how much would she have to pay on her next trip to the grocery store if she were to buy 1 pound of each 4 types of nuts?
\n" ); document.write( ".20 + .70 + .80 + .80 = $2.50
\n" ); document.write( "
\n" );