document.write( "Question 336655: A farmer wishes to make a gravel driveway. The mixture needed is two parts pea gravel that cost $9.00 per ton and one part sand that cost $8.00 per ton. The gravel company gave a bid of $390. How much gravel and sand are they going to deliver. \n" ); document.write( "
Algebra.Com's Answer #241548 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let s = the number of tons of sand \n" ); document.write( "Let 2s = the number of tons of pea gravel\r \n" ); document.write( "\n" ); document.write( "9 (2s) + 8s = 390\r \n" ); document.write( "\n" ); document.write( "18 s +8s = 390\r \n" ); document.write( "\n" ); document.write( "26s = 390\r \n" ); document.write( "\n" ); document.write( "s = 15.\r \n" ); document.write( "\n" ); document.write( "So, there are 15 tons of sand and 30 tons of gravel. \n" ); document.write( " \n" ); document.write( " |