document.write( "Question 1047536: I am making sculptures. Each sculpture costs $75 to make, and my weekly fixed costs are $80,400.
\n" );
document.write( "a: if I make n number of sculptures made per month, and T is total weekly cost, what is the function T(n)
\n" );
document.write( "b: If this week my costs are $135,183, how many sculptures were made? \n" );
document.write( "
Algebra.Com's Answer #663112 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! a:If your fixed costs are $80400, and each sculpture costs $75 to make, then your total costs are: \n" ); document.write( "T(n)=80400+75n\r \n" ); document.write( "\n" ); document.write( "b:135183=80400+75n \n" ); document.write( "54783=75n \n" ); document.write( "n=730.44 sculptures made. ☺☺☺☺ \n" ); document.write( " |