document.write( "Question 364832: Price demand equation\r
\n" );
document.write( "\n" );
document.write( "p= 275-x/90\r
\n" );
document.write( "\n" );
document.write( "How do i convert this to a profit function in terms of x ? \n" );
document.write( "
Algebra.Com's Answer #260131 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! p=275-x/90 \n" ); document.write( "p-275=-x/90 \n" ); document.write( "90(p-275)=-x \n" ); document.write( "x=-90(-p+275) \n" ); document.write( "x=90p-24750 \n" ); document.write( " |