document.write( "Question 1107791: Paul has 80,000 to invest and his intent is to earn 13% . He can invest in his Money at 8% and 16% . How much did Paul invest and each part ? \r
\n" );
document.write( "\n" );
document.write( "8% = ?
\n" );
document.write( "16% = ? \n" );
document.write( "
Algebra.Com's Answer #722821 by addingup(3677) You can put this solution on YOUR website! 0.08x + 0.16(80,000 - x) = 0.13(80,000) \n" ); document.write( "0.08x + 12,800 - 0.16x = 10,400 \n" ); document.write( "-0.08x = -2,400 \n" ); document.write( "x = 30,000 this is the amount at 8% \n" ); document.write( "80,000 - 30,000 = 50,000 this is the amount at 16% \n" ); document.write( " \n" ); document.write( " |