Obtain the digits ## x ## and ## y ##

  • Thread starter Thread starter Math100
  • Start date Start date
AI Thread Summary
The problem involves finding the digits x and y such that 495 divides the number 273x49y5. Given that 495 factors into 5, 9, and 11, the divisibility conditions lead to two equations: x + y = 6 or 15, and y - x = 1. Solving these systems reveals that only the second set of equations yields valid integer solutions. Ultimately, the values for the digits are determined to be x = 7 and y = 8. Thus, the digits x and y are confirmed as 7 and 8.
Math100
Messages
813
Reaction score
229
Homework Statement
Assuming that ## 495 ## divides ## 273x49y5 ##, obtain the digits ## x ## and ## y ##.
Relevant Equations
None.
Observe that ## 495=5\cdot 9\cdot 11 ##.
This means ## 9\mid 273x49y5 ## and ## 11\mid 273x49y5 ##.
Then ## 9\mid (2+7+3+x+4+9+y+5)\implies 9\mid (x+y+30)\implies x+y=6, 15 ## and ##11\mid (2-7+3-x+4-9+y-5)\implies 11\mid (y-x-1)\implies y-x=1 ##.
Now we compute these two systems of equations shown below:
##\{x+y=6, y-x=1\}## and ##\{x+y=15, y-x=1\}##
Thus ## x=7 ## and ## y=8 ##.
Therefore, the digits ## x ## and ## y ## are ## 7 ## and ## 8 ##.
 
Last edited by a moderator:
Physics news on Phys.org
Math100 said:
Homework Statement:: Assuming that ## 495 ## divides ## 273x49y5 ##, obtain the digits ## x ## and ## y ##.
Relevant Equations:: None.

Observe that ## 495=5\cdot 9\cdot 11 ##.
This means ## 9\mid 273x49y5 ## and ## 11\mid 273x49y5 ##.
Then ## 9\mid (2+7+3+x+4+9+y+5)\implies 9\mid (x+y+30)\implies x+y=6, 15 ## and ##11\mid (2-7+3-x+4-9+y-5)\implies 11\mid (y-x-1)\implies y-x=1 ##.
Now we compute these two systems of equations shown below:
## \left \{ \begin{align*} x+y=6 \\ y-x=1 \end{align*} \right \} ## and ##\left \{ \begin{align*} x+y=15 \\ y-x=1 \end{align*} \right \} ##
Thus ## x=7 ## and ## y=8 ##.
Therefore, the digits ## x ## and ## y ## are ## 7 ## and ## 8 ##.
Fixed some LaTeX in the quoted text above.
 
Last edited:
SammyS said:
Fixed some LaTeX in the quoted text above.
Needed some additional fixing in LaTeX, or my browser for some reasons bugs seriously on displaying this message.
 
Math100 said:
Homework Statement:: Assuming that ## 495 ## divides ## 273x49y5 ##, obtain the digits ## x ## and ## y ##.
Relevant Equations:: None.

Observe that ## 495=5\cdot 9\cdot 11 ##.
This means ## 9\mid 273x49y5 ## and ## 11\mid 273x49y5 ##.
Then ## 9\mid (2+7+3+x+4+9+y+5)\implies 9\mid (x+y+30)\implies x+y=6, 15 ## and ##11\mid (2-7+3-x+4-9+y-5)\implies 11\mid (y-x-1)\implies y-x=1 ##
... since ##0\leq x,y \leq 9.##
Math100 said:
.
Now we compute these two systems of equations shown below:
##\{x+y=6, y-x=1\}## and ##\{x+y=15, y-x=1\}##
The first system yields ##2y=7## which has no integer solution, and the second ...
Math100 said:
Thus ## x=7 ## and ## y=8 ##.
Therefore, the digits ## x ## and ## y ## are ## 7 ## and ## 8 ##.

Correct.
 
  • Like
Likes Math100 and Delta2
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top