document.write( "Question 234380: Translate the problem into a pair of linear equations in two variables.\r
\n" );
document.write( "\n" );
document.write( "A sum of money amounting to $3.80 consist of dimes and quarters. If there are 20 coins in all, how many are quarters? \n" );
document.write( "
Algebra.Com's Answer #172814 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Q+D=20 OR Q=20-D \n" ); document.write( ".25Q+.10D=3.80 \n" ); document.write( ".25(20-D)+.10D=3.80 \n" ); document.write( "5-.25D+.10D=3.80 \n" ); document.write( "-15D=3.80-5 \n" ); document.write( ".15D=1.20 \n" ); document.write( "D=1.20/.15 \n" ); document.write( "D=8 NUMBER OF DIMES. \n" ); document.write( "Q=20-8=12 NUMBER OF QUARTERS. \n" ); document.write( "PROOF: \n" ); document.write( ".25*12+8*.10=3.80 \n" ); document.write( "3+.80=3.80 \n" ); document.write( "3.80=3.80 \n" ); document.write( " |