Decision Maths 1 Algorithms- Flow Charts. What is an algorithm? A set of precise instructions which if followed will solve a problem. e.g. Knitting patterns,

Slides:



Advertisements
Similar presentations
Exercise (1).
Advertisements

© 2007 by S - Squared, Inc. All Rights Reserved.
Programming Tools for Solution Development Module 3 Lesson 2 Assignment: Notes.
Chapter 2: Design of Algorithms
Apply the Pythagorean Theorem Chapter 7.1. Sides of a Right Triangle Hypotenuse – the side of a right triangle opposite the right angle and the longest.
ALGORITHMS AND FLOW CHARTS 1 Adapted from the slides Prepared by Department of Preparatory year Prepared by: lec. Ghader Kurdi.
Matrices MSU CSE 260.
7.7 Perfect Squares and Factoring CORD Math Mrs. Spitz Fall 2006.
10.7 Factoring Special Products
Applications of Consecutive Integers
Special Products Section 6.4. Find the product. (x + 2)(x + 2) (x + 3)(x + 3)
Essential Question: Describe two methods for solving polynomial equations that have a degree greater than two.
ALGORITHMS AND FLOWCHARTS
CHAPTER 5 Working With Number.
Introduction to Computer Programming Computer Programming I Introduction to Aerospace Created by The North Carolina School of Science and Math.The North.
Lecture # 8 ALGORITHMS AND FLOWCHARTS. Algorithms The central concept underlying all computation is that of the algorithm ◦ An algorithm is a step-by-step.
Chapter 3: The Fundamentals: Algorithms, the Integers, and Matrices
Problem Solving Methods. CSCE 1062 Outline Problem Solving Methods Problem solving steps The analytical method The algorithmic method The software engineering.
3/10/10.  Steps: Ex1) 5x +10 Step 1: Examine ? Common Number Notice 5 is a multiple of both Step 2: Remove 5(x + 2)
Lesson Objective: Understand what an algorithm is and be able to use them to solve a simple problem.
Flowcharts.
Today’s Plan: -Mental math with decimals -Multiply decimals -Add and Subtract Decimals 11/17/10 Decimals Learning Target: -I can solve problems containing.
Chinese Remainder Theorem Dec 29 Picture from ………………………
Factoring Special Products MATH 018 Combined Algebra S. Rook.
Program Design. The design process How do you go about writing a program? –It’s like many other things in life Understand the problem to be solved Develop.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Factors Prime Factors Multiples Common Factors and Highest Common Factor (HCF) Factors and Multiples Common Multiples and Lowest Common Multiple (LCM)
Algorithms Java Methods A & AB Object-Oriented Programming and Data Structures Maria Litvin ● Gary Litvin Copyright © 2006 by Maria Litvin, Gary Litvin,
1 Programming Tools Flowcharts Pseudocode Hierarchy Chart Direction of Numbered NYC Streets Algorithm Class Average Algorithm.
6.4 Solving Polynomial Equations. One of the topics in this section is finding the cube or cube root of a number. A cubed number is the solution when.
Integers Objectives: C Grade Recognise Prime Numbers
Factoring Trinomials. To factor a trinomial squares, use the following relationships. A 2 + 2AB + B 2 = (A + B)(A + B) A 2 – 2AB + B 2 = ( A – B)(A –
Greatest Common Divisors & Least Common Multiples  Definition 4 Let a and b be integers, not both zero. The largest integer d such that d|a and d|b is.
 Multiplication chart!  This can help people by knowing what multiplication problems your good at.  Multiplication chart!  This can help people.
Math Essentials Ms. Palevsky April 21, step equations with addition Initial Equation (Equation 1) First pair of operations; the operations that.
Flowchart. a diagram of the sequence of movements or actions of people or things involved in a complex system or activity. a graphical representation.
Axioms for Rational Numbers 9/14-9/15. Natural Numbers – Numbers used for counting: 1, 2, 3, and so on. Whole Numbers – Natural numbers and zero: 0, 1,
Solving Absolute Value Equations Lesson 4-3. Vocabulary Review Absolute Value: The distance between 0 and a number Equation: A math sentence/statement.
What are Factors? FACTOR Definition #1: A Whole Number that divides evenly into another number.
LESSON 4-3A PRIME FACTORIZATION. MATH VOCABULARY Prime #: A number that can only be found by multiplying the given number x 1 (only one way to get answer.
Algorithms and Flowcharts
Commutative Property of Addition Commutative Property of Multiplication For all real numbers a and b a + b = b + a For all real numbers a and b a b = b.
Algebra 1 Warm up #3 Solve by factoring:.
Solving Absolute Value Equations
End Behavior.
Adding and Subtracting Integers (Positive and Negative Numbers)
Number and patterns quiz
What Property is being demonstrated? 6x(4 – 2) = 24x – 12x
Entry Task Factor 9x2 – 25 (3x – 5)(3x + 5).
Example 2 Factor the polynomial. 12n n2 a. – 36 + = ( ) 2 n2 –
3.1 Algorithms (and real programming examples).
ALGORITHMS AND FLOWCHARTS
Algorithms Y10 Introduction.
Revision on Polynomials
Unit 5 Factor Special Products
ALGORITHMS AND FLOWCHARTS
A Question of Maths Instructions: Choose a number to answer a question
Multiplying Fractions by a Whole Number
Review of Radicals and Quadratic Equations
#1 #2 #3 Solve: 21 ÷ Solve: Solve: 3 (7 + 4) 12 ÷ 3 – 2 + 1
Algorithms.
SECTION 8-4 – MULTIPLYING SPECIAL CASES
Factor A factor of an integer is any integer that divides the given integer with no remainder.
Grade 6 Patterning and Algebra Unit
Designing Software Algorithm definition
Decimal Patterns in Multiplication Balls Bluff Elementary School
Algebra and Indices.
Presentation transcript:

Decision Maths 1 Algorithms- Flow Charts

What is an algorithm? A set of precise instructions which if followed will solve a problem. e.g. Knitting patterns, recipes, repairing, multiplication etc

Flow Charts are used to represent algorithms Shows operations to be carried out- only one route from them Questions to be answered ‘yes’ or ‘no’ -2 routes from them Known as the terminus STOP

Example of a Euclidean Algorithm Finding the HCF of two integers A and B Is R=0? START Read A, B (A<B) Find Q: largest integer such that QA< B Write R=B-QA Current value of A is HCF STOP Let new value of B=A Let new value of A=R No Yes TASK: Find the HCF of 35 and 112

Exercise 1a pgs 6-7 Q 2, 3, 6 Answers: 2) a)13 b) 18 3) 1, 4, 9, 16, 25, 49, 64, 81, 100. All square numbers that are less than or equal to 100 6) 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144

yR0&list=ECD7FCC5C72E63825D#action=share