Assignments. Assignment 1 Write a program to calculate the current equation Where p is the period of pendulum in seconds, g=980 cm/sec 2 (acceleration),

Slides:



Advertisements
Similar presentations
Circles – Circumference and Area Circumference – the distance around a circle.
Advertisements

Volume of a Cylinder and Cone Today we will answer the very important question …. Which holds more ice cream; a small cup or a cone? Predictions?
10.7 Volume of Prisms I can find the volume in rectangular and triangular prisms.
Volume.
Volume and Total Surface Area of RIGHT Prisms and CYLINDERS.
What Is Volume ? The volume of a solid is the amount of space inside the solid. Consider the cylinder below: If we were to fill the cylinder with water.
VOLUME BY COUNTING CUBES Objective To understand the concept of volume in terms of counting cubes.
1 Finding Sample Variance & Standard Deviation  Given: The times, in seconds, required for a sample of students to perform a required task were:  Find:
8.3 Comparison Operators. Yesterday’s Worksheet! Calculate and display the sales tax for a purchase of $19.99 Use the tax rate in your state; for example.
EXAMPLE 4 Solve a multi-step problem
Splash Screen. Lesson Menu Five-Minute Check (over Lesson 11–2) CCSS Then/Now New Vocabulary Key Concept: Area of a Circle Example 1:Real-World Example:
How do I find the surface area and volume of a sphere?
EXAMPLE 3 Use the circumference of a sphere EXTREME SPORTS
Teacher Version Level Shape Space Measure
Solid Figures: Volume and Surface Area Let’s review some basic solid figures…
Unit 13 Areas Presentation 1Formula for Area Presentation 2Areas and Circumferences of Circles Presentation 3Formula for Areas of Trapeziums, Parallelograms.
The Sphere The Cone Any Prisms Volume of Solids Composite Prisms.
Volume. Volume Volume is the amount of space that an object takes up. Unlike LENGTH (1 dimension), or AREA (2 dimension), VOLUME is a 3 dimensional.
What is a cylinder? A cylinder is a three-dimensional shape that has two identical circular bases connected by a curved surface. Radius Circumference.
Find the area of each circle.
Volumes Of Solids. 7cm 5 cm 14cm 6cm 4cm 4cm 3cm 10cm.
5 CM 4 CM Calculation Area = Length times Width (lw or l x W) Note Length of a rectangle is always the longest side.
How much wood is in that tree? How much is that tree worth?
Area, Circumference & Volume
Volume of a Cylinder, Cone, and Sphere
11-3 Areas of Circles and Sectors
11. 7 Volume of Pyramids and Cones 11
Surface Area of Cylinders Return to table of contents.
Measuring Volume.
By Bailee and Kayla. Objectives  Find lateral areas of cylinders  Find surface areas of cylinders.
$200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 Radius & Diameter Volume.
Surface Area of Cylinders Unit 5, Lesson 3. What is a Cylinder? Definition: –A three dimensional figure with 2 circular bases. Formula for Surface Area:
1 E0001 Computers in Engineering Built in Functions.
Warm-Up Find the area: Circumference and Area Circles.
7 th Grade Test Prep Geometry. 6.G.10 Identify & plot point in all 4 quadrants Coordinate Plane x-axis y-axis origin Ordered Pair (-5, 4) x-coordinate.
Making graphs and solving equations of circles.
Mrs. McConaughyGeometry1 Volumes of Prisms and Cylinders OBJECTIVE: To determine the volumes of prisms and cylinders.
Review: Find the volume of a rectangular prism with a length of 4 cm, width of 5cm and a height of 10 cm. V = Bh = (5)(4)(20) = 200cm3.
Section 2.8 Modeling Using Variation. Direct Variation.
0-9: Volume.
Circumference Review. Review What is the relationship between a radius and a diameter? What does a circumference measure? What formulas do we use to calculate.
More Practice / Review Return to table of contents.
Find the surface area of a sphere
Geometry.
Volumes Of Solids. 8m 5m 7cm 5 cm 14cm 6cm 4cm 4cm 3cm 10cm.
Volume of a Cylinder How much will I hold?. A cylinder has two identical flat ends that are circular and one curved side. Volume is the amount of space.
12-3: Volumes of Prisms and Cylinders. V OLUME : the measurement of space within a solid figure Volume is measured in cubic units The volume of a prism.
Aim: How can the metric system be used to measure cubic volume? Do Now: Write the formula for area. What is the area of a square that has the following.
Circles OCR Stage 6.
Summer Assignment Answers. #9 A construction company wants to build a rectangular enclosure with an area of 1000 square feet by fencing in three sides.
Lesson #1 Volume of a Cylinder We are learning to…find the volume of a cylinder.
GeometryPatterns PerimeterAreaVolume Classify the angle above. How many degrees does it measure? Diameter.
Volumes Of Solids. 8m 5m 7cm 5 cm 14cm 6cm 4cm 4cm 3cm 12 cm 10cm.
Previous Volume Applications Find the volume of each figure. 1.rectangular prism with length 20 cm, width 15 cm, and height 12 cm 20cm 15cm 12cm V = Bh.
Geometry Volume of Cylinders. Volume  Volume – To calculate the volume of a prism, we first need to calculate the area of the BASE of the prism. This.
8 th grade Vocabulary Word, Definition, model Unit 2.
Problem solving Chapter 3
Volume of Prisms and Cylinders Algebra 2 1/18/2012.
Volumes Of Solids. 14cm 5 cm 7cm 4cm 6cm 10cm 3cm 4cm 8m 5m.
Splash Screen.
Surface Area of Cylinders
Standard: G.GMD.1 Give an informal argument for the formulas for the circumference of a circle, area of a circle, volume of a cylinder, pyramid, and cone.
Five-Minute Check (over Lesson 12–3) Then/Now
Surface areas and volumes of spheres
9.4 – Perimeter, Area, and Circumference
Given that they are equivalent, what is the diameter of the sphere?
Volumes Of Solids. 8m 5m 7cm 5 cm 14cm 6cm 4cm 4cm 3cm 10cm.
9.4 – Perimeter, Area, and Circumference
Extending your knowledge Circumference of a circle =
Presentation transcript:

Assignments

Assignment 1 Write a program to calculate the current equation Where p is the period of pendulum in seconds, g=980 cm/sec 2 (acceleration), L is the pendulum length in cm,  is the angle of displacement in degrees.

Assignment 2 Suppose that the gas company bases its charges on consumption according to the following table:

Continue of assignment 2 Meter readings are four-digit numbers that represent cubic meters. Write a program in which the meter reading for the previous month and the current meter reading are entered and then the amount of the bill is calculated. The current reading may be less than the previous one; for example the previous reading may have been 9897, and the current one is Use IF statement.

Assignment 3 Write a program to read a set of numbers, and calculate the mean, variance, and standard deviation of the set of numbers. The mean and variance  of numbers x 1, x 2, …, x n can be calculated using the following formulas: The standard deviation is the square root of the variance.

Assignment 4 Write a program to read a collection n of sets where each set has k positive numbers (k is not a user input and it should be counted), and calculate the mean, variance, and standard deviation for each set k of numbers. Display k, and calculated values on the screen. The mean and variance of numbers x 1, x 2, …, x k can be calculated using the following formulas: The standard deviation is the square root of the variance.

Assignment 5 Write a program that calculates the equation: Both denominator and numerator are calculated by two different functions for two inputs n and x. Read and display x in degrees. Write the values n, x, and F on the screen. Repeat the program as long as n is positive.

Assignment 6 Write a function that accepts an integer N and returns an array containing the first N square root of Repeat the program as long as N is positive.

Assignment 7 Write a program that reads the diameters and heights of several right circular cylinder and displays the circumference, total surface area (including the ends), and the volume of each. Circumference (C)= 2  r ; where r is the radius Total surface area = C (h+r); where h is the height Volume =  r 2 h. Use only one subprogram to calculate above equations. Repeat the program as long as both diameter and height are positive.

Assignment 8 Write a program to read an array of numbers from the user, and use one subprogram to calculate the mean, variance, and standard deviation of the set of numbers. Use query control method to repeat the program. The mean and variance  of numbers x 1, x 2, …, x n can be calculated using the following formulas: The standard deviation is the square root of the variance.