document.write( "Question 1205316: A fruit seller sells two kinds of melons: “premium melons” and “regular melons.” The premium melons cost $8 each, and the regular melons cost $3 each. The fruit seller sold 6 premium melons and x regular melons. \n" ); document.write( "
Algebra.Com's Answer #842026 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Very nice description, but what question would you want to handle?
\n" ); document.write( "
\r\n" );
document.write( "KIND             PRICE         QUANTITY        COST\r\n" );
document.write( "Premium            8              6             8*6=48\r\n" );
document.write( "Regular            3              x             3x\r\n" );
document.write( "

\n" ); document.write( "Would you be given or choose a total cost? Would you be given or choose a total quantity?
\n" ); document.write( "Something else?
\n" ); document.write( "
\n" );