Linear equation strange problem

AI Thread Summary
Adam has a total of 165 bills consisting of 1, 5, and 10 dollar denominations, with the number of one-dollar bills being twice that of ten-dollar bills. The equations derived from the problem are x + y + z = 165 and x + 5y + 10z = 735, where x, y, and z represent the number of one, five, and ten dollar bills, respectively. A key error identified in the initial setup was the incorrect relationship between x and z; it should be x = 2z instead of 2x = z. The calculations led to an incorrect value for y, indicating a need for reevaluation of the equations to find the correct number of five-dollar bills. The discussion highlights the importance of accurately translating problem statements into mathematical equations.
Rectifier
Gold Member
Messages
313
Reaction score
4
The problem
Adam is saving 1, 5 and 10 dollar bills. Adam has 165 bills. The amount of one dollar bills is twice as high as 10-dollar bills. The total value of his savings is 735 dollars. How many 5-dollar bills does Adam have?

This problem was translated. Sorry for grammatical errors.

The attempt at a solution
x = one dollar bills
y = five dollar bills
z = ten dollar bills

The amount of bills is:
## x+y+z=165 ##
We also know that:
##2x = z## which means that the amount of bills can be rewritten as:
## x+y+2x=165 \\ y+3x=165##

The value of his savings is:
## 1 \cdot x + 5 \cdot y + 10 \cdot z = 735 ##

I insert ##2x = z## in the second equation and get following:
## 1 \cdot x + 5 \cdot y + 10 \cdot 2x = 735 \\ x + 5y + 20x = 735 \\ 5y + 21x = 735 \\ ##

I solve the linear equation of
## y+3x=165 \\ 5y + 21x = 735 ##

## 7y+21x=1155 \\ 5y + 21x = 735 ##

## 21x=1155-7y \\ 21x = 735-5y ##

## 735-5y=1155-7y \\ 2y=1155-735 \\ 2y= 420 \\ y = 210 ##
Which is clearly wrong. y (is 5 dollar bills) 5 * 210 = 1050 (but Adams value is 735)

I have tried some other methods but I can't seem to solve this problem. Please help :,(
 
Physics news on Phys.org
Rectifier said:
The problem
Adam is saving 1, 5 and 10 dollar bills. Adam has 165 bills. The amount of one dollar bills is twice as high as 10-dollar bills. The total value of his savings is 735 dollars. How many 5-dollar bills does Adam have?

This problem was translated. Sorry for grammatical errors.

The attempt at a solution
x = one dollar bills
y = five dollar bills
z = ten dollar bills
To be clearer, each of the above should say "the number of ..."
Rectifier said:
The amount of bills is:
## x+y+z=165 ##
We also know that:
##2x = z## which means that the amount of bills can be rewritten as:
No, this is wrong. What is stated is that the number of one-dollar bills is twice as large as the number of ten-dollar bills. This translates into an equation as x = 2z. You have 2x = z, which is wrong.
Rectifier said:
## x+y+2x=165 \\ y+3x=165##

The value of his savings is:
## 1 \cdot x + 5 \cdot y + 10 \cdot z = 735 ##

I insert ##2x = z## in the second equation and get following:
## 1 \cdot x + 5 \cdot y + 10 \cdot 2x = 735 \\ x + 5y + 20x = 735 \\ 5y + 21x = 735 \\ ##

I solve the linear equation of
## y+3x=165 \\ 5y + 21x = 735 ##

## 7y+21x=1155 \\ 5y + 21x = 735 ##

## 21x=1155-7y \\ 21x = 735-5y ##

## 735-5y=1155-7y \\ 2y=1155-735 \\ 2y= 420 \\ y = 210 ##
Which is clearly wrong. y (is 5 dollar bills) 5 * 210 = 1050 (but Adams value is 735)

I have tried some other methods but I can't seem to solve this problem. Please help :,(
 
  • Like
Likes Rectifier
Oh! Thank you for finding the error! ;D
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top