document.write( "Question 1170079: Samson company has a budget of Php. 300,000 to be divided equally among it's various offices. The developer office of the company receives twice the amount of money than the other offices. Given x as the number of offices in the company, create a representation that shows the function f(x) is the amount of money each of the non-developer office would receive? \n" ); document.write( "
Algebra.Com's Answer #851250 by ikleyn(52797)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Samson company has a budget of Php. 300,000 to be divided equally among it's various offices.
\n" ); document.write( "The developer office of the company receives twice the amount of money than the other offices.
\n" ); document.write( "Given x as the number of offices in the company, create a representation that shows the function f(x)
\n" ); document.write( "is the amount of money each of the non-developer office would receive?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "As you read the problem, write this equation\r\n" );
document.write( "\r\n" );
document.write( "    f(x)*(x-1) + 2*f(x) = 300000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Factor it\r\n" );
document.write( "\r\n" );
document.write( "    f(x)*(x-1+2) = 300000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify\r\n" );
document.write( "\r\n" );
document.write( "    f(x)*(x+1) = 300000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From this equation, express f(x)\r\n" );
document.write( "\r\n" );
document.write( "    f(x) = \"300000%2F%28x%2B1%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is the ANSWER to the problem's question.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, with explanations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );