Given: r is an int > 0
Question: ten's digit of r?
---
1: ten's digit of r/10 is 3
r/10 = 3_
r=3_ * 10
r=3_0
_ is the 10's digit -> not sufficient
---
2: hundreds digit of 10r is 6
6__ = 10r
6_._=r
6 is the 10's digit -> sufficient
B
-----------------
Alternatively,
1: ten's digit of r/10 is 3
number r divided by 10 is thirty something
so, r is three hundred something
don't have ten's -> insufficient
2: hundreds digit of 10r is 6
number r times 10 is 6 hundred something
so, r must be sixty something
got ten's -> sufficient
---
-
Justas