document.write( "Question 206738: A broccoli costs $2, a cauliflower costs 50% more than a broccoli and a bunch of asparagus costs twice as much as a broccoli. What is the cost of 4 broccolis, 3 cauliflowers and 2 bunches of asparagus?\r
\n" );
document.write( "\n" );
document.write( "(A) $24 (B) $25 (C) $26 (D) $27 (E) $29 \n" );
document.write( "
Algebra.Com's Answer #156291 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! B=$2 \n" ); document.write( "C=$3 \n" ); document.write( "A=$4 \n" ); document.write( "---------- \n" ); document.write( "4*2+3*3+2*4=$25 \n" ); document.write( " \n" ); document.write( " |