document.write( "Question 831340: You sell widgets. Your equipment costs you a total of $1000. Each widget costs $100 to make, and you sell it for $200.
\n" );
document.write( "What is your revenue for selling X widgets?
\n" );
document.write( "What is your cost for making X widgets?
\n" );
document.write( "What is your profit for selling X widgets?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #501253 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You sell widgets. Your equipment costs you a total of $1000. Each widget costs $100 to make, and you sell it for $200. \n" ); document.write( "What is your revenue for selling X widgets?:: 200X dollars \n" ); document.write( "----------------------------------------------- \n" ); document.write( "What is your cost for making X widgets?:: 1000+100X dollars \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "What is your profit for selling X widgets?:: \n" ); document.write( "Revenue - Cost = 200X - [1000+100X] = 100X-1000 dollars \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |