document.write( "Question 95268: A wholesaler is offering two different package deals of roses and carnations to florists. One package contains 20 dozen roses and 34 dozen carnations for $504.00. The other package contains 15 dozen roses and 17 dozen carnation for
\n" );
document.write( "$327.00. This information can be represents by the system of equations below,where r represents the cost of one dozen roses and c represents the cost of one dozen carnations.\r
\n" );
document.write( "\n" );
document.write( "20r+34c=504
\n" );
document.write( "15r+17c=327\r
\n" );
document.write( "\n" );
document.write( "solve the system of equations to find the cost,in dollar,of a dozen roses \n" );
document.write( "
Algebra.Com's Answer #69331 by ionesco(12)![]() ![]() ![]() You can put this solution on YOUR website! 20r+34c=504 \n" ); document.write( "15r+17c=327 \n" ); document.write( "multiply the second with 2 and substract first from second \n" ); document.write( "so, \n" ); document.write( "20r+34c=504 \n" ); document.write( "30r+34c=654 \n" ); document.write( "then 10r=150 then a dozen roses will cost 15$. \n" ); document.write( " |