document.write( "Question 1050876: A florist buys flowers at 3.00 a dozen and sells them at 5.00 a dozen. How many dozen must be sold to make a profit of 90.00 \n" ); document.write( "
Algebra.Com's Answer #666486 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x how many dozens sold \n" ); document.write( "$5.00x - $3.00x = $90 \n" ); document.write( "2x = 90 \n" ); document.write( "x = 45 doz \n" ); document.write( " |