document.write( "Question 312428: Ben is making wooden toys for the next arts and crafts sale. Each toy costs Ben $1.80 to make. If he sells the toys for $3.00 each, how many will he have to sell to make a profit of exactly $36.00 ?\r
\n" );
document.write( "\n" );
document.write( "And how do I do this problem I couldnt figure out how to solve it. \n" );
document.write( "
Algebra.Com's Answer #223339 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Ben is making wooden toys for the next arts and crafts sale. Each toy costs Ben $1.80 to make. If he sells the toys for $3.00 each, how many will he have to sell to make a profit of exactly $36.00 ? \n" ); document.write( ". \n" ); document.write( "Profit, as a function of the number of toys sold is: \n" ); document.write( "P(n) = n(3.00 - 1.80) \n" ); document.write( "Where \n" ); document.write( "P(n) is the profit \n" ); document.write( "n is the number of toys sold \n" ); document.write( ". \n" ); document.write( "So, if we want to see a profit of $36.00, set P(n) to 36 and solve for n: \n" ); document.write( "P(n) = n(3.00 - 1.80) \n" ); document.write( "36 = n(3.00 - 1.80) \n" ); document.write( "36 = n(1.20) \n" ); document.write( "36/1.20 = n \n" ); document.write( "30 = n \n" ); document.write( " \n" ); document.write( " |