document.write( "Question 369933: Shenae spent $42 on 2 cans of primer and 1 can of paint for her room. If the price of paint p is 150% of the price of primer r, which system of equations can be used to find the price of paint and primer? \n" ); document.write( "
Algebra.Com's Answer #263650 by robertb(5830) You can put this solution on YOUR website! let r = price of one primer, and p = price of one paint. Then \n" ); document.write( "2r + p = 42, and \n" ); document.write( "p = 1.5r. That's it! \n" ); document.write( " |