This project makes a line chart based on a number you enter following the 3x+1 rule. The rule is: If the number is odd, it is multiplied by 3 and added to 1. If the number is even, it is divided by 2. This continues until the number becomes 1. Try the numbers 7, 27 and 87623. Move your mouse to the bottom-left corner to show/hide variables. For more information on 3x+1 or the Collatz Conjecture: https://scratch.mit.edu/discuss/youtube/094y1Z2wpJg Please report bugs in the comments. #description(A project that draws a chart based on the 3x+1 rule.) #Maths #Pen Change Log: v1.1—14/12/2022—Doesn't accept negative or decimal numbers any more, to prevent Chromebooks from melting v1.0—16/10/2022—Initial release