Pythagorean Theorem
Created by Banting Memorial High School Math Department
Minds On...use your whiteboard to solve the following problem
On my Right Triangle:
Side a is 5cm.
Side b is 12cm
What is the measure of the hypotenuse, side c?
Action...Write the pseudocode for a program that can calculate the length of a hypotenuse, given two sides
What will the input be?
How will you get the input?
How will the output be calculated?
Create a new sprite
Create a new background
Translate you pseudocode into a progam in Scratch
You might find the following blocks helpful…
Remember to test your program...use the numbers from the Minds On!
Your program may
be similar to…
TITLE your program
SHARE your program
ADD your program to your STUDIO
Minds On...use your whiteboard to solve the following problem
On my Right Triangle:
The hypotenuse is 10.
Side a is 8.
What is the measure of side b?
Write a program in Scratch that calculates the length of side a, given side b and side c.
….test your program using the values from your work on the whiteboards
Consolidation…
Extension #1
Draw the Right Triangle
Extension #2
Create a program where the user inputs two of the values (a, b, c) and the program calculates the unknown.