HotelInfantesAgres - Bawat tanong, may sagot. Logo

In Technology and Home Economics / Senior High School | 2024-09-09

what is the answer in decumal to octal101101​

Asked by kimberly315

Answer (1)

**1. **Grouping Digits:** We start by grouping the binary digits into sets of three, starting from the rightmost digit. If the leftmost group doesn't have three digits, we add leading zeros. * **101** 101 * **010** 1101 2. **Converting Each Group:** Now, we convert each group of three binary digits into its corresponding octal digit. * **010** = 2 (0*2^2 + 1*2^1 + 0*2^0 = 2) * **101** = 5 (1*2^2 + 0*2^1 + 1*2^0 = 5)3. **Combining Octal Digits:** Finally, we combine the octal digits obtained from each group to form the final octal representation. * **010** 101 = **25****Answer:****

Answered by angelynmurphy7 | 2024-09-09