Answer:
The value of b is, 8
Explanation:
To determine the value of b:
Given:
....[1]
Since, 0x6A represents the hexadecimal form.
To convert this hexadecimal form into decimal form:
![(6A)_(16)= (6 * 16^1)+(A * 16^0)=(6 * 16)+(10 * 1) =96+10 = 106](https://img.qammunity.org/2020/formulas/mathematics/middle-school/ufhrmde3bckcjny5anra9vzetw1zritdh7.png)
⇒
(decimal form)
Now we have to convert this decimal form into octal
8 | 106
8 | 13 | 2
| 1 | 5
1
Then, the octal form we get,
![(152)_8](https://img.qammunity.org/2020/formulas/mathematics/middle-school/o4yhm3atdreao21w7y11x3fa4eh4grihz9.png)
Substitute this in [1] we have;
![(152)_b = (152)_8](https://img.qammunity.org/2020/formulas/mathematics/middle-school/j9hjjldogcncffuw4rnma9ds8f6xjo8y43.png)
On comparing both sides we have;
b = 8
Therefore, the value of b is, 8