方程式after subtracting 8 from a number,the difference multiplied by 9 is 108.find the number.

问题描述:

方程式
after subtracting 8 from a number,the difference multiplied by 9 is 108.find the number.

Let x be the original number.
9(x-8)=108
x-8=12
x=20
The number is 20

设此数为x
(x-8)*9=108
x-8=12
x=20

Surpouse original number is:x;
Subtracting 8:x-8;
Tthe difference multiplied by 9 is 108:(x-8)*9=108;
therefore:x=(108/9)+8=20;
The number is:20;