document.write( "Question 175658: Please help me solve this equation: Pat invested a total of $3,000. Part of the money yields 10 percent interest
\n" );
document.write( "per year, and the rest yields 8 percent interest per year. If the total yearly
\n" );
document.write( "interest from this investment is $256, how much did Pat invest at 10 percent
\n" );
document.write( "and how much at 8 percent? \n" );
document.write( "
Algebra.Com's Answer #130758 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let x and y be the amounts invested at 10% and 8% \n" ); document.write( ": \n" ); document.write( "x+y=3000........eq 1 \n" ); document.write( ".1x+.08y=256....eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to x=3000-y and plug that value into eq2 \n" ); document.write( ": \n" ); document.write( ".1(3000-y)+.08y=256 \n" ); document.write( ": \n" ); document.write( "300-.1y+.08y=256 \n" ); document.write( ": \n" ); document.write( "-.02y=-44 \n" ); document.write( ": \n" ); document.write( "$ \n" ); document.write( ": \n" ); document.write( "$ |