Problem 1547. Relative ratio of "1" in binary number

Input(n) is positive integer number

Output(r) is (number of "1" in binary input) / (number of bits).

Example:

  • n=0; r=0
  • n=1; r=1
  • n=2; r=0.5

Solution Stats

65.73% Correct | 34.27% Incorrect
Last Solution submitted on Apr 18, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers1263

Problem Tags

Community Treasure Hunt

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

Start Hunting!