Development of hydraulic calculator for flow calculation through Notches, Weirs and Orifices in Agricultural Water Management.

Size: px
Start display at page:

Download "Development of hydraulic calculator for flow calculation through Notches, Weirs and Orifices in Agricultural Water Management."

Transcription

1 Development of hydraulic calculator for flow calculation through Notches, Weirs and Orifices in Agricultural Water Management. P.R. Kolhe, M.Tharkar, R Dharskar, S.Desai.S.Joshi 1 Assiatant professor, CAET, Dapoli Abstract To simplify the calculations Hydraulic calculator which is a C programme is developed for 10 different flow measuring devices viz. Rectangular Notch or Weirs, Suppressed Rectangular Weirs, Contracted Rectangular Weirs, Triangular Notch or Weirs, Trapezoidal Notch or Weirs, Broad-crested Weir, Stepped Notch, Large Rectangular Orifice, Fully Submerged Rectangular Orifice and Partially Sub-merged Rectangular Orifice Accurate measurement of irrigation water permits intelligent use of this valuable natural resource. Flow calculation is the determination of the quantity of water that passes through a pipe, conduit or open channel. The calculator was developed for above 4 flow measuring devices using C language Version 3.0 Turbo c++ copyright (c)1990, 1992 by Borland International was developed. Key word: - Notches, weirs, orifices and Waterway 1.INTRODUCTION Soil and water are two very precious resources that the nature has bestowed on planet earth. These are the basic assets, which human being possesses free of cost from nature and the whole agriculture based on these resources. In case of soil and water accurate measurement of irrigation water permits intelligent use of this valuable natural resource. Flow calculation is the determination of the quantity of water that passes through a pipe, conduit or open channel. Flow may be expressed as a rate of volumetric flow in units such as gallons per minute, cubic meters per minute, cubic feet per minute. Rectangular Notch or Weirs, Suppressed Rectangular Weirs, Contracted Rectangular Weirs, Triangular Notch or Weirs, Trapezoidal Notch or Weirs, Broad-crested Weir, Stepped Notch, Large Rectangular Orifice, Fully Submerged Rectangular Orifice and Partially Sub-merged Rectangular Orifice Flow calculation through various flow calculations through Notches, Weirs and Orifices are the most commonly used devices for flow measurement and calculation and waterways are the backbone of water conveyance and distribution system where flow calculation is essential. This paper discusses the different hydraulic calculator for flow calculation through Notches, Weirs and Orifices and Computer Programming Tool in Agricultural Water Management for development of the hydraulic calculator for flow calculation through various waterways.c language program for to develop the hydraulic calculator for flow calculation through various waterways. MATERIALS AND METHODS The methodology used to develop Hydraulic calculator for Flow Calculation. It includes different formulae and theoretical considerations those are used while developing the calculator. It also encapsulates the configuration of the system and information about the used to develop calculator. Configuration of the System Desktop System :- Intel Pentium 4, 2.0 GHz, 1 GB DDR 2-RAM, Intel 845 Series Motherboard, Nvidia Geforce x AGP card, Microsoft Windows TM XP Professional Version 2002 Service Pack 2,Windows Development, Microsoft Access 2000( ) About the platform For the development of Hydraulic Calculator for flow measurement through Waterways, Notches, Weirs & Orifices using C language Version 3.0 Turbo c++ copyright (c)1990, 1992 by Borland International, Inc. following different formulae are used. C language program The programme is prepared in the C language Version 3.0 Turbo c++. To develop the hydraulic calculator for flow calculation through Notches, Weirs and Orifices. #include <stdio.h> #include<math.h> #include<conio.h> #define g 9.81 #define tan45 1 void main() float b,d,e,r,a,s,n,t,z,p,d1,v,q; various waterway*/ float cd,l,h; Rectangular notch or weirs*/ float m1; Triangular notch or weirs*/ float cd1,cd2; Trapezoidal notch or weirs */ Volume 5, Issue 1, January February 2016 Page 42

2 float L1,L2,L3,H1,H2,H3; Stepped notch*/ float Q1,Q2,Q3; Partially sub-merged orifice*/ // this variable used to break the formula in case-11, int kk, choice = 0 ; while (choice!=11) printf("\tto calculate flow through Notches,Weirs & Orifices\n"); printf("\t\t 1.Rectangular Notch or Weirs \n"); printf("\t\t 2.Suppressed Rectangular Weirs \n"); printf("\t\t3.contracted Rectangular Weirs\n"); printf("\t\t 4.Triangular Notch or Weirs \n"); printf("\t\t 5.Trapezoidal Notch or Weirs \n"); printf("\t\t6.broad-crested Weir\n"); printf("\t\t 7.Stepped Notch\n"); printf("\t\t 8.Large Rectangular Orifice\n"); printf("\t\t 9.Fully Submerged Rectangular Orifice\n"); printf("\t\t 10.Partially Sub-merged Rectangular Orifice \n"); printf("\t\t11.exit \n"); printf("\n\t ENTER YOUR CHOICE <1-15>"); scanf("%d",&choice); switch (choice) case 1: /*Trapezoidal waterway*/ ase 5: /* Rectangular notch or weirs */ printf("\n\n\tb.to calculate the flow through Notches,Weirs & Orifices \n\n"); printf("\n\t\t*** 5.Rectangular Notch or Weirs printf("\n\t\t Input values for Rectangular Notch==>\n"); discharge cd\n\t\t\t( )="); printf("\t\t\t Enter the value of Length of crest(m) printf("\t\t\t Enter the value of Head over the crest (m) H="); Q=0; printf("\n\t\toutput value for Rectangular Notch==>\n"); Q=0.66*cd*L*(sqrt(2*g))*pow(H,1.5); printf("\n\t\t\t Discharge through Rectangular Notch Q(m3/s)=%5.2f",Q);/*For print press print key*/ case 2: /* Suppressed rectangular weirs */ printf("\n\n\t\t*** Suppressed Rectangular Weirs printf("\n\tinput values for Suppressed Rectangular Weirs==>\n"); printf("\n\t\tenter the value of Length of crest(cm) printf("\t\tenter the value of Head over the crest (cm) H="); printf("\n\toutput value for Suppressed Rectangular Weir==>\n"); Q=(0.0184*L*pow(H,1.5))/1000; printf("\n\t\tdischarge through Suppressed Rectangular \n\t\t\tweirs Q(m3/s)=%5.2f",Q);/*For print press print key*/ case 3: /* Contracted Rectangular Weirs */ printf("\n\n\t\t*** Contracted Rectangular Weirs printf("\n\tinput values for Contracted Rectangular Weir==>\n"); printf("\n\t\tenter the value of Length of crest(cm) printf("\t\tenter the value of Head over the crest (cm) \th="); printf("\t\tenter the value of no.of end contraction n="); scanf("%f",&n); printf("\n\n\toutput value for Contracted Rectangular Weir==>"); Q=(0.0184*(L-(n/10)*H)*pow(H,1.5)/1000); printf("\n\n\t\tdischarge through Contracted Rectangular \n\t\t\tweirs Q(m3/s)=%5.2f",Q);/* For print press print key*/ case 4 /* Triangular Notch or Weirs */ Volume 5, Issue 1, January February 2016 Page 43

3 printf("\n\n\t\t*** Triangular Notch or Weirs printf("\n\t\tinput value for Triangular Notch==>\n"); discharge \n\t\t\t\t\t\t cd( )="); printf("\t\t\t Enter the value of Head(m) \t\th="); printf("\n\t\t Output value for Tringular Notch==>\n"); Q=0.53*cd*tan45*sqrt(2*g)*pow(H,2.5); printf("\n\t\t\tdischarge through Triangular Notch Q(m3/s)=%5.2f",Q);/*For print press print key*/ case 5: /* Trapezoidal Notch or Weirs */ printf("\n\n\t\t*** Trapezoidal Notch or Weirs printf("\n\t\tinput values for Trapezoidal Notches==>\n"); printf("\n\t\t\t Enter the value of Length of crest(m) L="); printf("\t\t\t Enter the value of Coefficient of discharge for"); printf("\t\t\t\t\trectangular notch ( )cd1="); scanf("%f",&cd1); printf("\t\t\t Enter the value of Coefficient of discharge for"); printf("\t\t\t\t\ttriangular notch cd2( )="); scanf("%f",&cd2); printf("\t\t\t Enter the value of Head of water over notch(m) H="); printf("\n\t\toutput values for Trapezoidal Notch==>\n"); Q=0; Q1=0.66*cd1*L*sqrt(2*g)*pow(H,1.5); printf("\n\t\t\t 1. Q1=%5.2f",Q1); Q2=0.53*cd2*tan45*sqrt(2*g)*pow(H,2.5); printf("\n\t\t\t 2. Q2=%5.2f",Q2); Q=Q1+Q2; printf("\n\t\t\tdischarge through Trapezoidal Notch \n\t\t\tq1+q2 Q(m3/s)=%5.2f",Q);/*For print press print key*/ case 6: /* Broad-crested weir */ printf("\n\n\t\t*** 10.Broad-crested Weirs printf("\n\t\t Input values for Broad-crested Weirs==>\n "); discharge \n\t\t\t\t\t cd( )="); printf("\t\t\t Enter the value of Length of crest(cm) printf("\t\t\t Enter the value of Head(cm) \t\th="); printf("\n\t\toutput values for Broad-crested Weirs==>\n"); Q=(1.705*cd*L*pow(H,1.5))/1000; printf("\n\t\t\tdischarge through Broad-crested Weir Q(m3/s)=%5.2f",Q);/*For print press print key*/ case 7: /* Stepped Notch */ printf("\n\n\t\t*** Stepped Notch printf("\n\t\t Input values for Stepped Notch==>\n"); discharge \n\t\t\t\t( )cd="); printf("\t\t\t Enter the value of Length of notch1(m) L1="); scanf("%f",&l1); printf("\t\t\t Enter the value of Length of notch2(m) L2="); scanf("%f",&l2); printf("\t\t\t Enter the value of Length of notch3(m) L3="); scanf("%f",&l3); "); printf("\n\t\t\t the crest of notch1 H1="); "); printf("\n\t\t\t the crest of notch1 H2="); "); printf("\n\t\t\t the crest of notch1 H3="); scanf("%f",&h3); printf("\n\t\t Output values for Stepped Notch==>\n"); Q1=0.66*cd*L1*sqrt(2*g)*(pow(H1,1.5)- pow(h2,1.5)); printf("\n\t\t\t 1.Q1=%5.2f",Q1); Q2=0.66*cd*L2*sqrt(2*g)*(pow(H2,1.5)- pow(h3,1.5)); printf("\n\t\t\t 2.Q2=%5.2f",Q2); Q3=0.66*cd*L3*sqrt(2*g)*pow(H3,1.5); printf("\n\t\t\t 3.Q3=%5.2f",Q3); Q=Q1+Q2+Q3; printf("\n\t\t\tdischarge through Stepped Notch Q=Q1+Q2+Q3 (m3/s)=%5.2f",q);/*fpr print press print key*/ Volume 5, Issue 1, January February 2016 Page 44

4 case 8: /* Large Rectangular Orifice */ printf("\n\n\t\t***.large Rectangular Orifice printf("\n\t\t Input values for Large Rectangular Weirs==>"); printf("\n\n\t\t\t Enter the value of coefficient of discharge \n\t\t\t\t( )cd="); printf("\t\t\t Enter the value of Height of water above\n\t\t\t\ttop edge of orifice(m) H1="); printf("\t\t\t Enter the value of Height of water above\n\t\t\t\tbottom edge of orifice(m) H2="); printf("\t\t\t Enter the value of Breath of orifice(m) b="); scanf("%f",&b); // printf("\n\n\t\t\t Enter the value of Depth of orifice(m) d="); // scanf("%f",&d); Q =0; printf("\n\t\toutput values for Large Rectangular Orifice==>\n"); Q= 0.66*cd*b*sqrt(2*g)*(pow(H2,1.5)-pow(H1,1.5)); printf("\n\t\t\tdischarge through Large Rectangular Orifice \n\t\t\t\t\torifice Q(m3/s)=%5.2f",Q);/*for print press print key*/ case 9: /* Fully submerged Rectangular orifice */ printf("\n\n\t\t*** 13.Fully Submerged Rctangular Orifice printf("\n\t\t Input values for Fully Rectangular Submerged Orifice==>\n"); discharge \n\t\t\t\t( )cd="); top \n\t\t\t\tedge of orifice(m) H1="); bottom\n\t\t\t\tedge of orifice(m) H2="); printf("\t\t\t Enter the value of Width of orifice(m) b="); scanf("%f",&b); printf("\n\t\t Output values for Fully Submerged Rectangular Orifice==>\n"); Q=cd*b*(H2-H1)*sqrt(2*g*(H2-H1)); printf("\n\t\t\tdischarge through Fully Submerged Rectangular Orifice\n\t\t\t\t Q(m3/s)=%5.2f",Q);/*For print press print key*/ case 10: /* Partially sub-merged orifice */ printf("\n\n\t\t*** 14.Partially Sub-merged Rectangular Orifice printf("\n\t\t Input values for Partially Sub-merged Orifice==>\n"); printf("\n\t\t\tenter the value of Coefficient of discharge\n\t\t\t( ) cd="); top\n\t\t\t edge of orifice(m) H1="); bottom\n\t\t\t edge of orifice(m) H2="); printf("\t\t\t Enter the value for water level difference H(m)="); printf("\t\t\t Enter the value of Width of orifice(m) b="); scanf("%f",&b); printf("\n\t\t Output values for Partially Sub-merged Revtangular Orifice==>\n"); Q1=cd*b*(H2-H)*sqrt(2*g*H); printf("\n\t\t\t 1.Dicharge of sub-merged portion Q1(m3/s)=%5.2f",Q1); Q2=0.66*(cd*b*sqrt(2*g)*(pow(H,1.5)-pow(H1,1.5))); printf("\n\t\t\t 2.Dicharge of free portion Q2(m3/s)=%5.2f",Q2); Q=Q1+Q2; printf("\n\t\t\t 3.Dicharge through Partialy \n\t\t\tsubmerged Rectangular Orifice Q(Q1+Q2)(m3/s)=%5.2f",Q);/*For print press print key*/ // end of case 14 // end of all cases // manin switch statement end // end of 1 start and end brace bracket Output screen of program for Rectangular Notch or Weirs, Suppressed Rectangular Weirs, Contracted Rectangular Weirs, Triangular Notch or Weirs, Trapezoidal Notch or Weirs, Broad-crested Weir, Stepped Notch, Large Rectangular Orifice, Fully Submerged Rectangular Orifice and Partially Sub-merged Rectangular Orifice Volume 5, Issue 1, January February 2016 Page 45

5 2.Conclusion To develop the hydraulic calculator for flow calculation through various flow measuring Rectangular Notch or Weirs, Suppressed Rectangular Weirs, Contracted Rectangular Weirs, Triangular Notch or Weirs, Trapezoidal Notch or Weirs, Broad-crested Weir, Stepped Notch, Large Rectangular Orifice, Fully Submerged Rectangular Orifice and Partially Sub-merged Rectangular Orifice easily so that a common man can calculate it. The calculator was developed for 14 flow measuring devices using C language Version 3.0 Turbo c++ copyright (c)1990, 1992 by Borland International was developed 1. System is platform independent. 2. The Hydraulic calculator was developed to calculate the flow through flow measuring devices. 3. Calculator is user friendly. 4. Calculated values were found nearest to that of onpaper calculations. References [1.] E balagurusamy, 1989 Programming in ANSI C (4E) Tata Mc Graw-Hill Publisher, New Delhi [2.] A M Michel, 2008 Irrigation Theory and Practice Second Edition. UBS Publishers Distributors New Delhi Volume 5, Issue 1, January February 2016 Page 46

6 [3.] Anonyous.1990.Runoff International Institute for Land Reclamation and Improvement, Netherlands Volume 5, Issue 1, January February 2016 Page 47

ICT TOOL - TO CALCULATE MORPHOLOGICAL CHARACTERISTICS OF WATERSHED

ICT TOOL - TO CALCULATE MORPHOLOGICAL CHARACTERISTICS OF WATERSHED International Journal of Mathematics and Computer Applications Research (IJMCAR) ISSN(P): 2249-6955; ISSN(E): 2249-8060 Vol. 6, Issue 6, Dec 2016, 73-86 TJPRC Pvt. Ltd. ICT TOOL - TO CALCULATE MORPHOLOGICAL

More information

Configuring the MultiRanger 200 to measure open channel flow. Specific parameter setting to configure the following primary measurement devices:

Configuring the MultiRanger 200 to measure open channel flow. Specific parameter setting to configure the following primary measurement devices: Flow Application Configuration AG040305 Configuring the MultiRanger 200 to measure open channel flow Objective: Specific parameter setting to configure the following primary measurement devices: exponential

More information

CFD SIMULATION OF FLOW OVER CONTRACTED COMPOUND ARCHED RECTANGULAR SHARP CRESTED WEIRS

CFD SIMULATION OF FLOW OVER CONTRACTED COMPOUND ARCHED RECTANGULAR SHARP CRESTED WEIRS INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optim. Civil Eng., 2014; 4(4):549-560 CFD SIMULATION OF FLOW OVER CONTRACTED COMPOUND ARCHED RECTANGULAR SHARP CRESTED WEIRS A. Samadi

More information

Multi-Stage Outlet Structures

Multi-Stage Outlet Structures Methods in Stormwater Management Using HydroCAD Multi-Stage Outlet Structures H09 Multi-Stage Outlet Structures.pdf 1 Topics 1. Multi-State Outlet Structures Definition 2. Orifice and Weir Equations 3.

More information

Quick Start Guide. Measuring & Control Equipment (MACE) P/L

Quick Start Guide. Measuring & Control Equipment (MACE) P/L Mace USA LLC PO Box 7144 Overland Park, KS 66207 United States of America Ph: 888 440 4215 Fax: 888 440 6999 Email: sales@maceusa.com www.maceusa.com Measuring & Control Equipment (MACE) P/L PO Box 911,

More information

Geometry: Notes

Geometry: Notes Geometry: 11.5-11.8 Notes NAME 11.5 Volumes of Prisms and Cylinders Date: Define Vocabulary: volume Cavalieri s Principle density similar solids Examples: Finding Volumes of Prisms 1 Examples: Finding

More information

Lab Determining Data Storage Capacity

Lab Determining Data Storage Capacity Lab 1.3.2 Determining Data Storage Capacity Objectives Determine the amount of RAM (in MB) installed in a PC. Determine the size of the hard disk drive (in GB) installed in a PC. Determine the used and

More information

Ducks on the Pond: Stormwater Management Basin Analysis Using AutoCAD Civil 3D and Autodesk SSA

Ducks on the Pond: Stormwater Management Basin Analysis Using AutoCAD Civil 3D and Autodesk SSA Ducks on the Pond: Stormwater Management Basin Analysis Using AutoCAD Civil 3D and Autodesk Josh Kehs, P.E. Autodesk, Inc. CI4541 Learning Objectives At the end of this class, you will be able to: Model

More information

Modeling Detention Ponds Malaysian Example (v2009)

Modeling Detention Ponds Malaysian Example (v2009) Modeling Detention Ponds Malaysian Example (v2009) This tutorial demonstrates the usability of xpswmm and xpstorm for simulating detention basins in urban areas. This fictitious example includes the use

More information

3 Dimensional Solids. Table of Contents. 3 Dimensional Solids Nets Volume Prisms and Cylinders Pyramids, Cones & Spheres

3 Dimensional Solids. Table of Contents. 3 Dimensional Solids Nets Volume Prisms and Cylinders Pyramids, Cones & Spheres Table of Contents 3 Dimensional Solids Nets Volume Prisms and Cylinders Pyramids, Cones & Spheres Surface Area Prisms Pyramids Cylinders Spheres More Practice/ Review 3 Dimensional Solids Polyhedron A

More information

Introduction to Bentley PondPack

Introduction to Bentley PondPack Introduction to Bentley PondPack CE 365K Hydraulic Engineering Design Prepared by Cassandra Fagan and David Maidment Spring 2015 Contents Goals of the Tutorial... 1 Procedure... 1 (1) Opening Bentley PondPack...

More information

Single linked list. Program: #include<stdio.h> #include<conio.h> #include<alloc.h> struct node. int info; struct node *next; void main()

Single linked list. Program: #include<stdio.h> #include<conio.h> #include<alloc.h> struct node. int info; struct node *next; void main() Single linked list Program: #include #include #include struct node int info; struct node *next; ; void main() struct node *s,*start,*prev,*new1,*temp,*temp1,*ptemp; int cho,i,j,x,n,p;

More information

Required: 486DX-33, 8MB RAM, HDD w. 20 MB free, VGA, Win95. Recommended: Pentium 60, 16 MB RAM, SVGA, Win95 or NT

Required: 486DX-33, 8MB RAM, HDD w. 20 MB free, VGA, Win95. Recommended: Pentium 60, 16 MB RAM, SVGA, Win95 or NT Evaluation Form Evaluator Information Name: Jeff Hagan Date: Feb. 17, 2000 Software Information Title of Software: Purpose: Publisher: CulvertMaster Culvert Hydraulic Design Haestad Methods, Inc. Version:

More information

Classwork. Opening Exercise. Example 1. Which prism will hold more 1 in. 1 in. 1 in. cubes? 12 in. 6 in. 4 in. 5 in. 10 in. 8 in.

Classwork. Opening Exercise. Example 1. Which prism will hold more 1 in. 1 in. 1 in. cubes? 12 in. 6 in. 4 in. 5 in. 10 in. 8 in. Classwork Opening Exercise Which prism will hold more 1 in. 1 in. 1 in. cubes? 6 in. 12 in. 10 in. 4 in. 8 in. 5 in. How many more cubes will the prism hold? Example 1 A box with the same dimensions as

More information

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 9.4 Volume and Surface Area INB Table of Contents Date Topic Page # February 6, 2013 Area and Perimeter Table 36 February 6, 2013 Section 9.3 Notes 37 February 11, 2013 Volume and Surface Area

More information

Unit E Geometry Unit Review Packet

Unit E Geometry Unit Review Packet Unit E Geometry Unit Review Packet Name Directions: Do ALL (A) Questions. Check Your Answers to (A) Questions. If ALL (A) Questions are correct, skip (B) Questions and move onto next I can statement. If

More information

Lesson 3: Definition and Properties of Volume for Prisms and Cylinders

Lesson 3: Definition and Properties of Volume for Prisms and Cylinders : Definition and Properties of Volume for Prisms and Cylinders Learning Targets I can describe the properties of volume. I can find the volume of any prism and cylinder using the formula Area of Base Height.

More information

11.4 Volume of Prisms and Cylinders

11.4 Volume of Prisms and Cylinders 11.4 Volume of Prisms and Cylinders Learning Objectives Find the volume of a prism. Find the volume of a cylinder. Review Queue 1. Define volume in your own words. 2. What is the surface area of a cube

More information

Review: Geometry. Area Composite Figures Surface Area Volume Fractional Edge Length 3-D Figures and Nets Coordinate Graphing

Review: Geometry. Area Composite Figures Surface Area Volume Fractional Edge Length 3-D Figures and Nets Coordinate Graphing Review: Geometry Area Composite Figures Surface Area Volume Fractional Edge Length 3-D Figures and Nets Coordinate Graphing Perimeter: the distance around a polygon. Area: the number of square units needed

More information

Real-World Problems: Surface Area and Volume. Solve word problems about the volume of rectangular prisms.

Real-World Problems: Surface Area and Volume. Solve word problems about the volume of rectangular prisms. 12.4 Real-World Problems: Surface Area and Volume Lesson Objective Solve problems involving surface area and volume of prisms. Learn Solve word problems about the volume of rectangular prisms. A rectangular

More information

Faculty of Engineering. Irrigation & Hydraulics Department Excel Tutorial (1)

Faculty of Engineering. Irrigation & Hydraulics Department Excel Tutorial (1) Problem Statement: Excel Tutorial (1) Create an Excel spread sheet that can calculate the flow area A, wetted perimeter P, hydraulic radius R, top water surface width B, and hydraulic depth D for the following

More information

Chapter 10 Practice Test

Chapter 10 Practice Test Chapter 10 Practice Test Multiple Choice Identify the choice that best completes the statement or answers the question. 1 What is the surface area of a sphere with radius 7 cm? A. 7 cm 2 B. 14 cm 2 C.

More information

Measurement and Geometry

Measurement and Geometry Name Date Class Review for Mastery: Converting Customary Units You can use the table below to convert customary units. Length 1 foot = 1 inches 1 yard = 36 inches 1 yard = 3 feet 1 mile = 5,80 feet 1 mile

More information

Free Response. Test A. 1. What is the estimated area of the figure?

Free Response. Test A. 1. What is the estimated area of the figure? Test A 1. What is the estimated area of the 6. An 8.5 in. by 11 in. sheet of paper is enlarged to make a poster by doubling its length and width. What is the new perimeter? 7. How does the area of a square

More information

Volume. 4. A box in the shape of a cube has a volume of 64 cubic inches. What is the length of a side of the box? A in B. 16 in. C. 8 in D.

Volume. 4. A box in the shape of a cube has a volume of 64 cubic inches. What is the length of a side of the box? A in B. 16 in. C. 8 in D. Name: ate: 1. In the accompanying diagram, a rectangular container with the dimensions 10 inches by 15 inches by 20 inches is to be filled with water, using a cylindrical cup whose radius is 2 inches and

More information

Attendance Questions: Find the area of each shape. Round your answer to the nearest tenth. 1. An equilateral triangle with edge length 20 cm.

Attendance Questions: Find the area of each shape. Round your answer to the nearest tenth. 1. An equilateral triangle with edge length 20 cm. Page 1 of 17 Attendance Questions: Find the area of each shape. Round your answer to the nearest tenth. 1. An equilateral triangle with edge length 20 cm. Page 1 of 17 Page 2 of 17 2. A regular hexagon

More information

Mathematics II Formula Sheet

Mathematics II Formula Sheet Mathematics II Formula Sheet elow are the formulas you may find useful as you work the problems. However, some of the formulas may not be used. You may refer to this page as you take the test. Area Rectangle/Parallelogram

More information

MEMORANDUM. Corona Subdivision XP Storm Evaluation. Date: March 5, Curt Bates, City of Petaluma. David S. Smith, P.E., WEST Consultants, Inc.

MEMORANDUM. Corona Subdivision XP Storm Evaluation. Date: March 5, Curt Bates, City of Petaluma. David S. Smith, P.E., WEST Consultants, Inc. MEMORANDUM Project: Corona Subdivision XP Storm Evaluation Subject: Results Summary Date: March 5, 2013 To: Curt Bates, City of Petaluma No. C056132 EXP. 12/31/14 From: David S. Smith, P.E., WEST Consultants,

More information

This loads a preset standard set of data appropriate for Malaysian modeling projects.

This loads a preset standard set of data appropriate for Malaysian modeling projects. XP Software On-Site Detention (OSD) Example Step 1 Open xpswmm2010 program Or from Start menu select Programs XPS - then select xpswmm2010 Select Create From Template Save file, e.g. Filename.xp The program

More information

10-1. Enrichment. You Can Count On It!

10-1. Enrichment. You Can Count On It! 10-1 You Can Count On It! How many triangles are there in the figure at the right? How many parallelograms? When counting shapes in a figure like this, you usually have to think of different sizes. There

More information

DATA CONSIDERATIONS FOR SCADA PLANNING AND SETUP. Robert J. Strand 1 Albert J. Clemmens 2 ABSTRACT

DATA CONSIDERATIONS FOR SCADA PLANNING AND SETUP. Robert J. Strand 1 Albert J. Clemmens 2 ABSTRACT DATA CONSIDERATIONS FOR SCADA PLANNING AND SETUP Robert J. Strand 1 Albert J. Clemmens 2 ABSTRACT The setup of a new SCADA system can be a daunting task. In addition to sifting through the myriad of sensors,

More information

11.5 Start Thinking Warm Up Cumulative Review Warm Up

11.5 Start Thinking Warm Up Cumulative Review Warm Up 11.5 Start Thinking Consider the stack of coins shown in Figure A. What is the volume of the cylinder formed by the stack of coins? The same coins are stacked as shown in Figure B. What is the volume of

More information

Volume review. 1. In the diagram below, a right circular cone has a diameter of 8 inches and a height of 12 inches.

Volume review. 1. In the diagram below, a right circular cone has a diameter of 8 inches and a height of 12 inches. Name: ate: 1. In the diagram below, a right circular cone has a diameter of 8 inches and a height of 12 inches. 3. Which diagram represents the figure with the greatest volume? A.... What is the volume

More information

Three-Dimensional Figures and Nets

Three-Dimensional Figures and Nets Lesson 11.1 Reteach Three-Dimensional Figures and Nets Solid figures have three dimensions length, width, and height. They can be named by the shapes of their bases, the number of bases, and the shapes

More information

Lesson 26: Volume of Composite Three-Dimensional Objects

Lesson 26: Volume of Composite Three-Dimensional Objects Classwork Example 1 Find the volume of the following three-dimensional object composed of two right rectangular prisms. Exercise 1 Find the volume of the following three-dimensional figure composed of

More information

Name: Date: Period: Chapter 9: 3-D Figures Topic 3: Volume Day 2

Name: Date: Period: Chapter 9: 3-D Figures Topic 3: Volume Day 2 Name: Date: Period: Do Now: Chapter 9: 3-D Figures Topic 3: Volume Day 2 1.) A rectangular prism has a volume of 3x 2 + 18x + 24. Its base has a length of x + 2 and a width of 3. Which expression represents

More information

Houston County School System Mathematics

Houston County School System Mathematics Student Name: Teacher Name: Grade: 6th Unit #: 5 Unit Title: Area and Volume Approximate Start Date of Unit: Approximate End Date (and Test Date) of Unit: The following Statements and examples show the

More information

MATH-G P- Geometry Formulas Exam not valid for Paper Pencil Test Sessions

MATH-G P- Geometry Formulas Exam not valid for Paper Pencil Test Sessions MATH-G P- Geometry Formulas Exam not valid for Paper Pencil Test Sessions [Exam ID:2M8EKV 1 A soda can has a diameter of 6 centimeters and a height of 13 centimeters. Which is closest to the surface area

More information

IB Math SL Year 2 Name: Date: 8-3: Optimization in 2D Today s Goals: What is optimization? How do you maximize/minimize quantities using calculus?

IB Math SL Year 2 Name: Date: 8-3: Optimization in 2D Today s Goals: What is optimization? How do you maximize/minimize quantities using calculus? Name: Date: 8-3: Optimization in 2D Today s Goals: What is optimization? How do you maximize/minimize quantities using calculus? What is optimization? It involves finding the or value of a function subjected

More information

What is Meant By Cotton Goods

What is Meant By Cotton Goods / 6 9 - z 9 / 9 q - ; x - 6 \ ~ 9? - -» z z - x - - / - 9 -» ( - - - ( 9 x q ( -x- ( ]7 q -? x x q - 9 z X _? & & - ) - ; - 96? - - ; - / 99 - - - - x - - 9 & \ x - z ; - - x - - 6 q - z z ; 9 x 9 - -

More information

Steady Flow Water Surface Profile Computation Using HEC-RAS

Steady Flow Water Surface Profile Computation Using HEC-RAS Steady Flow Water Surface Profile Computation Using HEC-RAS Objectives The objective of the course is to enable the participants to perform water surface profile computations using computer program HEC-RAS

More information

3D-Numerical Simulation of the Flow in Pool and Weir Fishways Hamid Shamloo*, Shadi Aknooni*

3D-Numerical Simulation of the Flow in Pool and Weir Fishways Hamid Shamloo*, Shadi Aknooni* XIX International Conference on Water Resources CMWR 2012 University of Illinois at Urbana-Champaign June 17-22, 2012 3D-Numerical Simulation of the Flow in Pool and Weir Fishways Hamid Shamloo*, Shadi

More information

STAAR Category 3 Grade 7 Mathematics TEKS 7.8A/7.9A. Student Activity 1. Problem 1: The height of a prism is the distance between the two.

STAAR Category 3 Grade 7 Mathematics TEKS 7.8A/7.9A. Student Activity 1. Problem 1: The height of a prism is the distance between the two. Student Activity 1 Work with your partner to answer the following questions. Problem 1: The height of a prism is the distance between the two. The height of a pyramid is the distance from the vertex the

More information

8.5 Volume of Rounded Objects

8.5 Volume of Rounded Objects 8.5 Volume of Rounded Objects A basic definition of volume is how much space an object takes up. Since this is a three-dimensional measurement, the unit is usually cubed. For example, we might talk about

More information

Lesson 4: Volumes of Pyramids and Cones

Lesson 4: Volumes of Pyramids and Cones : Volumes of Pyramids and Cones Learning Targets I can calculate the volumes of pyramids. I can apply the properties of right triangles and trigonometry to find the volume of pyramids Volumes of pyramids

More information

MATH-8 Review Volume of 3D shapes 2018 N Exam not valid for Paper Pencil Test Sessions

MATH-8 Review Volume of 3D shapes 2018 N Exam not valid for Paper Pencil Test Sessions MATH-8 Review Volume of 3D shapes 2018 N Exam not valid for Paper Pencil Test Sessions [Exam ID:2YBSPT 1 What is the volume of a cube with a length of 8 inches? A 96 in 3 B 256 in 3 C 512 in 3 D 384 in

More information

Area. Domain 4 Lesson 25. Getting the Idea

Area. Domain 4 Lesson 25. Getting the Idea Domain 4 Lesson 5 Area Common Core Standard: 7.G.6 Getting the Idea The area of a figure is the number of square units inside the figure. Below are some formulas that can be used to find the areas of common

More information

Dynamic 3D representation of information using low cost Cloud ready Technologies

Dynamic 3D representation of information using low cost Cloud ready Technologies National Technical University Of Athens School of Rural and Surveying Engineering Laboratory of Photogrammetry Dynamic 3D representation of information using low cost Cloud ready Technologies George MOURAFETIS,

More information

11.6 Start Thinking Warm Up Cumulative Review Warm Up

11.6 Start Thinking Warm Up Cumulative Review Warm Up 11.6 Start Thinking The diagrams show a cube and a pyramid. Each has a square base with an area of 25 square inches and a height of 5 inches. How do the volumes of the two figures compare? Eplain your

More information

Contemporary Calculus Dale Hoffman (2012)

Contemporary Calculus Dale Hoffman (2012) 5.1: Introduction to Integration Previous chapters dealt with Differential Calculus. They started with the "simple" geometrical idea of the slope of a tangent line to a curve, developed it into a combination

More information

Lesson 9. Three-Dimensional Geometry

Lesson 9. Three-Dimensional Geometry Lesson 9 Three-Dimensional Geometry 1 Planes A plane is a flat surface (think tabletop) that extends forever in all directions. It is a two-dimensional figure. Three non-collinear points determine a plane.

More information

Introducion to Hydrologic Engineering Centers River Analysis System (HEC- RAS) Neena Isaac Scientist D CWPRS, Pune -24

Introducion to Hydrologic Engineering Centers River Analysis System (HEC- RAS) Neena Isaac Scientist D CWPRS, Pune -24 Introducion to Hydrologic Engineering Centers River Analysis System (HEC- RAS) Neena Isaac Scientist D CWPRS, Pune -24 One dimensional river models (1-D models) Assumptions Flow is one dimensional Streamline

More information

Reteaching. Solids. These three-dimensional figures are space figures, or solids. A cylinder has two congruent circular bases.

Reteaching. Solids. These three-dimensional figures are space figures, or solids. A cylinder has two congruent circular bases. 9- Solids These three-dimensional figures are space figures, or solids A B C D cylinder cone prism pyramid A cylinder has two congruent circular bases AB is a radius A cone has one circular base CD is

More information

Cisco MCS 7815-I1 Unified CallManager Appliance

Cisco MCS 7815-I1 Unified CallManager Appliance Data Sheet Cisco MCS 7815-I1 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

7.1. Multiplying and Dividing Monomials. Explore Multiplying and Dividing Monomials. Focus on. Reflect and Check

7.1. Multiplying and Dividing Monomials. Explore Multiplying and Dividing Monomials. Focus on. Reflect and Check 7.1 Focus on After this lesson, you will be able to multiply a monomial by a monomial divide a monomial by a monomial Multiplying and Dividing Monomials Did You Know The Medicine Wheel represents harmony

More information

Blackwater Community School Curriculum Map

Blackwater Community School Curriculum Map Blackwater Community School Curriculum Map 205-206 Fifth Grade Quarter 3 Module 4: Multiplication and Division of Fractions and Decimal Fractions - Part 2, Topics E-H Approximately 2 Days - Begin around

More information

NAME DATE PERIOD. If the fish tank shown is 80% filled with water, how much water is in the tank? 6.G.2, MP 1

NAME DATE PERIOD. If the fish tank shown is 80% filled with water, how much water is in the tank? 6.G.2, MP 1 Lesson 1 Multi-Step Example Multi-Step Problem Solving If the fish tank shown is 80% filled with water, how much water is in the tank? 6.G.2, MP 1 A 5,772 cubic inches B 4,617.6 cubic inches C 1,154.4

More information

Geometry Review Chapter 10: Volume PA Anchors: A3; B2; C1. 1. Name the geometric solid suggested by a frozen juice can.

Geometry Review Chapter 10: Volume PA Anchors: A3; B2; C1. 1. Name the geometric solid suggested by a frozen juice can. Geometry Review Chapter 10: Volume PA Anchors: A; B2; C1 1. Name the geometric solid suggested by a frozen juice can. 2. Name the geometric solid suggested by a beach ball.. Name the geometric solid suggested

More information

Volume and Surface Area Unit 28 Remember Volume of a solid figure is calculated in cubic units and measures three dimensions.

Volume and Surface Area Unit 28 Remember Volume of a solid figure is calculated in cubic units and measures three dimensions. Volume and Surface Area Unit 28 Remember Volume of a solid figure is calculated in cubic units and measures three dimensions. Surface Area is calculated in square units and measures two dimensions. Prisms

More information

Write Euler s Theorem. Solving Problems Using Surface Area and Volume. Figure Surface Area Volume. Cl V 5 1 } 3

Write Euler s Theorem. Solving Problems Using Surface Area and Volume. Figure Surface Area Volume. Cl V 5 1 } 3 CHAPTER SUMMARY Big Idea 1 BIG IDEAS Exploring Solids and Their Properties For Your Notebook Euler s Theorem is useful when finding the number of faces, edges, or vertices on a polyhedron, especially when

More information

Volume of Cylinders. Volume of Cones. Example Find the volume of the cylinder. Round to the nearest tenth.

Volume of Cylinders. Volume of Cones. Example Find the volume of the cylinder. Round to the nearest tenth. Volume of Cylinders As with prisms, the area of the base of a cylinder tells the number of cubic units in one layer. The height tells how many layers there are in the cylinder. The volume V of a cylinder

More information

STATE MU ALPHA THETA 2008 GEOMETRY 3-D

STATE MU ALPHA THETA 2008 GEOMETRY 3-D STATE MU ALPHA THETA 2008 GEOMETRY 3-D 1) In terms of π, what is the volume of a sphere with a radius of 6? a) 36π b) 48π c) 288π d) 324π 2) In terms of π, what is the total surface area of a circular

More information

Math 202: Homework 6 Solutions

Math 202: Homework 6 Solutions Math 202: Homework 6 Solutions 1. ( 11.3 #6) (a) 10 in 4 in 4 in 4 in Notice that each of the bases is a square, so each of the four lateral sides are congruent. Hence, S = 2(4 2 ) + 4(4 10) = 32 + 160

More information

Assignment Volume and Surface Area of Solids

Assignment Volume and Surface Area of Solids Assignment Volume and Surface Area of Solids 1. (a) The diagonal of a cube is 16 3 cm. Find its surface area and volume. (b) The capacity of a cylindrical tank is 1848 m 3 and the diameter of its base

More information

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 9.4 Volume and Surface Area What You Will Learn Volume Surface Area 9.4-2 Volume Volume is the measure of the capacity of a three-dimensional figure. It is the amount of material you can put inside

More information

8th Grade. 3-Dimensional Solids. Slide 1 / 97 Slide 2 / 97. Slide 3 / 97. Slide 3 (Answer) / 97. Slide 4 / 97. Slide 5 / 97.

8th Grade. 3-Dimensional Solids. Slide 1 / 97 Slide 2 / 97. Slide 3 / 97. Slide 3 (Answer) / 97. Slide 4 / 97. Slide 5 / 97. Slide / 97 Slide 2 / 97 8th Grade D Geometry 205--20 www.njctl.org Slide / 97 Table of ontents Slide () / 97 Table of ontents -Dimensional Solids Volume Prisms and ylinders Pyramids, ones & Spheres More

More information

6.G.1. SELECTED RESPONSE Select the correct answer. CONSTRUCTED RESPONSE. 3. What is the area of this shape?

6.G.1. SELECTED RESPONSE Select the correct answer. CONSTRUCTED RESPONSE. 3. What is the area of this shape? 6.G.1 SELECTED RESPONSE Select the correct answer. 3. What is the area of this shape? 1. What is the area of the triangle below? 5.65 cm 10.9375 cm 11.5 cm 1.875 cm 48 in 144 in 96 in 88 in 4. What is

More information

AERMOD View. Course Installation & Web License Activation

AERMOD View. Course Installation & Web License Activation AERMOD View AERMOD View is a Microsoft Windows -based program that can be installed in the following Windows operating systems (32-Bit or 64-Bit): Microsoft Windows 7 (Home Premium, Professional and Ultimate

More information

9 Find the area of the figure. Round to the. 11 Find the area of the figure. Round to the

9 Find the area of the figure. Round to the. 11 Find the area of the figure. Round to the Name: Period: Date: Show all work for full credit. Provide exact answers and decimal (rounded to nearest tenth, unless instructed differently). Ch 11 Retake Test Review 1 Find the area of a regular octagon

More information

HP Pavilion p6-2015it Desktop PC Product Specifications

HP Pavilion p6-2015it Desktop PC Product Specifications HP Pavilion p6-2015it Desktop PC Product Specifications Product release information Product number H0L05EA Release date 08-Oct-2011 Country/region sold in Italy Motherboard H-CUPERTINO2-H61-uA TX (Cupertino2)

More information

MODRET VERSION 6.0 FOR WINDOWS 95. Setup Hydrograph Infiltration Routing Graphic Windows ReadMe

MODRET VERSION 6.0 FOR WINDOWS 95. Setup Hydrograph Infiltration Routing Graphic Windows ReadMe MODRET VERSION 6.0 FOR WINDOWS 95 EXPLANATIONS FOR MENU COMMAND OPTIONS FIRST SCREEN PROMPT Setup Hydrograph Infiltration Routing Graphic Windows ReadMe Select one of these options using the mouse and

More information

Sample: Do Not Reproduce GEO1 STUDENT PAGES. GEOMETRY AND MEASUREMENT Student Pages for Packet 1: Length and Area.

Sample: Do Not Reproduce GEO1 STUDENT PAGES. GEOMETRY AND MEASUREMENT Student Pages for Packet 1: Length and Area. Name Period Date GEOMETRY AND MEASUREMENT Student Pages for Packet 1: GEO1.1 Congruence Plot simple figures on coordinate graphs, and determine their lengths and areas. Make conjectures about perimeters

More information

Name Date Class Practice A

Name Date Class Practice A Practice A Find the volume V of each cylinder to the nearest cubic unit. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Which of the following could be the measurement for the volume of a can: 20 centimeters, 20 cubic

More information

Unit 7: 3D Figures 10.1 & D formulas & Area of Regular Polygon

Unit 7: 3D Figures 10.1 & D formulas & Area of Regular Polygon Unit 7: 3D Figures 10.1 & 10.2 2D formulas & Area of Regular Polygon NAME Name the polygon with the given number of sides: 3-sided: 4-sided: 5-sided: 6-sided: 7-sided: 8-sided: 9-sided: 10-sided: Find

More information

Volume of Prisms and Cylinders

Volume of Prisms and Cylinders Volume of Prisms and Cylinders Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive content, visit

More information

Lesson 6 Reteach. Surface Area of Prisms. Example. Exercises. 232 in^ tt^^ Find the surface area of the rectangular prism.

Lesson 6 Reteach. Surface Area of Prisms. Example. Exercises. 232 in^ tt^^ Find the surface area of the rectangular prism. Lesson 6 Reteach Surface Area of Prisms T h e s u m of the areas of all the surfaces, or faces, of a three-dimensional shape is the surface area. T h e surface area of a rectangular prism with length f,

More information

User Manual of SADP Software

User Manual of SADP Software User Manual of SADP Software Search Active Device Protocol V2.0 User Manual of SADP Software 1 Table of Contents Chapter 1 Overview... 1 1.1 Description... 1 1.2 System Requirements... 1 Chapter 2 Running

More information

GP-N100 Utility Software Manual

GP-N100 Utility Software Manual System Requirements En Thank you for your purchase of a GP-N100. This manual describes how to use the GP-N100 Utility to download the latest assisted GPS data from Nikon servers to your GP-N100. To ensure

More information

3D Object Unit Review

3D Object Unit Review Name: Class: Date: ID: A 3D Object Unit Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A rectangular prism has a volume of 3x 2 + 18x + 24. Its

More information

Prof. B.S. Thandaveswara. The computation of a flood wave resulting from a dam break basically involves two

Prof. B.S. Thandaveswara. The computation of a flood wave resulting from a dam break basically involves two 41.4 Routing The computation of a flood wave resulting from a dam break basically involves two problems, which may be considered jointly or seperately: 1. Determination of the outflow hydrograph from the

More information

SITRANS LUT400 Parameter Configuration Charts

SITRANS LUT400 Parameter Configuration Charts APPLICATION GUIDE SITRANS LUT400 Parameter Configuration Charts AG020112 Objective: Print chart and use to record parameter values collected, prior to configuring device via Quick Start Wizards. Equipment:

More information

Recall: The volume formula for a general cylinder is: (Area of the base) x (height) Find the volume to the nearest tenth

Recall: The volume formula for a general cylinder is: (Area of the base) x (height) Find the volume to the nearest tenth Aim #7: What are the properties of volume of general cylinders? CC Geometry H Do Now: 1) The polygonal region has been divided into triangles. Determine the area of the entire polygon. 12 20 5 9 11 22

More information

8th Grade. Slide 1 / 97. Slide 2 / 97. Slide 3 / 97. 3D Geometry. Table of Contents. 3-Dimensional Solids. Volume. Glossary & Standards

8th Grade. Slide 1 / 97. Slide 2 / 97. Slide 3 / 97. 3D Geometry. Table of Contents. 3-Dimensional Solids. Volume. Glossary & Standards Slide 1 / 97 Slide 2 / 97 8th Grade 3D Geometry 2015-11-20 www.njctl.org Table of Contents Slide 3 / 97 3-Dimensional Solids Click on the topic to go to that section Volume Prisms and Cylinders Pyramids,

More information

INDOT PAVEMENT SUBSURACE CONDITION EVALUATION SOFTWARE MANUAL. Version 1.0

INDOT PAVEMENT SUBSURACE CONDITION EVALUATION SOFTWARE MANUAL. Version 1.0 INDOT PAVEMENT SUBSURACE CONDITION EVALUATION SOFTWARE MANUAL Version 1.0 January 2013 DISCLAIMER The contents of this manual do not necessarily reflect the official views or policies of the Indiana Department

More information

CORRIGENDUM - 1. Ref. No.: GAIL/ND/C&P/BIS/ /1 January 3, 2007 TENDER NO. : GAIL/ND/C&P/BIS/

CORRIGENDUM - 1. Ref. No.: GAIL/ND/C&P/BIS/ /1 January 3, 2007 TENDER NO. : GAIL/ND/C&P/BIS/ CORRIGENDUM - 1 Ref. No.: GAIL/ND/C&P/BIS/2006012/1 January 3, 2007 TENDER NO. : GAIL/ND/C&P/BIS/2006012 NAME OF TENDER : TENDER FOR PROCUREMENT OF PCs AND ASSOCIATED PERIPHERALS The clauses of Tender

More information

Udaan School Of Mathematics

Udaan School Of Mathematics Exercise 18.1 1. Find the lateral surface area and total surface area of a cuboid of length 80 cm, breadth 40 cm and height 0 cm. It is given that Cuboid length Breath b Height WKT, lb bh hl 40cm 0cm h

More information

HUDSONVILLE PUBLIC SCHOOLS ELEMENTARY COURSE FRAMEWORK

HUDSONVILLE PUBLIC SCHOOLS ELEMENTARY COURSE FRAMEWORK HUDSONVILLE PUBLIC SCHOOLS ELEMENTARY COURSE FRAMEWORK COURSE/SUBJECT Fifth Grade Math UNIT PACING Names of units and approximate pacing LEARNING TARGETS Students will be able to... STANDARD Which Common

More information

Further Volume and Surface Area

Further Volume and Surface Area 1 Further Volume and Surface Area Objectives * To find the volume and surface area of spheres, cones, pyramids and cylinders. * To solve problems involving volume and surface area of spheres, cones, pyramids

More information

3 Dimensional Geometry Chapter Questions. 1. What are the differences between prisms and pyramids? Cylinders and cones?

3 Dimensional Geometry Chapter Questions. 1. What are the differences between prisms and pyramids? Cylinders and cones? 3 Dimensional Geometry Chapter Questions 1. What are the differences between prisms and pyramids? Cylinders and cones? 2. What is volume and how is it found? 3. How are the volumes of cylinders, cones

More information

Notes: Geometry (6.G.1 4)

Notes: Geometry (6.G.1 4) Perimeter Add up all the sides (P =s + s + s...) Square A = side 2 A = S 2 Perimeter The distance around a polygon. Rectangle w s L A = Length x Width A = lw Parallelogram A = Base x Height A = h h Triangle

More information

CTB/McGraw-Hill. Trimester 2 Weeks Test ID:

CTB/McGraw-Hill. Trimester 2 Weeks Test ID: CTB/McGraw-Hill Trimester 2 Weeks 19-22 Test ID: 813432 Page 1 of 14 Developed and published by CTB/McGraw-Hill LLC, a subsidiary of The McGraw-Hill Companies, Inc., 20 Ryan Ranch Road, Monterey, California

More information

G-GMD.1- I can explain the formulas for volume of a cylinder, pyramid, and cone by using dissection, Cavalieri s, informal limit argument.

G-GMD.1- I can explain the formulas for volume of a cylinder, pyramid, and cone by using dissection, Cavalieri s, informal limit argument. G.MG.2 I can use the concept of density in the process of modeling a situation. 1. Each side of a cube measures 3.9 centimeters. Its mass is 95.8 grams. Find the density of the cube. Round to the nearest

More information

Gavin Fields Senior Water Resources Engineer XP Solutions

Gavin Fields Senior Water Resources Engineer XP Solutions Hydraulics 101 Gavin Fields Senior Water Resources Engineer XP Solutions Hydraulics 101 Introduction Structures Hydraulic Model Building Q&A XP Solutions Software for modeling wastewater, stormwater, and

More information

Surface Area of Solids

Surface Area of Solids Lesson 24 Surface Area of Solids Name: Prerequisite: Use a Net to Find Surface Area Study the example showing how to use a net to find the surface area of a prism. Then solve problems 7. Example Kioshi

More information

The Geometry of Solids

The Geometry of Solids CONDENSED LESSON 10.1 The Geometry of Solids In this lesson you will Learn about polyhedrons, including prisms and pyramids Learn about solids with curved surfaces, including cylinders, cones, and spheres

More information

QUICKBOOKS PRO 2008 INSTALLING QUICKBOOKS PRO AND STUDENT DATA FILES

QUICKBOOKS PRO 2008 INSTALLING QUICKBOOKS PRO AND STUDENT DATA FILES QUICKBOOKS PRO 2008 INSTALLING QUICKBOOKS PRO AND STUDENT DATA FILES Installing QuickBooks Pro 2008 Software Before installing the software, verify that your computer meets the following minimum system

More information

2. a. approximately cm 3 or 9p cm b. 20 layers c. approximately cm 3 or 180p cm Answers will vary.

2. a. approximately cm 3 or 9p cm b. 20 layers c. approximately cm 3 or 180p cm Answers will vary. Answers Investigation ACE Assignment Choices Problem. Core Other Connections Problem. Core,, Other Applications 7, ; Connections 7 0; unassigned choices from previous problems Problem. Core 7 Other Connections,

More information

12-4 Volumes of Prisms and Cylinders. Find the volume of each prism.

12-4 Volumes of Prisms and Cylinders. Find the volume of each prism. Find the volume of each prism. 3. the oblique rectangular prism shown at the right 1. The volume V of a prism is V = Bh, where B is the area of a base and h is the height of the prism. If two solids have

More information

Professional Edition. Hardware Requirements

Professional Edition. Hardware Requirements Professional Edition Hardware Requirements For Blackbaud FundWare 1 to 8 user environments Revised August 6 th, 2008 Table of Contents Supported Platforms... 3 Single-User Environment... 4 2-User Environment...

More information

10.1 Prisms and Pyramids

10.1 Prisms and Pyramids AreasandVolumesofprismsandpyramids20052006.nb 0. Prisms and Pyramids We have already learned to calculate the areas of plane figures. In this chapter we will be calculating the surface areas and volumes

More information