Hi there. 

BH005 has the following shape: 


               8  8  8  8    10 10 10 10 
             7                           9
           7                               9
         7        7  8  8    10 10  9        9
       5       7                      9        6
     5       7                          9       6
   5       5         2  2    1  1         6       6
   5     5        2                1        6     6
   4     4      2                    1      3     3 
   4     4     2                      1     3     3 
   4     4     2                      1     3     3



There are 12 seats in the first row. 

There are 20 seats in the second row. 

There are 28 seats in the last row. 

Total:    60 seats. 

We will have 10 teams of 6 students each. 

Please seat as shown once we determine your team number. 

Grade:          homework   (14) 14% 
                labs       (12) 15%
                attendance (28) 15%
                exams      ( 4) 14% each 
 
Problem:  Assume you have two hourglasses. One can measure
3 minutes and the other 4 minutes. How can you measure 5 minutes
with reasonable accuracy. (3 mins groupwork)

Problem: 15 +
         69
------------
         84

Given a positive integer describe the steps I need to take to calculate 
the square root of that number with, say, six decimals. 

Input: 6

Try 0, too small
    1, too small 
    2, to small
    3, too big
    2.1
    2.2
    2.3
    2.31
    2.32