Free Essay

Finite Math

In:

Submitted By metoo03820
Words 1076
Pages 5
Week 5 Individual Assignment
Chapter 15
Supplementary Exercises, problems 1, 5, & 6 1. Let n ≥ 2. If xi is a Boolean variable for all 1 ≤ i ≤ n, prove that
a) (x1 + x2 + ・ ・ ・ + xn) _ x1x2 ・ ・ ・ xn

Assume the result for n _ k (≥ 2) and consider the case of n _ k + 1.

b) (x1x2 ・ ・ ・ xn) _ x1 + x2 + ・ ・ ・ + xn
Follows from part (a) by duality. 5. Let_be a Boolean algebra that is partially ordered by≤. If x, y, z ∈ _, prove that x + y ≤ z if and only if x ≤ z and y ≤ z.
If x ≤ z and y ≤ z, then from Exercise 6(b) of Section 15.4 we have x + y ≤ z + z. z + z _ z. Conversely, suppose that x + y ≤ z.We find that x ≤ x + y, because x(x + y) _ x + xy _ x.
Since x ≤ x + y and x + y ≤ z, we have x ≤ z, because a partial order is transitive. 6. State and prove the dual of the result in Exercise 5.
Exercise 15.1, problems 1, 2, 11, 12, 14, & 15

1. Find the value of each of the following Boolean expressions if the values of the Boolean variables w, x, y, and z are 1, 1, 0, and 0, respectively.
a) xy + x y = 1 b) w + xy = 1
c) wx + y + yz = 1
d) (wx + yz) + wy + (w + y)(x + y) = 1

2. Let w, x, and y be Boolean variables where the value of x is 1. For each of the following Boolean expressions, determine, if possible, the value of the expression. If you cannot determine the value of the expression, then find the number of assignments of values for w and y that will result in the value 1 for the expression.
a) x + xy + w
b) xy + w
c) xy + xw
d) xy + w

11. Simplify the following Boolean expressions. a) xy + (x + y)z + y = y + x b) x + y + (x + y + z) = x+y c) yz + wx + z + [wz(xy + wz)] = wx+z

12. Find the values of the Boolean variables w, x, y, z that satisfy the following system of simultaneous (Boolean) equations. x + xy _ 0 xy _ xz xy + x z + zw _ zw

x+x ̅y=0→(x+x ̅ )(x+y)=0 Distributive Law of + over 
1(x+y)=0 Inverse Law of + x+y =0 Identity law of  x =0 and y = 0 Property of +
Since x ̅y=x ̅z→0 ̅0=0 ̅z→10=1z→0=1z→0=z
Then z =0
SInce: x = y = z = 0 and x ̅y+x ̅z ̅+zw=z ̅w
0 ̅0+0 ̅0 ̅+0w=0 ̅w→10+11+0=1w
0+1+0=w
[0+1]+0=w
1+0=w
1=w
Solution: x=y=z=0 , w =1

14. Let f, g: Bn →B. Define the relation “≤” on Fn, the set of all Boolean functions of n variables, by f ≤ g if the value of g is 1 at least whenever the value of f is 1. a) Prove that this relation is a partial order on Fn. b) Prove that fg ≤ f and f ≤ f + g. c) For n _ 2, draw the Hasse diagram for the 16 functions in F2. Where are the minterms and maxterms located in the diagram? Compare this diagram with that for the power set of {a, b, c, d} partially ordered under the subset relation.

15. Define the closed binary operation⊕(Exclusive Or) on Fn, the set of all Boolean functions on n variables, by f ⊕ g _ f g + fg, where f, g: Bn →B.
a) Determine f ⊕ f , f ⊕ f , f ⊕ 1, and f ⊕ 0. f ⊕ f _ 0; f ⊕ f _ 1; f ⊕ 1 _ f ; f ⊕ 0 _ f b) Prove or disprove each of the following. i) f ⊕ g _ 0⇒f _ g f ⊕ g _ 0⇐⇒f g + fg _ 0⇒f g _ fg _ 0. [f _ 1 and f g _ 0]⇒g _ 1.
[f _ 0 and fg _ 0]⇒g _ 0. f _ g

ii) f ⊕ (g ⊕ h) _ (f ⊕ g) ⊕ h

iii) f ⊕ g _ f ⊕ g f ⊕ g _ f g + f g _ fg + f g _ f g + fg _ f ⊕ g

iv) f ⊕ gh _ (f ⊕ g)(f ⊕ h)
Not True

v) f (g ⊕ h) _ fg ⊕ fh fg ⊕ fh _ fgf h + fgfh _ (f + g)f h + fg(f + h) _ ff h + f gh + ffg + fgh _ f gh + fgh _ f (gh + gh) _ f (g ⊕ h)

vi) (f ⊕ g) _ f ⊕ g _ f ⊕ g f ⊕ g _ f g + fg _ fg + f g _ f ⊕ g f ⊕ g _ f g + fg _ (f + g)(f + g) _ f g + fg _ f ⊕ g

vii) f ⊕ g _ f ⊕ h⇒g _ h

4. a) Find the fundamental conjunction made up from the variables w, x, y, z, or their complements, where the value of the conjunction is 1 precisely when i) w _ x _ 0, y _ z _ 1. ii) w _ 0, x _ 1, y _ 1, z _ 0. iii) w _ 0, x _ y _ z _ 1. iv) w _ x _ y _ z _ 0.
b) Answer part (a) this time for fundamental disjunctions, instead of fundamental conjunctions, where the value of each fundamental disjunction is 0 precisely for the stated values of w, x, y, z.

5. Suppose that f : B3 →B is defined by f (x, y, z) _ (x + y) + (xz).
a) Determine the d.n.f. and c.n.f. for f .
d.n.f. xyz + xyz + xy z + xyz + xyz
c.n.f. (x + y + z)(x + y + z)(x + y + z)

b) Write f as a sum of minterms and as a product of maxterms
(utilizing binary labels). 8. Let f : B4 →B. Find the disjunctive normal form for f if
a) f
−1(1) _ {0101 (that is, w _ 0, x _ 1, y _ 0, z _ 1),
0110, 1000, 1011}.
b) f
−1(0) _ {0000, 0001, 0010, 0100, 1000, 1001, 0110}.

9. Let Bn →B. If the d.n.f. of f has m fundamental conjunctions and its c.n.f.

m + k _ 2n

Similar Documents

Free Essay

Discrete Math for Computer Science Students

...Discrete Math for Computer Science Students Ken Bogart Dept. of Mathematics Dartmouth College Scot Drysdale Dept. of Computer Science Dartmouth College Cliff Stein Dept. of Industrial Engineering and Operations Research Columbia University ii c Kenneth P. Bogart, Scot Drysdale, and Cliff Stein, 2004 Contents 1 Counting 1.1 Basic Counting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Sum Principle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Abstraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summing Consecutive Integers . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Product Principle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two element subsets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Important Concepts, Formulas, and Theorems . . . . . . . . . . . . . . . . . . . . Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2 Counting Lists, Permutations, and Subsets. . . . . . . . . . . . . . . . . . . . . . Using the Sum and Product Principles . . . . . . . . . . . . . . . . . . . . . . . . Lists and functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Bijection Principle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . k-element permutations of a set . . . . . . . . . . . . . . . . . . . . . . . . . . . . Counting subsets...

Words: 71201 - Pages: 285

Free Essay

Cargoes

...Kelley England ENG-200/Dr. Roemer 12/14/05 “Cargoes” By: John Masefield In the poem “Cargoes,” the author, John Masefield, writes about nostalgia and progress. The gritty realities of modern life are set against the golden age of the “Stately Spanish galleon” and the even more distant glamour of the “Quinquereme of Ninevah.” The author evokes the senses using multiple kinds of imagery in each stanza of the poem. The poem encompasses the past and the future of the changing ships and cargoes throughout various periods of history. John Masefield was born in 1878 in Ledbury, England. He married his wife, Constance, at the age of 23 and had two children, a boy and a girl. He suffered tragedies early in his life such as his mother’s death when he was 6, both of his grandparents’ deaths at the age of 7, and his father having a mental breakdown five years later and then dying when John was 12 years old. His Aunt and Uncle took on the responsibility of raising him and at the age of 13, his Aunt sent him to the sea-cadet ship the HMS Conway to train for a life at sea. It was aboard this ship that he developed a love for story telling. Sea life did not suit John and on his second voyage he deserted his ship in New York City and began to travel the countryside, taking whatever odd jobs he could find, often sleeping outdoors and eating very little. After 3 years, he was ready to return to England. John became a very big admirer of William Butler Yeats and after many letters...

Words: 608 - Pages: 3

Premium Essay

Oak Ridge High School Compared to Pacific High School

...Even though Oak Ridge High School and Pacific High School are both institutions of learning, they each differ in at least four ways. The first difference between Oak Ridge High School and Pacific High School is their location. Oak Ridge High is located in Conroe, Texas. Whereas, Pacific High School is located in Pacific, Missouri. The second difference between Oak Ridge High School and Pacific High School is their work/study program. Oak Ridge High School had what was called Vocational Office - Career Club of Texas (VOCCT). VOCCT was a class that prepared students for the workplace. The teacher would assign specific students to be officers like: President, Vice President, Sectary, Treasurer and so on. This class allowed the student to go to school each day until 11:00 am. Then, the student would work the last half of the day. At Pacific High School they had what was called Distributive Education Club of America (DECA). DECA was very similar to VOCCT in that it was a class that prepared the students for the work place and had officers as well, but the students were not allowed to leave school until 1:00pm. The third difference between Oak Ridge High School and Pacific High School is that Oak Ridge High School had a drill team that would perform dance routines during half time at the football games. Whereas, Pacific High School did not have a drill team at all. The fourth difference between Oak Ridge High School and Pacific High School is the structure. Oak Ridge...

Words: 341 - Pages: 2

Free Essay

Accountability

...performance-- as well as managing and guiding one's decisions and processes for completing a task, also comes into play; finally, the obligation to report, explain, and be answerable to resulting consequences when implementing those actions is quite significant. To put it simply, when taking accountability for something, you are acknowledging and assuming responsibility for your actions.If I go further in depth with this particular topic, we can see that this system of accountability can actually be created by breaking down the very word "accountability," into separate synonyms (words that have the same or similar meaning) and can be categorized as such. The word "count," in "accountability" implies the action of finding the number of elements of a finite set of objects. The traditional way of counting consists of continually increasing a (mental or spoken) counter by a unit for every element of the set, in some order, while marking (or displacing) those elements to avoid visiting the same element more than once, until no unmarked elements are left; if the counter was set to one after the first object, the value after visiting the final object gives the desired number of elements....

Words: 308 - Pages: 2

Free Essay

Stat

...and D = {blue, white, red}are sets of natural numbers and set of colors respectively. b) Element of Set: A number, letter, item or any other object contained in a Set is called Element of a Set. In a) above, elements of Set C are 1,2,3 and 4. c) Order of a Set: are special binary relations. Suppose that P is a set and that ≤ is a relation on P, Then ≤ is a partial order if it is reflexive, antisymmetric and transitive. d) Null Set: is the unique set having no elements; its size or cardinality (count of elements in a set) is zero. Common notations for the empty set include "{}", " ", and " ". e) Finite Set: a finite set is a set that has a finite number of elements. For example, is a finite set with five elements. The number of elements of a finite set is a natural number (non-negative integer),and is called the cardinality of the set. A set that is not finite is called infinite. For example, the set of all positive integers is infinite: f) Proper Subset: A proper subset is a grouping of numbers in which all the numbers for two quantities have the same numbers, but are not equal. g) Data: are values of qualitative or quantitative variables belonging to a set of items. h) Statistics: Statistics is a branch of mathematics that deals with the collection, organization and interpretation of data. i) Probability: is a measure or estimation of how likely it is that something will happen or that a statement is true. Probabilities are given a value between...

Words: 496 - Pages: 2

Free Essay

Mth221 Week2

...Exercise 4.1, problem 5a for i := 1 to 123 do for j := 1 to i do print i * j a) How many times is the print statement of the third line executed? Since we have to count iterations starting from one until 123, the first count would be 1 then 3 then 6 and so forth. The segment can be translated to (n)(n+1)/2 where 123 would be (n). (123)(123 + 1)/2 The statement is executed 7626 times. Exercise 4.2, problem 18a a) How many permutations of 1, 2, 3 have k ascents, for k = 0, 1, 2? Ascent can be determined by simply looking at its numbers. In the case of 123, 3 > 2 and 2 >1 so there are 2 ascents. 123 = 2 321 = 0 231 = 1 213 = 1 132 = 1 312 = 1 k = 0 1 k = 1 4 k = 2 1 Exercise 4.3, problem 22a Solve each problem (if possible), and then convert the results to base 10 to check your answers. Watch for any overflow errors. 8 4 2 1 0101 5 + 0001 1 0110 6 Exercise 4.4, problem 1a 1. For each of the following pairs a, b ∈ Z+, determine gcd (a, b) and express it as a linear combination of a, b. a) 231, 1820 1820 = 7 (231) + 203 0 < 203 < 231 231 = 1 (203) + 28 0 < 203 < 28 203 = 7 (28) + 7 0 < 28 < 7 28 = 4 (7) + 0 7 gcd(1820, 231) = 7 7 = 203 – 7 (28) 203 – 7 (231 – 203) 8 (203) – 7 (231) 8 (1820 – 7 (231)) – 7(231) 8 (1820) – 63 (231) Exercise 5.1, problem 4 For which sets A, B is it true that A X B = B...

Words: 597 - Pages: 3

Free Essay

Teaching First Grade Students to Count to 15

...Teaching First Graders to Count to 15 A group of 10 first-grade students who can already count rationally to 10 are now ready to expand their counting prowess to 15. The first step is to make sure they are comfortable with some basic counting principles. The first principle that must be reviewed is one-to one correspondence. Using the numbers with which the students are already familiar (1-10) the students will be given a calendar with all of the days of the week blacked out so there are simply squares arranged numerically. For this portion of the exercise the squares with numbers greater than 10 will be blacked out as well. We will review the calendar starting with “1” and continue to “9”. The students will be asked to point to the square sequentially and count together 1,2,3…9. The students will be asked how many number 1’s, there are, how many 2’s, etc. The teacher will piggy-back on this explaining how each square was counted only once and each had its own number. This will continue until the students’ exhibit through teacher observation an understanding of one-to-one correspondence. The next principle will be the stable order rule. Again the students will count the numbered squares in order. The teacher will count the squares for the students in a random mixed-up order and ask the students if said counting was correct. Of course the students will recognize it’s not at which point the teacher will stress stable order rule of numbers in a fixed order every...

Words: 1118 - Pages: 5

Free Essay

Rajat Gupta

...Module 3 Written Assignment: Part 3 General Expectations: (i). For full credit, your written assignments must be accompanied by a narrative explanation/rationale for the process that you used to solve each problem. How did you choose the steps? What is the logic behind the choices that you made? Explain why the problems were solved the way they were solved. Use complete sentences, good English, and proper mathematical notation. (ii). For full credit, your written assignments must include the statement of each problem so the reader knows what you are trying to demonstrate. In cases where the assignment refers you to a book problem, you must also copy the statement of the appropriate problem in the book. Note: Be sure to do the practice exercises in this assignment. They have been carefully chosen to help you understand the material needed to do the assigned exercises that immediately follow. Section 3.1: Practice: Do # 1a and 1c from Section 3.1. Check your answers in the back of the book. 1. Let f = {(Mindy, Subaru), (Jasmine, Toyota), (Sharon, VW), (Roger, Kia), (Jose, VW)}. (a.) What is the domain of this relation? (b.) What is the range? (c.) Is this a function? Why or why not? (d.) Is this relation one-to-one? Why or why not? (d.) Define g as {(Mindy, Subaru), (Jasmine, Toyota), (Sharon, VW), (Roger, Kia), (Jose, Oldsmobile)}. Is g a one-to-one function? Why or why not? 2. Prove that the function f : R → R given by f (x) = 4x − 3 is surjective. [You may use the Proof...

Words: 772 - Pages: 4

Free Essay

Oefeof

...An Introduction to Real Analysis John K. Hunter 1 Department of Mathematics, University of California at Davis 1 The author was supported in part by the NSF. Thanks to Janko Gravner for a number of corrections and comments. Abstract. These are some notes on introductory real analysis. They cover the properties of the real numbers, sequences and series of real numbers, limits of functions, continuity, differentiability, sequences and series of functions, and Riemann integration. They don’t include multi-variable calculus or contain any problem sets. Optional sections are starred. c John K. Hunter, 2014 Contents Chapter 1. Sets and Functions 1 1.1. Sets 1 1.2. Functions 5 1.3. Composition and inverses of functions 7 1.4. Indexed sets 8 1.5. Relations 11 1.6. Countable and uncountable sets 14 Chapter 2. Numbers 21 2.1. Integers 22 2.2. Rational numbers 23 2.3. Real numbers: algebraic properties 25 2.4. Real numbers: ordering properties 26 2.5. The supremum and infimum 27 2.6. Real numbers: completeness 29 2.7. Properties of the supremum and infimum 31 Chapter 3. Sequences 35 3.1. The absolute value 35 3.2. Sequences 36 3.3. Convergence and limits 39 3.4. Properties of limits 43 3.5. Monotone sequences 45 3.6. The lim sup and lim inf 48 3.7. Cauchy sequences ...

Words: 103793 - Pages: 416

Free Essay

Beauty

...There are some things that happen to cows and whales. One of the things, both cows and whales are eaten by people in some countries as edible meat. Another thing, although they are living different places like ocean and land, they have their own lives. It seems that cows and whales are in a same situation. But there are some differences that could be compared. First, many cows are slaughtered everyday. On the other hand, whales are protected by national law recently. Second, cows are important provisions for all over the world. However, whales are important edible animals only in a few countries. Finally, there is the biggest difference between cows and whales. It is that whales are free in the huge ocean until caught by people, and cows will be grown up in the field by the people to eat. The first difference between cows and whales is that cows are the most popular edible meat all over the world. Therefore, many cows are butchered everyday. Of course, there are several reasons that people use cows to their provisions. Because cows are easy for farmers to breed, and they are not as clever as other animals. On the other hand, whales have been protected by a law. (The United Nations Convention on the Law of the Sea) Therefore, every whaler has been limited in number to catch the whales recently. The reason of this law is whales are not easy to breed as cows. And they are such a clever animals more than any other kind of animal. The second difference is that cows are important...

Words: 484 - Pages: 2

Free Essay

Software

...Data Structure and Algorithms UNIT – I PART- A Questions & Answers 1. What is an algorithm? An algorithm is a finite set of instructions that , if followed, accomplishes a particular task. 2. What are the characteristics of an algorithm?  Input – Zero or more quantities  Output – At least one quantity  Definiteness – each instruction is clear and unambiguous  Finiteness – terminate after a finite number of steps  Efficiency – easily understandable 3. Define Space Complexity The Space complexity of an algorithm is the amount of memory it needs to run to completion 4. Define Time Complexity Time complexity of an algorithm is the amount of computer time it needs to run to completion 5. What are asymptotic notations? The notations that enables us to make meaningful statements about the time and space complexity of a program is called asymptotic notations. 6. What are the various asymptotic notations used to define the efficiency of an algorithm?  Big ‘Oh’ (O)  Omega (Ω)  Theta (θ)  Little ‘oh’ (o)  Little Omega 7. What is information? Information is a recorded or communicated material that has some meaning associated with symbolic representation. 8. What are the aspects to be considered to ensure information transfer between source and destination?  Syntactic – Physical form of information  Semantic – Meaning  Pragmatic – Action taken as a result of interpretation of information 9. State the Markov algorithm It takes the input string X and through a number...

Words: 425 - Pages: 2

Premium Essay

Assignment 1: Finite Element Analysis

...[pic] ENGD3016 Solid Mechanics Assignment 1: Finite Element Analysis Name: Wei Zhang ID: P14021978 Date: Dec17th 2015 Abstract 1.0 Introduction 2.0 Objectives 3.0 Matlab 4.0 Solidworks 4.1 Model of truss 1 4.2 Model of truss 2 5.0 Comparison of the two trusses 6.0 Comparison between MATLAB and SOLIDWORKS 6.1 Comparison of results 6.2 Advantages and disadvantages 7.0 Conclusion Appendix Abstract The purpose of this report is to based on two different 2D pictures of trusses to finite element analysis from two ways. First carried out the selection of materials, and choosing the size of the pipe. Two methods were used two different software for finite element analysis, solidworks and MATLAB. By comparing the simulation results with two software to make sure which is the better way. It was found that the results of MATLAB are more accurate, solidworks results more intuitive. According to the calculation results of the two methods, truss 2 is more reliable. 1.0 Introduction Finite element analysis method using a mathematical approximation of the real physical system to simulation. Also use simple and interacting elements, namely unit, you can use a limited number of unknown quantities to approximate the infinite unknowns real system.The engineering is relying on the...

Words: 2550 - Pages: 11

Free Essay

Finite Different Method

...Finite Difference Methods 1 Finite Difference Methods A finite difference method obtains a price for a derivative by solving the partial differential equation numerically Example: • An American put option on a stock that pays a continuous dividend yield q. ƒ ƒ  2ƒ 2 2  (r  q) S  ½ 2  S  rf t  S S • Finite difference methods aim to represent the differential equation in the form of a difference equation • We form a grid by considering equally spaced time values and stock price values • Define ƒi,j as the value of ƒ at time iDt when the stock price is jDS 3 Implicit Finite Difference Method In ƒ  ƒ 1 2 2  2ƒ  (r  q) S   S  rƒ 2 t S 2 S we set at the node (i,j):  ƒ ƒ i ,j 1  ƒ i ,j 1  S 2DS and:  2 ƒ  ƒ i ,j 1  ƒ i ,j ƒ i ,j  ƒ i ,j 1     DS 2 DS DS S    2 ƒ ƒ i ,j 1  ƒ i ,j 1  2ƒ i ,j  2 S D S2 or If we also set  ƒ ƒ i 1,j  ƒi ,j  t Dt we obtain the implicit finite difference method. Re-arranging we get: a j ƒi ,j 1  b j ƒi ,j  c j ƒi ,j 1  ƒi 1,j where: The Boundary Conditions • Example: American put fN,j=0 fN,j=0 N,j a j ƒi,j 1  b j ƒi,j  c j ƒi ,j 1  ƒi 1,j • N-1 equations • N-1 unkowns • Exactly 1 solution fN,j=max(K-jΔS,0) f0,j=K 6 Explicit Finite Difference Method If f S and  2 f S 2 are assumed to be the same at the (i  1,j ) point as they are at the (i,j ) point we obtain the explicit finite difference method f i 1, j 1  f i...

Words: 769 - Pages: 4

Premium Essay

Resume

...HISTORY   Bachelors in Industrial & Manufacturing Engineering University of Engineering & Technology, Lahore, Pakistan F.sc (Pre-Engineering) Army Public Degree College, Sargodha Cantt. 2009 – 2013 2007 – 2009 CGPA: 3.7 85% MAJORS AND SPECIALIZATION       Management: Production and Operation Management, Operations Research, Total Quality Management, Work Study and Methods Engineering, Engineering Ergonomics Manufacturing: Machining Process, Manufacturing Process Design: Machine Design, Production Tooling Design, Engineering Design and Graphics Mechanics: Mechanics of Materials, Fluid Mechanics, Mechanics of Machines Mechanical: Thermodynamics, Plant Engineering Control Engineering: Computer Integrated Manufacturing, Finite Element Analysis, Automation and Robotics, Instrumentation and Control PROJECTS Senior Year Project  Application and Study of TIG and MIG Welding’s on mechanical and metallurgical properties of low carbon steels and Al alloys under different welding parameters (Current & Voltage) Course Projects  Formulated a business plan for setting up a bullet proof cars factory in Pakistan With complete details in terms of Marketing, Organizational and Financial plans  Analyzed & Identified misalignments and vibrations in gearing system by using vibration analyzer  Investigated & formulated techniques to increase the demand and supply of hamburgers  Studied and Improved the ergonomic concerns of an Industrial Environment  Designed drilling...

Words: 387 - Pages: 2

Free Essay

Guide

...Guide to benchmark reports 2010 Survey of women’s experiences of maternity services Benchmark reports are produced for most NHS national surveys to show how the survey results for each trust participating in a particular survey compares with the results from all other trusts. This guide is divided into six sections: Section one: provides information specific to the 2010 maternity survey Section two: describes the benchmark reports Section three: describes how to use the benchmark reports and the limitations of the data Section four: describes how to understand the data Section five: provides guidance on using the benchmark reports to make comparisons between trusts Section six: describes how the data in the benchmark reports is calculated 1.) The 2010 survey of women’s experiences of maternity services Over 25,000 women from 144 trusts in England responded to the survey between April 2010 and August 2010, a response rate of 52%. Women were eligible for the survey if they had a live birth in February 2010 and were aged 16 or older. Women who gave birth in a hospital, birth centre, or maternity unit, or who had a home birth, were eligible. A similar survey of women using maternity services was carried out in 2007. The results of the survey are primarily intended to be used by NHS trusts to help them identify areas where they need to improve performance and to note where they have performed well. For this reason we have produced the benchmark reports...

Words: 3024 - Pages: 13