document.write( "Question 131035: for a wedding, mia bought several dozen of roses and several dozen carnations. the roses cost $15 per dozen, and the carnation cost $8 per dozen. mia bought a total of 17 dozen flowers and paid a total of $192. how much roses did she buy? \n" ); document.write( "
Algebra.Com's Answer #95668 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
C+R=17 OR C=17-R
\n" ); document.write( "15R+8C=192. NOW REPLACE C WITH (17-R) & SOLVE FOR R
\n" ); document.write( "15R+8(17-R)=192
\n" ); document.write( "15R+136-8R=192
\n" ); document.write( "7R=192-136
\n" ); document.write( "7R=56
\n" ); document.write( "R=56/7
\n" ); document.write( "R=8 DOZEN ROSES WERE BOUGHT.
\n" ); document.write( "17-8=9 DOZEN CARNATIONS WERE BOUGHT.
\n" ); document.write( "PROOF:
\n" ); document.write( "15*8+8*9=192
\n" ); document.write( "120+72=192
\n" ); document.write( "192=192
\n" ); document.write( "
\n" );