document.write( "Question 993862: A florist sells roses for $1.50 each and carnations for $0.85 each. Suppose you purchase a bouquet of 1 dozen flowers consisting of roses and carnations.
\n" );
document.write( "A) Let x represent the number of roses purchased. Write an expression in terms of x that represents the number of carnations purchased.
\n" );
document.write( "B) Write the expression that represents the cost of purchasing the carnations.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #613121 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well if there were a dozen purchased, and x of them are roses, then \n" ); document.write( "12-x is the number of carnations. \n" ); document.write( "Their cost would be the cost of each carnation times the number purchased: \n" ); document.write( "($0.85)(12 - x) \n" ); document.write( " \n" ); document.write( " |