document.write( "Question 27063: Andrea is shopping at a bulk store. She needs to buy flour, sudar and salt. She needs twices as much flour as sugar and tic as musch sugar as salt. She plans to buy a total of 10.5 pounds of flour, sugar and salt combined. Flour is $1.20 a pound, sugar is $2.30 a pound, and salt is $.68 a pound. How much of each item will she need to buy and how much will it cost? \n" ); document.write( "
Algebra.Com's Answer #14724 by mbarugel(146)\"\" \"About 
You can put this solution on YOUR website!
We must \"translate\" all this data into equations. Let's call A to the amount of flour, B to the amount of sugar, and C to the amount of salt. Now,\r
\n" ); document.write( "\n" ); document.write( "She needs twices as much flour as sugar: \"A+=+2B\"\r
\n" ); document.write( "\n" ); document.write( "and twice as much sugar as salt: \"B+=+2C\"\r
\n" ); document.write( "\n" ); document.write( "She plans to buy a total of 10.5 pounds of flour, sugar and salt combined: \"A%2BB%2BC=10.5\"\r
\n" ); document.write( "\n" ); document.write( "Given these three equations, we can solve the system. First substitute the second one into the first one:\r
\n" ); document.write( "\n" ); document.write( "\"A+=+2%282C%29+=+4C\"\r
\n" ); document.write( "\n" ); document.write( "Then we substitute this result into the third one:\r
\n" ); document.write( "\n" ); document.write( "\"4C%2BB%2BC=5C%2BB=10.5\"\r
\n" ); document.write( "\n" ); document.write( "Finally, we subsitute again the second one into the one we've just found:\r
\n" ); document.write( "\n" ); document.write( "\"5C%2BB=10.5\"\r
\n" ); document.write( "\n" ); document.write( "\"5C+%2B+2C+=+7C+=+10.5\"\r
\n" ); document.write( "\n" ); document.write( "\"C+=+10.5%2F7+=+1.5\"\r
\n" ); document.write( "\n" ); document.write( "So shw will buy 1.5 pounds of salt. Since she will buy twice as much sugas as salt, she will buy 3 pounds of sugar. And clearly, she will be buy 6 pounds of flour.\r
\n" ); document.write( "\n" ); document.write( "Using the given prices, she will spend:\r
\n" ); document.write( "\n" ); document.write( "6*1.20 + 3*2.30+ 1.5*0.68 = 15.12\r
\n" ); document.write( "\n" ); document.write( "she'll spend $15.12
\n" ); document.write( "
\n" );