document.write( "Question 956793: alice is counting a cash register at the end of the night. he has $1015 in $5 bills and $10 bills. if she has 138 bills all together, how many of each type does she have? \n" ); document.write( "
Algebra.Com's Answer #584546 by addingup(3677) You can put this solution on YOUR website! Let's call the $5 a and the tens b \n" ); document.write( "a+b= 138 (equation 1), and therefore a= 138-b \n" ); document.write( "5a+10b= 1015 (equation 2) Now, in this equation we substitute the value of a, since we just said that a= 138-b: \n" ); document.write( "5(138-b)+10b= 1015 \n" ); document.write( "690-5b+10b= 1015 \n" ); document.write( "690+5b= 1015 \n" ); document.write( "5b= 325 \n" ); document.write( "b= 325/5 \n" ); document.write( "b= 65, and since we said that a= 138-b: \n" ); document.write( "a= 138-65 = 73 \n" ); document.write( "Check: (65 x 10) + (73 x 5)= 650 + 365= 1015 Correct.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |