document.write( "Question 1155020: The cost C and the revenue R for a brokerage firm depend on the number T of transactions executed. Both C and R are measured in dollars. It costs $750 per day to keep the office open. Brokers are paid an average of $25 per transaction. $35 in fees are collected for each transaction.\r
\n" ); document.write( "\n" ); document.write( " a. Find a formula that gives C as a function of T.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " b. Find a formula that gives R as a function of T.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " c. Find the number of daily transactions that are needed to make the revenue $1500 more than the cost.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #777593 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
C = 750 + 25 * T
\n" ); document.write( "R = 35 * T
\n" ); document.write( "R = C + 1500
\n" ); document.write( "35 * T = 750 + 25 * T + 1500
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "35 * T = 2250 + 25 * T
\n" ); document.write( "subtract 25 * T from both sides of the equation to get:
\n" ); document.write( "10 * T = 2250
\n" ); document.write( "solve for T to get:
\n" ); document.write( "T = 225
\n" ); document.write( "the revenue should be 1500 more than the cost at 225 transactions.
\n" ); document.write( "R = 35 * 225 = 7875
\n" ); document.write( "C = 750 + 25 * 225 = 6375
\n" ); document.write( "7875 - 6375 = 1500
\n" ); document.write( "solution is 225 transactions to make the revenue 1500 more than the cost.
\n" ); document.write( "
\n" ); document.write( "
\n" );