Solve 3AB + BA = 4AC | Two Digit Number

  • Thread starter Thread starter jacy
  • Start date Start date
AI Thread Summary
The math problem involves the equation 3AB + BA = 4AC, where AB, BA, and AC represent two-digit numbers. The initial simplification leads to the conclusion that B must equal C. However, further analysis shows that 9A + 4C must be divisible by 13, which complicates finding valid values for A, B, and C. The discussion highlights that no valid C can exist such that C is different from A while satisfying the divisibility condition. Ultimately, the problem remains unsolved, prompting participants to explore the relationships between A, B, and C further.
jacy
Messages
76
Reaction score
0
Hi,
This is a math problem.

3AB + BA = 4AC

In this problem i have to find BA which has to be a [SIZE=3]two digit number.This is what i did this

3AB + AB = 4AC
4AB = 4AC
B=C

It's not working. Can anyone please give me a hint, thanks for looking at this problem. Have a nice day.
 
Physics news on Phys.org
Can BA, a two digit number, always equal AB?
 
I assume AB is a form of a 2 digit number and not A x B.
And because AB is not A x B, you can't say that AB = BA.
So AB = 10A + B, BA = 10B + A, AC = 10A + C. 0 < A, B <= 9, and 0 <= C <= 9.
3AB + BA = (30A + 3B) + (10B + A) = 31A + 13B.
4AC = 40A + 4C.
Since you have 3AB + BA = 4AC <=> 31A + 13B = 40A + 4C <=> 9A + 4C = 13B (1). So you have to find A, C such that 9A + 4C is divisible by 13 and 0 < 9A + 4C <= 13 * 9 = 117.
Since you notice that 9 + 4 = 13, gcd(9, 13) = 1, and gcd(4, 13) = 1. You try to prove that there exists no C such that C <> A, and 9A + 4C is divisible by 13.
So let C = A + a (a <> 0, and -9 <= a <= 8). So 9A + 4C = 13A + 4a. 13A is already divisible by 13, gcd(4, 13) = 1, but because 9A + 4C needs to be divisible by 13, 4a must be also divisible by 13, so a must be divisible by 13 (because gcd(4, 13) = 1). And there exist no number a such that a <> 0, and -9 <= a <= 8, and a is divisible by 13, so hence
there exists no C such that C <> A, and 9A + 4C is divisible by 13.
So what can you say about A, C? What can you say about A, B, C?
Viet Dao,
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top