document.write( "Question 184121: a company finds that if it produces and sells q units of a product, its total revenue in dollars is 100 q^2. if the variable cost per unit is 2 dollars and the fixed cost is 1200 dollars, find the value of q for which
\n" );
document.write( "total sales revenue= variable cost + fixed cost\r
\n" );
document.write( "\n" );
document.write( "( that is, profit is zero) \n" );
document.write( "
Algebra.Com's Answer #138147 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a company finds that if it produces and sells q units of a product, its total revenue in dollars is 100 q^2. if the variable cost per unit is 2 dollars and the fixed cost is 1200 dollars, find the value of q for which \n" ); document.write( "total sales revenue= variable cost + fixed cost \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "total revenue = 100q^2 \n" ); document.write( "variable cost + fixed cost = 2q + 1200 \n" ); document.write( "------------------------------------------ \n" ); document.write( "Equation: \n" ); document.write( "100q^2 = 2q + 1200 \n" ); document.write( "100q^2 - 2q - 1200 = 0 \n" ); document.write( "50q^2 - q - 600 = 0 \n" ); document.write( "q = [1 +- sqrt(1 -4*50*-600)]/100\r \n" ); document.write( "\n" ); document.write( "q = [1 +- sqrt(120001)]/100\r \n" ); document.write( "\n" ); document.write( "q = [1 +- 346.41]/100 \n" ); document.write( "--------------------- \n" ); document.write( "Positive Solution: \n" ); document.write( "q = (1+346.41)/100 \r \n" ); document.write( "\n" ); document.write( "q = $3.47 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |