document.write( "Question 1207292: 360L of paint is made by mixing 3 paints A, B C . the ratio by amount of paint A to B is 3:2 and that of B to C is 1:2 Paint A costs 1800 per liter Paint B costs 2400 per liter and Paint C 1275 per litre . find the amount of each paint , the amount of money needed to make one liter of the mixture \n" ); document.write( "
Algebra.Com's Answer #845077 by Theo(13342)![]() ![]() You can put this solution on YOUR website! a = number of liters of paint A. \n" ); document.write( "b = number of liters of paint B. \n" ); document.write( "c = number of liters of paint C.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have a + b + c = 360.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a/b = 3/2. \n" ); document.write( "cross multiply to get 2a = 3b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b/c = 1/2. \n" ); document.write( "cross multiply to get 2b = c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve in terms of b for all ratios. \n" ); document.write( "2a = 3b gets you a = 3b/2. \n" ); document.write( "c = 2b gets you c = 2b.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + b + c = 360 becomes 3b/2 + b + 2b = 360 after replacing a and c with their equivalent values in terms of b. \n" ); document.write( "multiply both sides of that equation by 2 to get 3b + 2b + 4b = 720 \n" ); document.write( "combine like terms to get 9b = 720. \n" ); document.write( "solve for b to get b = 720 / 9 = 80.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have a = 3b/2 = 3*80/2 = 120. \n" ); document.write( "b = 80. \n" ); document.write( "c = 2b = 2*80 = 160.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 120, b = 80, c = 160. \n" ); document.write( "a + b + c = 120 + 80 + 160 = 360.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A is 1800 per liter. \n" ); document.write( "B is 2400 per liter. \n" ); document.write( "C is 1275 per liter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total price is 120 * 1800 + 80 * 2400 + 160 * 1275 = 612000. \n" ); document.write( "612000 / 360 = 1700 per liter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your solution. \n" ); document.write( "1 liter of the mix would cost 1700.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |