document.write( "Question 960049: A florist has two arrangements offered at special prices. The first Arrangement consists of 5 lilies and 1 rose and costs $19.75. The second arrangement consists of 6 lilies and 3 roses and costs $27.75. What are the costs of each lily and each rose?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #586737 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A florist has two arrangements offered at special prices. The first Arrangement consists of 5 lilies and 1 rose and costs $19.75. The second arrangement consists of 6 lilies and 3 roses and costs $27.75. What are the costs of each lily and each rose? \n" ); document.write( "------------------ \n" ); document.write( "Equations: \n" ); document.write( "5L + R = 19.75 \n" ); document.write( "6L + 3R = 27.75 \n" ); document.write( "-------- \n" ); document.write( "Modify for elimination:: \n" ); document.write( "15L + 3R = 59.25 \n" ); document.write( "6L + 3R = 27.75 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"L\":: \n" ); document.write( "9L = 31.50 \n" ); document.write( "L = $3.50 (cost of one Lily) \n" ); document.write( "---- \n" ); document.write( "Solve for \"R\": \n" ); document.write( "5L + R = 19.75 \n" ); document.write( "17.50 + R = 19.75 \n" ); document.write( "R = $2.50 (cost of one rose) \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |