Saturday, May 7, 2011

Values and Formulas

In this blog i will show how to problem solve :
1. morgan collecting stuffed animals prooblem
  • set variables for the animals being counted
    • cows(c) sheep(s) and total(t)
  • determine a formula for solving the problem
    • c + s= t
  • Morgan has 6 cows and 7 sheep so
    • 6+7= 13
2. Mega burgers
  • burgers * price
    • 4*7= 28
3. Fruit question
  • dim apples as double = 15
  • dim oranges as double = 12
4. Horse problem
  • dim horse as double = 33
5. apples to oranges problem
  • dim apples, oranges as double
  • apples= 15
  • oranges = apples*3
6. Grade subject problem
dim score ,math, science,eng, geo as decimal
dim score as double =
dim total as decimal
  •  math+ science = 25
  • score - total= 7
  • total /4 = 14

No comments:

Post a Comment