Lesson Objective: Understand how to make and use Algorithms Learning Outcome: Design your own algorithms and flowcharts. Algorithms and Flowcharts.

Slides:



Advertisements
Similar presentations
Probability and Conditional Probability. Probability Four balls What is the probability of choosing the ball in the red box? Since there are four balls.
Advertisements

Simple Probability and Odds
Index Student Activity 1: Questions to familiarise students with the
Describing Probability
Playing Cards Deck of 52 uniquely designed playing cards.
Chapter 5: Division and Proportions in Algebra Lesson 6: Probability Distributions Mrs. Parziale.
16.4 Probability Problems Solved with Combinations.
Combinatorics Chapter 3 Section 3.1 Trees and Equally Likely Outcomes Finite Mathematics – Stall.
UNR, MATH/STAT 352, Spring Radar target detection How reliable is the signal on the screen? (Is it a target of a false alarm?)
EXAMPLE 4 Find a conditional probability Weather The table shows the numbers of tropical cyclones that formed during the hurricane seasons from 1988 to.
3.7 Absolute Value Equations and Inequalities I can solve equations and inequalities involving absolute value.
7.3 Probabilities when Outcomes are Equally Likely.
Refreshing Your Skills for Chapter 10.  If you flip a coin, the probability that it lands with heads up is 1/2.  If you roll a standard die, the probability.
EXAMPLE 4 Find a conditional probability Weather The table shows the numbers of tropical cyclones that formed during the hurricane seasons from 1988 to.
Ch 2 – Systems of Linear Equations & Inequalities 2.1 – Solving Systems of Equations in Two Variables.
Algorithms. What is an algorithm?  An algorithm is a clear, concise, and correct step- by-step sequence of actions.
Experimental Probability of Simple Events
Compound Probability Pre-AP Geometry. Compound Events are made up of two or more simple events. I. Compound Events may be: A) Independent events - when.
Chapter 12 – Probability and Statistics 12.5 – Adding Probabilities.
Probability Review. I can… Solve Permutation and Combination problems 15 C 314 P 8 #8 455 #
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 12.2 Theoretical Probability
-2 Combinations. Combination-order doesn’t matter; can have repition or not Graphing calculator n#,math,PRB 3,r#,enter.
Notes on PROBABILITY What is Probability? Probability is a number from 0 to 1 that tells you how likely something is to happen. Probability can be either.
S.CP.A.1 Probability Basics. Probability - The chance of an event occurring Experiment: Outcome: Sample Space: Event: The process of measuring or observing.
Two Way Tables Venn Diagrams Probability. Learning Targets 1. I can use a Venn diagram to model a chance process involving two events. 2. I can use the.
15.3 Counting Methods: Combinations ©2002 by R. Villar All Rights Reserved.
3.3 Problem Solving With Combinations. Desert Apples, Grapes, Peaches, Plums and Strawberries are available for dessert. How many Different Combinations.
Multiplying Probabilities Advanced Math Topics. Probability of Two Independent Events If two events A and B are independent then the probability of both.
Objectives: Find the union and intersection of sets. Count the elements of sets. Apply the Addition of Probabilities Principle. Standard Addressed:
Draw 3 cards without replacement from a standard 52 card deck. What is the probability that: 1.They are all red ? 2.At least one is black ? 3.They are.
Do Now. Introduction to Probability Objective: find the probability of an event Homework: Probability Worksheet.
Copyright © 2009 Pearson Education, Inc. Chapter 12 Section 2 - Slide 1 P-2 Probability Theoretical Probability.
Calculating Risks and Rewards IF YOU PICK A THE REWARD IS BUT... IF YOU DON’T THE RISK IS… A CLUB10 CHOCOLATES 20 MINUTES DET WITH ME AT LUNCH TIME SCENARIO.
Have you ever played a game where everyone should have an equal chance of winning, but one person seems to have all the luck? Did it make you wonder if.
Flowchart. a diagram of the sequence of movements or actions of people or things involved in a complex system or activity. a graphical representation.
Mathematics topic handout: Probability & tree diagrams Dr Andrew French. PAGE 1www.eclecticon.info Tabulated outcomes of two fair dice.
PROBABILITY What is the probability of flipping a head? There is a 1 in 2 chance – ½ = 0.5.
Reviewing THEORETICAL PROBABILITY using PLAYING CARDS (PREVIEW ONLY - some features are disabled) QUIZLESSONINTRO.
8.7 – Probability. Probability Probability = the likelihood that an event will occur Outcomes = possible results of an event Probability formula: P(event)
Phase 3: Game Creation. Phase 3: Game Creation Outcomes (Slide 1) I can create a flowchart to solve a problem, for example to make a cup of tea. I can.
Elimination Method - Systems. Elimination Method  With the elimination method, you create like terms that add to zero.
Fundamentals of Probability
11.9: Solving Probability Problems by Using Combinations
IGCSE 1 Cambridge Algorithms and flowcharts Unit 7 Computer Science
Do it now activity Last lesson we used Flowol to create a solution to a problem a computer could solve. Identify what each symbol does:
PROBABILITY.
Random Sampling Playing cards are our participants
Probability of Independent Events
11/7/16 Entry 173 – Objective I will review and continue developing my understanding of uniform probability models, including the complement of an event.
The Addition Rule.
Classroom Expectations
AND.
Using Variables ALGEBRA 1 LESSON 1-1
Probability How to calculate simple probabilities D. Smith 02/12/2018.
Welcome to Who Wants to be a Millionaire
Unit 6 Review Probability Bingo.
#1 #2 #3 Solve: 21 ÷ Solve: Solve: 3 (7 + 4) 12 ÷ 3 – 2 + 1
The meaning of probability
Click on one of the boxes and begin Mutually Exclusive Events
Probability Problems Solved with
Section 12.2 Theoretical Probability
Section 12.2 Theoretical Probability
Warm Up Evaluate |5 – 16| –23 –8 4. |3 – 7| 4
Merge Sort Overview.
Homework Due Friday.
Adapted from Walch Education
Year 2 Summer Term Week 8 Lesson 2
Section 12.2 Theoretical Probability
P(softball) = P(not a baseball) = P(golf ball) = A box contains 3 tennis balls, 7 softballs, and 11 baseballs. One ball is chosen at random. Find.
Week #3 Quiz and Do Now.
Presentation transcript:

Lesson Objective: Understand how to make and use Algorithms Learning Outcome: Design your own algorithms and flowcharts. Algorithms and Flowcharts

Question  What’s the point of today’s lesson?

What is an Algorithm?  A list of simple commands to perform a task or solve a problem. 1Open the curtains 2Is it raining? If not go to step 4 3Pick up the umbrella 4Go outside Algorithm to decide to take umbrella outside.

Task 1  Write out an algorithm for making a cup of tea.

Task 2: Draw a flowchart to add up the first 50 numbers. Assign the following Variables: SUM = total amount N = A counter

Solution

Task  Write out an algorithm for sorting out a deck of cards into the four suits. At the end you need to have a complete deck of cards sorted into the order Spades, Hearts, Clubs and Diamonds.

Flowcharts  A flowchart is a type of Algorithm.  In what ways is a flowchart better than using a written algorithm?