document.write( "Question 1175278: A florist is making 5 identical bridesmaid bouquets for a
\n" );
document.write( "wedding. She has $610 to spend (including tax) and
\n" );
document.write( "wants 24 flowers for each bouquet. Roses cost $6 each, tulips
\n" );
document.write( "cost $4 each, and lilies cost $3 each. She wants to have twice
\n" );
document.write( "as many roses as the other 2 flowers combined in each
\n" );
document.write( "bouquet. Obtain the rank of the coefficient matrix of the
\n" );
document.write( "phenomena \n" );
document.write( "
Algebra.Com's Answer #801612 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! roses = r, tulips = t, lilies = l\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r + t + l = 24 \n" ); document.write( "6r + 4t + 3l = 610 \n" ); document.write( "r = 2(t + l)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 3 equations and 3 variables, so you can solve. \n" ); document.write( " |