ScratchData LogoScratchData
Back to rams906's profile

Find Any Number Using Powers of 2

RArams906•Created May 2, 2024
Find Any Number Using Powers of 2
0
0
25 views
View on Scratch

Instructions

This project can find any number by adding powers of 2 together If it takes too long to load, restart the project or turbo mode if you can Large numbers sometimes don’t come out correctly. Keep it under 1500 or so

Description

It works by finding the remainder of the given number when it’s divided by 2, then uses the order remainders to convert it to binary. In binary, 1=1 10=2 100=4 and so on so 10011=19 or 16+2+1=19 It finds the percentage by calculating how many times a repeat block will have to repeat, multiplies that by 100, then divides it by how big it will end up

Project Details

Project ID1012016843
CreatedMay 2, 2024
Last ModifiedMay 9, 2025
SharedMay 7, 2024
Visibilityvisible
CommentsAllowed