document.write( "Question 210703This question is from textbook College Algebra
\n" );
document.write( ": A mixture of nuts contains almonds worth .50 cents a pound, cashews worth $1.00 per pound, and pecans worth .75 cents per pound. If there are three times as many pounds of almonds as cashews in a 100-pound mixture worth .70 cents per pound, how many pounds of each nut does the mixture contain? \n" );
document.write( "
Algebra.Com's Answer #159383 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! mixture of nuts contains almonds worth .50 cents a pound, cashews worth $1.00 \n" ); document.write( " per pound, and pecans worth .75 cents per pound. \n" ); document.write( "If there are three times as many pounds of almonds as cashews in a 100-pound \n" ); document.write( " mixture worth .70 cents per pound, how many pounds of each nut does the mixture contain? \n" ); document.write( ": \n" ); document.write( "Let a = no. of lbs of almonds \n" ); document.write( "Let c = no. of lbs of cashews \n" ); document.write( "Let p = no. of lbs of pecans \n" ); document.write( ": \n" ); document.write( ".50a + 1.00c + .75p = .70(100) \n" ); document.write( ": \n" ); document.write( "\"three times as many pounds of almonds as cashews\" \n" ); document.write( "a = 3c \n" ); document.write( "then we can say \n" ); document.write( "p = (100 - a - c) \n" ); document.write( "Replace a with 3c \n" ); document.write( "p = (100 - 3c - c) \n" ); document.write( "p = (100-4c) \n" ); document.write( ": \n" ); document.write( ".5a + 1.00c + .75p = .70(100) \n" ); document.write( "Replace a and p with the above expressions \n" ); document.write( ".5(3c) + 1(c) + .75(100-4c) = .70(100) \n" ); document.write( ": \n" ); document.write( "1.5c + c + 75 - 3c = 70 \n" ); document.write( ": \n" ); document.write( "1.5c + c - 3c = 70 - 75 \n" ); document.write( ": \n" ); document.write( "-.5c = -5 \n" ); document.write( "c = \n" ); document.write( "c = +10 lb of cashews \n" ); document.write( "then \n" ); document.write( "3*10 = 30 lb almonds \n" ); document.write( "and \n" ); document.write( "10 - 40 = 60 lb of pecans \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in original equation \n" ); document.write( ".50(30) + 1.00(10) + .75(60) = .70(100) \n" ); document.write( "15 + 10 + 45 = 70 \n" ); document.write( " \n" ); document.write( " |