Can somebody explain how to solve this?

muzzyfatts

New member
Joined
Sep 25, 2020
Messages
4
math.png
so if you cant see it clearly, it's : 2^4*3^7 = 6^m*3^k = 6^p*2^s. What's the method to solving this?
 
6= 2*3 so factor 2^4*3^7= 2^4*3^(4+ 3) as (2^4*3^4)*3^3= 6^4*3^3.

Since the exponent on the "3" is greater than the exponent on the "2", in order to write it as "6^p*2^s" we need a negative exponent: 2^4*3^7= 2^(7- 3)*3^7= (2^7*3^7)*2^(-3)= 6^7*2^(-3).
 
Did you follow this path?

Not yet. I just came back and saw all these replies. I'm gonna sit down with the task later tonight or early tomorrow morning (CET). Will get back to you guys with my solution. Really appreciate you guys taking the time to help out. Obviously I'm no math wiz, so it's nice to have such helpful people contributing with their knowledge and help. Thanks to all of you.
 
There is no need at all to assume or know that m, k, l and s are integers. Just work outthe problem and if they turn out to be integers then they are integers. Knowing ahead of time to look for integers will not change how to to this problem.
 
There is no need at all to assume or know that m, k, l and s are integers. Just work out the problem and if they turn out to be integers then they are integers. Knowing ahead of time to look for integers will not change how to to this problem.
I'm not so sure of that. Did you try doing it that way?
 
I'm not so sure of that. Did you try doing it that way?
Yes, I did solve the problem without assuming the variables are integers and I am positive that I got the correct answer. From Post #5 for example it is immediate that m = 4. What am I missing?
 
Factorising into primes assumes that the exponents are integers. There are an infinite number of solutions if fractional exponents are allowed.
 
Tequila induced speculation follows.
[MATH]2^{4}3^{7}=6^{m}3^{k}=6^{p}2^{s}[/MATH][MATH]2^{4}3^{7}=(2^{log_{2}6})^m3^{k}=(2^{log_{2}6})^p(3^{log_{3}2})^s[/MATH]
 
Yes, I did solve the problem without assuming the variables are integers and I am positive that I got the correct answer. From Post #5 for example it is immediate that m = 4. What am I missing?
You're assuming integers without admitting it.
Since 2 and 3 are relatively prime:

24 * 37 = 6m * 3k = 2m * 3k+m

from this you can derive two equations with two unknowns and solve for those.

Continue......
Let m be any real number; then

2m * 3k+m = 24 * 37
6m * 3k = 24 * 37
3k = 24 * 37 / 6m
k = log3(24 * 37 / 6m)​
 
You're assuming integers without admitting it.

Let m be any real number; then

2m * 3k+m = 24 * 37
6m * 3k = 24 * 37
3k = 24 * 37 / 6m
k = log3(24 * 37 / 6m)​
Very interesting! You can write for example 2^p with base 3.
 
Very interesting! You can write for example 2^p with base 3.
Yup.

Of course, we know from post #6 that the variables do have to be integers, as one would expect in such a problem; but it's good to remind students (or ourselves) that that needs to have been stated. The original post was incomplete.
 
Top