document.write( "Question 830279: WHat are the solutions for these problems:\r
\n" );
document.write( "\n" );
document.write( "How should Php 5000 be invested n order that the annual income from one investment at 10% shall double the income from another investment at 15%.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #500558 by Edwin McCravy(20062) You can put this solution on YOUR website! \r\n" ); document.write( " | Phps | percent | Annual |\r\n" ); document.write( " | invested | decimal | income |\r\n" ); document.write( "-----------------|------------|---------|-------------|\r\n" ); document.write( "First investment | x | 0.10 | 0.10x |\r\n" ); document.write( "Second investment| 5000-x | 0.15 | 0.15(5000-x)|\r\n" ); document.write( "------------------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |