document.write( "Question 119485: Nine pounds of sweet potatoes cost the same as 6 pounds of apples. One pound of sweet potatoes costs twice as much as a pound of onions, while a pound of apples costs 24 cents more than a pound of onions. Find the cost of each. \n" ); document.write( "
Algebra.Com's Answer #87527 by MaxLiebling(13)![]() ![]() ![]() You can put this solution on YOUR website! Nine pounds of sweet potatoes (p) cost the same as 6 pounds of apples (a): \n" ); document.write( "9*p = 6*a -> 3p = 2a (1) \n" ); document.write( "One pound of sweet potatoes costs twice as much as a pound of onions (n): \n" ); document.write( "1*p = 2 * 1*n -> p = 2n -> 3p = 6n (2) \n" ); document.write( "a pound of apples costs 24 cents more than a pound of onions: \n" ); document.write( "1*a = 1*n + 24 cent -> a = n + 24 cent (3) \n" ); document.write( "---- \n" ); document.write( "(1) 3p = 2a \n" ); document.write( "(2) 3p = 6n \n" ); document.write( "----------- \n" ); document.write( "-> 2a = 6n \n" ); document.write( "-> a = 3n \n" ); document.write( "(3) a = n + 24 cent \n" ); document.write( "------------------- \n" ); document.write( "-> 3n = n + 24 cent \n" ); document.write( "-> 2n = 24 cent \n" ); document.write( "-> n = 12 cent \n" ); document.write( "============== \n" ); document.write( "(3) a = n + 24 cent = 12 cent + 24 cemt = 36 cent \n" ); document.write( "a = 36 cent \n" ); document.write( "=========== \n" ); document.write( "(1) 3p = 2a = 2 * 36 cent = 72 cent \n" ); document.write( "-> p = 24 cent \n" ); document.write( "============== \n" ); document.write( "proof: \n" ); document.write( "9*p = 6*a \n" ); document.write( "9*p = 9*24cent = 218 cent \n" ); document.write( "6*a = 6*36cent = 218 cent ok.\r \n" ); document.write( "\n" ); document.write( "1*p = 2 * 1*n \n" ); document.write( "1*p = 24cent \n" ); document.write( "2*n = 2*12cent = 24cent ok.\r \n" ); document.write( "\n" ); document.write( "1*a = 1*n + 24 cent \n" ); document.write( "1*a = 36cent \n" ); document.write( "n + 24cent = 12cent + 24cent = 36cent ok. \n" ); document.write( " \n" ); document.write( " |