document.write( "Question 1089726: The budget of a university organization is split evenly among it various committees if they have a budget of P60,000\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a) construct a function M(n) which would give the amount of money each of the n number of committees would receive.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b) if the organization has eight committees how much would each committee have?
\n" ); document.write( "

Algebra.Com's Answer #704083 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
if the budget is split evenly, then everybody gets the same amount, which would be 60,000 / 8 = 7,500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the function would be m(n) = 60000 / n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when n = 8, t he function becomes m(8) = 60000 / 8 = 7500\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );