To find the numbers p,q,r that satisfy the given conditions, we follow these steps:
Start by examining the conditions provided in the problem:
1. p⋅q⋅s(r)=p⋅s(q)⋅r
2. p⋅s(q)⋅r=s(p)⋅q⋅r
Since each of p,q,r is a two-digit number formed using six different digits, it follows that:
- p=10a+b
- q=10c+d
- r=10e+f
The digit sum for each is:
- s(p)=a+b
- s(q)=c+d
- s(r)=e+f
### Setting Up Equations
Given the equality:
p⋅q⋅s(r)=p⋅s(q)⋅r
we can simplify to:
q⋅s(r)=s(q)⋅r
Similarly, using the second equality:
p⋅s(q)⋅r=s(p)⋅q⋅r
we can simplify to:
p⋅s(q)=s(p)⋅q
### Solving the System of Equations
From these simplified forms, we have:
q⋅(e+f)=(c+d)⋅r
p⋅(c+d)=(a+b)⋅q
### Check Possible Combinations
Given p,q,r must utilize distinct digits, we will check possible combinations of such digits while solving:
- Assume p=12, q=36, and r=48.
Check the digit sums:
- s(p)=1+2=3
- s(q)=3+6=9
- s(r)=4+8=12
Substitute into the equality conditions:
12⋅36⋅12=12⋅9⋅48and12⋅9⋅48=3⋅36⋅48
Both satisfy the conditions.
Similarly, examine p=21, q=63, and r=84.
Check the digit sums:
- s(p)=2+1=3
- s(q)=6+3=9
- s(r)=8+4=12
Substitute into the equality conditions:
21⋅63⋅12=21⋅9⋅84and21⋅9⋅84=3⋅63⋅84
Both satisfy the conditions.
### Conclusion
The solutions are:
(12,36,48),(21,63,84)