document.write( "Question 521100: Peggy paid $51.30 for 2 boxes of chocolate, 6 roses, and 3 greeting cards. Joe paid $72.05 for 3 boxes of chocolate, 12 roses, and 2 greeting cards. If 1 greeting card costs the same as 2 roses, how much does a box of chocolate cost? \n" ); document.write( "
Algebra.Com's Answer #346341 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
g=2r\r
\n" ); document.write( "\n" ); document.write( "2c+6r+3g=5130
\n" ); document.write( "3c+12r+2g=7205\r
\n" ); document.write( "\n" ); document.write( "2c+6r+3*2r=51.30
\n" ); document.write( "3c+12r+2*2r=72.05
\n" ); document.write( "r = 2.45, c = 10.95
\n" ); document.write( "Chocolate costs $10.95 a box
\n" ); document.write( "
\n" );