document.write( "Question 1202419: There was $2900 in the pot. If there were 293 more $1 bills than $10 bills, how many bills of each kind were there? \n" ); document.write( "
| Algebra.Com's Answer #837261 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( "Here is an informal solution using logical reasoning and simple arithmetic. Compare it to the solution from tutor @math_tutor2020 to see that the formal algebra does exactly what the informal solution does. \n" ); document.write( "Subtract the \"extra\" 293 $1 bills from the total, leaving equal numbers of $1 and $10 bills with a total value of $2900-$293 = $2607. \n" ); document.write( "The total value of one $1 bill and one $10 bill is $11. \n" ); document.write( "So the number of bills of each kind remaining is $2607/$11 = 237. \n" ); document.write( "ANSWERS: \n" ); document.write( "$10 bills: 237 \n" ); document.write( "$1 bills: 237+293 = 530 \n" ); document.write( "CHECK: 237(10)+530(1) = 2370+530 = 2900 \n" ); document.write( " \n" ); document.write( " |