document.write( "Question 376376: How do you solve:\r
\n" );
document.write( "\n" );
document.write( "What is the maximum amount you can borrow today if it must be repaid in 4 months with simple interest at 8% and you know that at that time you will be able to repay no more than $1500?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #267784 by mananth(16946) You can put this solution on YOUR website! Principal = $x \n" ); document.write( "rate = 8% \n" ); document.write( "time = 4 months = 1/3 years \n" ); document.write( "... \n" ); document.write( "Amount to be paid = $1500 \n" ); document.write( ".. \n" ); document.write( "Amount = Principal + interest \n" ); document.write( "amount = x+0.08*0.33*x \n" ); document.write( "Amount = x+0.0264x \n" ); document.write( "Amount = 1.0264x \n" ); document.write( "... \n" ); document.write( "1.0264x=1500 \n" ); document.write( "/1.0264 \n" ); document.write( "x=1500/1.0264 \n" ); document.write( "=$1461 is what you can borrow \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |