document.write( "Question 247790: Translate the problem into a pair of linear equations in two vaiables. Solve the equations using either elimination or substitution. State your answer for the specified variable.\r
\n" );
document.write( "\n" );
document.write( "Andy has 14 coins made up of quarters and half-dollars, and their total value is $4.25. How many quarters does he have? \n" );
document.write( "
Algebra.Com's Answer #180635 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! let q=quarters and h=half dollars \n" ); document.write( "q+h=14 \n" ); document.write( "q=14-h \n" ); document.write( "25q+50h=425 \n" ); document.write( "25(q+2h)=25*17 \n" ); document.write( "divide by 25 \n" ); document.write( "q+2h=17 \n" ); document.write( "14-h+2h=17 \n" ); document.write( "14+h=17 \n" ); document.write( "3=h \n" ); document.write( "q=11 \n" ); document.write( "check \n" ); document.write( "11*25+3*50=425 \n" ); document.write( "10*25=250\r \n" ); document.write( "\n" ); document.write( "11*25=275 \n" ); document.write( "275+150=425 \n" ); document.write( "425=425 \n" ); document.write( "ok\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |