jagomart
digital resources
picture1_Python Pdf 185465 | Ics3u Basic Math Exercises


 123x       Filetype PDF       File size 0.06 MB       Source: jongarvin.com


File: Python Pdf 185465 | Ics3u Basic Math Exercises
ics3u introduction to computer science python basics basic mathematics in python basic operations 1 add the values of the first five positive integers 1 2 3 4 and 5 2 ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
              ICS3U: Introduction to Computer Science                                                             Python Basics
               Basic Mathematics in Python
              Basic Operations
              1. Add the values of the first five positive integers (1, 2, 3, 4 and 5).
              2. Multiply the values of the first five negative integers (-1, -2, -3, -4 and -5).
              3. Calculate the area of a triangle with base 7 and height 9, using the formula  A =1(b)(h) .
                                                                                                             t  2
              4. Calculate the area of a circle with radius 5, using the formula  A = r2 .
                                                                                             c
              5. Calculate the volume of a cone with radius 12 and height 8, using the formula  V =1r2h .
                                                                                                                c   3
              6. Calculate the volume of a sphere with radius 6, using the formula  V =4 π r3 .
                                                                                                  s  3
              7. Calculate the amount of HST (13%) charged on a $20 shirt.
              8. Calculate the final price of a $30 pair of jeans, including HST.
              9. Calculate the cost, per person, of a $18 pizza split equally between eight people.
                                                                                                                    y −y
              10. Calculate the slope, m, of the line through (1, 8) and (-5, 6), using the formula  m= 2                1 .
                                                                                                                    x2−x1
                                                                                                                     y −y
              11. Calculate the slope, m, of the line through (-12, 7) and (6, 7), using the formula  m= 2                1 .
                                                                                                                     x −x
                                                                                                                       2  1
              12. Explain why the slope through (5, 8) and (5, -3) cannot be calculated. What happens?
              13. Mr. Garvin has a box of 200 candies to distribute to his 31 computer science students. If he gives 
                   every student in the class the same amount, how many will be left over for himself?
              14. Evaluate both  2n−1  and  2n−1  when  n=8 . What is necessary to differentiate the expressions?
              15. Explain how are the results of 6/2 and 6//2 different?
              16. Determine the quotient and remainder when 17 is divided by 3.
              17. Determine the quotient and remainder when 17.5 is divided by 3. Explain what happened.
              18. Determine the quotient and remainder when -17 is divided by 3. Explain what happened.
                                                                                                                            J. Garvin
The words contained in this file might help you see if this file matches what you are looking for:

...Icsu introduction to computer science python basics basic mathematics in operations add the values of first five positive integers and multiply negative calculate area a triangle with base height using formula b h t circle radius r c volume cone v rh sphere s amount hst charged on shirt final price pair jeans including cost per person pizza split equally between eight people y slope m line through x explain why cannot be calculated what happens mr garvin has box candies distribute his students if he gives every student class same how many will left over for himself evaluate both n when is necessary differentiate expressions are results different determine quotient remainder divided by happened j...

no reviews yet
Please Login to review.