document.write( "Question 336943: An insurance agent receives a 12% fee on each new policy payment and a 3% fee on each renewal payment. If the agent received $1350 fee on total payments of $26250, how much were the payments for new policies and renewal payments? \n" ); document.write( "
Algebra.Com's Answer #241518 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Let $ x be the new policies
\n" ); document.write( "$26250 -x will be the renewals.
\n" ); document.write( "..
\n" ); document.write( "12% on new
\n" ); document.write( "3 % on renewal.
\n" ); document.write( "Amount received = $1350
\n" ); document.write( "..
\n" ); document.write( "0.12x+0.03(26250-x)= 1350
\n" ); document.write( "0.12x+787.5-0.03x = 1350
\n" ); document.write( "0.09x = 1350-787.5
\n" ); document.write( "0.09x = 562.5
\n" ); document.write( "divide by 0.09
\n" ); document.write( "x= $6,250 new policies
\n" ); document.write( "renewals will be 26250-6250=20,000
\n" ); document.write( "
\n" );