document.write( "Question 1175330: Jane owes the bank some money at 4% per year. After half a year, she paid $45 as interest. How much money does she owe the bank?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #800949 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jane owes the bank some money at 4% per year. \n" ); document.write( " After half a year, she paid $45 as interest. \n" ); document.write( " How much money does she owe the bank? \n" ); document.write( ": \n" ); document.write( "Well, if she pays 4% a year, she would pay 2% in 6 months \n" ); document.write( "x = amt owed the bank \n" ); document.write( ".02x = 45 \n" ); document.write( "x = 45/.02 \n" ); document.write( "x = $2250 \n" ); document.write( " |