Bit calculation - MATLAB Cody - MATLAB Central

Problem 2270. Bit calculation

Difficulty:Rate

Give me the count of numbers from 1 to n having their last two bits as 0.

For example

function y = ret_count(4)

y = x;

end

Here 4 means you have to check the numbers between 1 to 4.

So the answer will be 1 as binary value of 4 is 00000100.

Here n in the function is the number of numbers to be checked starting from 1.

Solution Stats

56.16% Correct | 43.84% Incorrect
Last Solution submitted on Sep 16, 2025

Problem Comments

Solution Comments

Show comments
MATLAB EXPO 2025 Registration is Now Open! November 12 – 13, 2025
Registration is now open for MathWorks annual virtual event MATLAB EXPO 2025...
0

Problem Recent Solvers222

Suggested Problems

More from this Author8

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!