When a 4-digit number is multiplied by 1.5, the order is reversed. What is the number?
I did several things. Here is my work.
$1.5(1000a+100b+10c+d)=1000d+100c+10b+a$
$1500a+150b+15c+1.5d=1000d+100c+10b+a$
$1499a+140b=998.5d+85c$
I know $d$ must be even, or we get a decimal. Also, $d\neq0$
Now up to this point I cannot deduce the relationship of $a$ and $d$. I wrote a program to find the number but I want an intuitive approach to teach this to students.