document.write( "Question 984905: amanda has 6 more $5 notes than $2 notes. these notes add up to $219. how many $2 notes does she have \n" ); document.write( "
Algebra.Com's Answer #605745 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "T=number of $2 notes; F=number of $5 notes=T+6 \n" ); document.write( ". \n" ); document.write( "$2T+$5F=$219 \n" ); document.write( "$2T+$5(T+6)=$219 \n" ); document.write( "$2T+$5T+$30=$219 \n" ); document.write( "$7T=$189 \n" ); document.write( "T=27 ANSWER: She has 27 two dollar notes. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "F=T+6=27+6=33 She has 33 $5 notes \n" ); document.write( "$2T+$5F=$219 \n" ); document.write( "$2(27)+$5(33)=$219 \n" ); document.write( "$54+$165=$219 \n" ); document.write( "$219=$219 \n" ); document.write( " |