document.write( "Question 1203790: Hi
\n" );
document.write( "Bob has 3 more $10 notes than $2 notes. The total value of the $2 notes is $94 less than the total value of the $10 notes. How many $2 notes does he have.
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #839624 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = number of $2 notes \n" ); document.write( "x+3 = number of $10 notes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = total value of the $2 notes \n" ); document.write( "Example: we have x = 7 of these notes, so 2x = 2*7 = 14 dollars is the subtotal for this category.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10(x+3) = value of the $10 notes only\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The phrase \"The total value of the $2 notes is $94 less than the total value of the $10 notes\" translates to the equation \n" ); document.write( "2x = 10(x+3)-94\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's isolate x. \n" ); document.write( "2x = 10(x+3)-94 \n" ); document.write( "2x = 10x+30-94 \n" ); document.write( "2x = 10x-64 \n" ); document.write( "2x-10x = -64 \n" ); document.write( "-8x = -64 \n" ); document.write( "x = -64/(-8) \n" ); document.write( "x = 8 \n" ); document.write( "Bob has eight $2 notes \n" ); document.write( "The value so far is 2x = 2*8 = 16 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since he has 3 more $10 bills, he would have x+3 = 8+3 = 11 copies of $10 bills \n" ); document.write( "The value here is 10*11 = 110 dollars\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Value of the $2 bills: $16 \n" ); document.write( "Value of the $10 bills: $110 \n" ); document.write( "The gap between these values is $94. This helps confirm we have the right answers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another way to verify would be to plug x = 8 into the original equation and simplify both sides. \n" ); document.write( "2x = 10(x+3)-94 \n" ); document.write( "2*8 = 10(8+3)-94 \n" ); document.write( "2*8 = 10(11)-94 \n" ); document.write( "16 = 110-94 \n" ); document.write( "16 = 16 \n" ); document.write( "Everything works out.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 8 \n" ); document.write( " \n" ); document.write( " |