document.write( "Question 102754: 25000 is placed in the bank, part in an account earning 10% and part in an account earning 15% interest. The annual interest paid on the 25000 is 3350. How much money is in the 10% account? \n" ); document.write( "
Algebra.Com's Answer #74719 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Start by assigning a variable to the unknown quantity which is the amount placed in the account that earns 10%.
\n" ); document.write( "Let x = the amount earning 10%, then ($25,000-x) is the remainder that earns 15%. So 10% of x plus 15% of ($25,000-x) = $3,350
\n" ); document.write( "That is, the sum of these two interest amounts is given as $3,350
\n" ); document.write( "Now you can write an equation to solve for x. Change the percentages to their decimal equivalents: 10% = 0.1 and 15% = 0.15
\n" ); document.write( "0.1x +0.15($25,000-x) = $3,350 Simplify this and solve for x.
\n" ); document.write( "0.1x + $3,750 - 0.15x = $3,350 Combine like-terms.
\n" ); document.write( "(0,1-0.15)x + $3,750 = $3,350
\n" ); document.write( "-0.05x + $3,750 = $3,350 Subtract $3,750 from both sides.
\n" ); document.write( "-0.05x = -$400 Finally, divide both sides by -0.05
\n" ); document.write( "x = $8,000 This is the amount in the 10% account.
\n" ); document.write( "
\n" ); document.write( "
\n" );