document.write( "Question 1161167: Nicole bought a desktop computer and a laptop computer. Before finance charges, the laptop cost $
\n" );
document.write( "300 more than the desktop. She paid for the computers using two different financing plans. For the desktop, the interest rate was
\n" );
document.write( "6% per year, and for the laptop it was
\n" );
document.write( "7% per year. The total finance charges for one year were $398
\n" );
document.write( ". How much did each computer cost before the finance charges? \n" );
document.write( "
Algebra.Com's Answer #784615 by Boreal(15235) You can put this solution on YOUR website! interest=prt \n" ); document.write( "for desktop it is p*.06*1=.06p \n" ); document.write( "for laptop it is (p+300)*.07*1=.07p+21\r \n" ); document.write( "\n" ); document.write( "Those two add to $398 \n" ); document.write( "so .13p+21=398 \n" ); document.write( ".13p=377 \n" ); document.write( "p=$2900 for desktop and that is $174 interest \n" ); document.write( "=$3200 for laptop and that is $224 interest \n" ); document.write( " |