Algorithms 09/04/13. Algorithm Step-by-step process for solving a problem. Often described in pseudocode language. Unambiguous, Executable and Terminating.

Slides:



Advertisements
Similar presentations
Splash Screen. Lesson Menu Five-Minute Check (over Lesson 1–6) Main Idea Example 1:Use the Guess and Check Strategy.
Advertisements

Coin Problems Students will use Guess and Check Chart and Algebra to solve Coin Word Problems.
Algebra 1 Coin Word Problems.
Identify and state the value of a penny, nickel, dime, quarter Level 1 CLICK HERE TO START LEVEL 1.
In Class Exercises. TV  Think about your television as an object.  You send messages to it using the remote control. What messages can you send?  What.
By Annette Birkhead First Grade IntroductionTaskInvestigationEvaluationMoney BookConclusion.
2nd grade Math Lesson 2.MD.8. Solve word problems involving dollar bills, quarters, dimes, nickels, and pennies, using $ and ¢ symbols appropriately.
Working With Money Yorubah Banks.  Content Area: Mathematics  Grade Level: Grade 2  Summary: The purpose of this power point is to give the students.
EXIT © Joyce Gerald EXITMONEY: Determines equivalent values of coins to $0.50. & $1.00 BILL Determines the value of a set of coins up to $0.50 using.
Pennies, Nickels, and Dimes Objective: I will count pennies, nickels, and dimes. Standard: Identify and know the value of coins. Student’s Job to Learn.
I wonder who has more money…. 1 dollar, 3 nickels, 5 dimes 6 dimes, 3 pennies, 5 quarters 8 pennies, 6 nickels, 3 dimes 2 half dollars, 5 pennies, 8 nickels.
Math Meeting Write today’s date ____________________ What was (will be) the date on the fourth Sunday of this month? _________________________ Time: ______________.
Jeopardy Money Addition Subtraction GraphsPatterns.
Math Review Show each amount using the fewest number of coins. 98¢ pennies nickels dimes quarters 1.
Solving Systems of Equations Classic Applications (Mixture & Money)
Counting Money Pennies, Nickels, & Dimes Created by Mrs. Miller Math SOL K.7 & 1.10.
Penny Nickel Dime Penny Nickel Dime Quarter Half Dollar.
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
10 cent 5 cent 1 cent 25 cent penny dime nickel quarter
Who uses it?. We all use money to buy what we need to function in our world. Money Vocabulary Bills Dollars Coins Sliver Dollar Half Dollar Fifty Cent.
Counting Coins. The Basics Quarter 25 cents Dime 10 cents.
NUMBERS o´clock.
MONEY! Pick the correct coin! Click here to get started!!
Touch Money Jane Hancock.
Canadian Money. Coins Penny 1 cent 1¢ Nickel 5 cents 5¢
Let’s Learn About Money!
Chapter Algorithms 3.2 The Growth of Functions 3.3 Complexity of Algorithms 3.4 The Integers and Division 3.5 Primes and Greatest Common Divisors.
Name the United States Coins Count the Pennies 10 ¢
Math Meeting Write today’s date __________________________ What was (will be) the date on the third Monday of this month? _________________________ Time:
Coin Problems.
MATH AND MONEY.
Math Meeting Write today’s date __________________________ Which months have 31 days? ______________________________________________________________________.
Adding and Subtracting Money! Click on the dollar sign to begin!
Because cents make dollars By Mrs. Michelle Francois
The Importance of Counting Coins. Coins in everyday life  How important is being able to count coins?  What are coins used for?  When and how often.
Money Counting change! Counting change! © Math As A Second Language All Rights Reserved 2.MD#8 next.
Money – Change Combinations &MathLine. Start with each ring representing a penny Money – Change.
What is in the Bank? Quarters, Dimes, Nickels, and Pennies.
HOW CAN I CONVERT MONEY? MCC.4.MD.1 Money. Conversions ____ pennies = 1 nickel ____ nickels = 1 dime ____ dimes = 1 dollar ____ quarters = 1 dollar.
Money Word Problems Today we will learn to solve word problems involving money by: Understanding the problem Learning to identify clue words Using manipulatives.
What is your strategy for counting money?
Responsible Earning, Spending, Saving, and Borrowing
Antjuan Davis May 24, 2015 EDU-225 Victoria Christensen
Solve the following word problem.
Lesson 111: Three Statements of Equality
Begin at 5. Count by 5s to 100. Begin at 30. Count by 10s to 150.
Warm-Up Ch.3 #2B Gr 6.
Power of the Penny I have a piggy bank that has 50 coins. My little brother told me that I couldn’t use all 50 coins to make exactly one dollar. I say.
k-2 Lesson d: kids as coins Coin Signs
Counting Coins for 1st grade
Money Concept Assessment Bank
Counting Coins Using Touch Points
Responsible Earning, Spending, Saving, and Borrowing
Money, Money, Money.
Counting Money Name: _____________________________
1. Trapezoid Write a decimal that could make the sentence correct. ?
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
Advanced Learner Coin Pictures
Name the United States Coins
Quarters - $10 Quarters - $10 Quarters - $10 Quarters - $10
Counting Money Pennies, Nickels & Dimes
Write the equation of the line: (0,0) & (6,1) (2,-3) & (-3, 2)
Money, Money Click on the piggy bank to get started!
Title: Counting Money (student activity) Subject: Math Grade level: 1st Description: This PPT resource must be used in normal view (working view)
Click to add Text Computers & Instructions. Computers are given instructions in the form of computer programs that are created through the development.
©Cindy Joor 2002 North East ISD
(To be used when giving funds to Treasurer)
Money Math Review.
Money Week 31 April 3 , 2019.
Counting Money Pennies, Nickels, & Dimes
Presentation transcript:

Algorithms 09/04/13

Algorithm Step-by-step process for solving a problem. Often described in pseudocode language. Unambiguous, Executable and Terminating.

Input and Output Input is date brought into a process. Output is the result of a process.

Piggy Bank Problem Write a program to find the amount of money in a piggy bank. Ask the user for the number of each kind of coin, pennies, nickels, dimes and quarters, then output the answer.

Truck Load of Cereal Example Write an algorithm to figure the number of boxes of cereal in a truckload. Let the user provide the weight of a box of cereal in ounces and the number of tons in a truck's payload.

Handout Half the class write #1 and the other half write #2