Need help understanding base-10 number format please

  • I
  • Thread starter andrecoelho
  • Start date
  • #1
andrecoelho
9
1
Hey..suppose i have the 9312 number. And 3 digit. Number can be represented by
9*10^3 + 3*10^2 + 1*10 + 2

how do i get the 10^2 ? (either 2 or 1000) ? do we need logarithms?

thanks

andre
 
Mathematics news on Phys.org
  • #2
Hi, @andrecoelho, first of all, wellcome.
andrecoelho said:
Hey..suppose i have the 9312 number. And 3 digit.
They first sentence stands for four digits. What do you mean when you mention three digits?
andrecoelho said:
Number can be represented by
9*10^3 + 3*10^2 + 1*10 + 2
Fine
andrecoelho said:
how do i get the 10^2 ?
From my point of view, it is ten powered to two. I see no mathematical difficulty.
andrecoelho said:
(either 2 or 1000) ? do we need logarithms?
My opinion is that it is either ##100## or ##10^2##. Why should we need logarithms?. Logarithms are the opposite function to exponentiation.
Which is the question you want to solve?
Greetings!
 
  • Like
Likes e_jane and berkeman
  • #3
Not sure what you’re asking but perhaps by rewriting what you wrote will clarify what you want?

9312 is short for ##9*1000 + 3*100 + 1*10 + 2##

we can use various math expressions to get the units value

##9312 - INT( 9312 / 10 )*10 = 9312 - INT( 931.2 )*10 = 9312 - 9310 = 2##
 

Similar threads

Replies
1
Views
780
  • General Math
Replies
14
Views
1K
Replies
3
Views
994
Replies
1
Views
2K
Replies
17
Views
1K
Replies
4
Views
350
Replies
5
Views
729
Replies
3
Views
828
Replies
1
Views
1K
Back
Top