document.write( "Question 727267: I need to write and equation for the monthly profit P, in terms of expenses and the number of kilograms (k) sold. Bearing in mind Fixed Costs p/month of $4500 and a Variable Cost of and Extra 6.25 per kilo sold. However in part two i need to rearrange to make K the subject...
\n" );
document.write( "Income for each kilo sold is 25.75 \r
\n" );
document.write( "\n" );
document.write( "Do you think my equation is ok for this purpose?\r
\n" );
document.write( "\n" );
document.write( "I have written P=(k*25.75)-(k*6.25+4500)\r
\n" );
document.write( "\n" );
document.write( "Thanks again fingers crossed.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #445033 by richwmiller(17219) You can put this solution on YOUR website! \n" ); document.write( "P=(25.75-6.25)*k-4500 \n" ); document.write( "and solve for k \n" ); document.write( "(P+4500)/(25.75-6.25)=k \n" ); document.write( " |