document.write( "Question 629300: a manufacturer determines that the profit in dollars for manufacturing n units is P= 3n^2-30n-170. (Assume that n is a postive integer) How many units are produced when the profit is $430? \n" ); document.write( "
Algebra.Com's Answer #396188 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "P= 3n^2-30n-170
\n" ); document.write( "P = $430
\n" ); document.write( " 430 = 3n^2 - 30n - 170
\n" ); document.write( "OR
\n" ); document.write( " 3n^2 -30n - 600 = 0
\n" ); document.write( " n^2 - 10n - 200 = 0
\n" ); document.write( "factoring
\n" ); document.write( " (n - 20)(n + 10) = 0 ||ony positive solution is appropriate
\n" ); document.write( " n = 20, number of units produced when the profit is $430 \n" ); document.write( "
\n" );