0% found this document useful (0 votes)
16 views39 pages

Items2 Solving

Item

Uploaded by

arcelobanaria04
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views39 pages

Items2 Solving

Item

Uploaded by

arcelobanaria04
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 39

Problem Solving

PISA Problem Solving Items and Scoring Guides

The Problem Solving Items and Scoring Guides document contains 10 problem solving
assessment units and 19 items associated with these units. These released items from the
PISA 2003 assessment are distinct from the secure items, which are kept confidential so that
they may be used in subsequent cycles to monitor trends.

1
Problem Solving

TABLE OF CONTENTS

UNIT NAME PAGE

MOVIE OUTING 3

DESIGN BY NUMBERS© 6

TRANSIT SYSTEM 11

COURSE DESIGN 14

LIBRARY SYSTEM 16

TRIP 21

IRRIGATION 25

ENERGY NEEDS 30

CHILDREN’S CAMP 34

FREEZER 36

2
Problem Solving

MOVIE OUTING
This problem is about finding a suitable time and date to go to a movie.

Isaac, a 15-year-old, wants to organize a movie outing with two of his friends, who are of the
same age, during the one-week school vacation. The vacation begins on Saturday March 24th
and ends on Sunday April 1st.

Isaac asks his friends for suitable dates and times for the outing. The following information is
what he received.

Fred: “I have to stay home on Monday and Wednesday afternoons for music practice between
2:30 and 3:30”

Stanley: “I’ve to visit grandmother on Sundays, so it can’t be Sundays. I have seen Pokamin
and don’t want to see it again.”

Isaac’s parents insist that he only goes to movies suitable for his age and does not walk home.
They will pick up the boys any time up to 10 p.m.

Isaac checks the movie times for the vacation week. This is the information that he finds.

TIVOLI MOVIE THEATER


Advance Booking Number: 919-545-6400
24 hour phone number: 919-545-6405
Bargain Day Tuesdays: All films $5
Films showing from Fri March 23rd for two weeks:
Children in the Net Pokamin
113 mins Suitable only for 105 mins Parental Guidance.
2:00 p.m. (Mon-Fri persons of 12 years 1:40 p.m. (Daily) General viewing, but
only) and over 4:35 p.m. (Daily) some scenes may be
9:35 p.m. (Sat/Sun unsuitable for young
only) children

Monsters from the Deep Enigma

164 mins Suitable only for 144 mins Suitable only for
7:55 p.m. (Fri/Sat persons of 18 years 3:00 p.m. (Mon-Fri persons of 12 years
only) and over only) and over
6:00 p.m. (Sat/Sun
only)

Carnivore King of the Wild


148 mins Suitable only for 117 mins Suitable for persons of
6:30 p.m. (Daily) persons of 18 years 2:35 p.m. (Mon-Fri all ages
and over only)
6:50 p.m.(Sat/Sun
only)

3
Problem Solving

Question 1: MOVIE OUTING X601Q01

Question intent: Decision Making

Taking into account the information Isaac found on the movies, and the information he got from
his friends, which of the six movies should Isaac and the boys consider watching?

Circle “Yes” or “No” for each movie.

Movie Should the three boys consider watching the


movie?

Children in the Net Yes / No

Monsters from the Deep Yes / No

Carnivore Yes / No

Pokamin Yes / No

Enigma Yes / No

King of the Wild Yes / No

SCORING

Fully Correct

Yes, No, No, No, Yes, Yes, in that order.

Partially Correct

One incorrect answer.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 68%


U.S.: 67%

4
Problem Solving

Question 2: MOVIE OUTING X601Q02

Question intent: Decision Making

If the three boys decided on going to “Children in the Net,” which of the following dates is
suitable for them?

A Monday, March 26th


B Wednesday, March 28th
C Friday, March 30th
D Saturday, March 31st
E Sunday, April 1st

SCORING

Correct

Answer C. Friday, March 30th.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 68%


U.S.: 67%

5
Problem Solving

DESIGN BY NUMBERS©
Design by Numbers is a design tool for generating graphics on computers. Pictures can be
generated by giving a set of commands to the program.

Study carefully the following example commands and pictures before answering the questions.

Paper 0 Paper 50 Paper 100

Paper 0 Paper 100


Pen 100 Pen 0
Line 20 0 80 60 Line 20 20 80 20
Line 80 20 50 80
Line 50 80 20 20

6
Problem Solving

Question 1: DESIGN BY NUMBERS X412Q01

Question intent: System Analysis and Design

Which of the following commands generated the graphic shown below?

A Paper 0
B Paper 20
C Paper 50
D Paper 75

SCORING

Correct

Answer B. Paper 20.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 51%


U.S.: 41%

7
Problem Solving

Question 2: DESIGN BY NUMBERS X412Q02

Question intent: System Analysis and Design

Which of the following set of commands generated the graphic shown below?

A Paper 100 Pen 0 Line 80 20 80 60


B Paper 0 Pen 100 Line 80 20 60 80
C Paper 100 Pen 0 Line 20 80 80 60
D Paper 0 Pen 100 Line 20 80 80 60

SCORING

Correct

Answer D. Paper 0 Pen 100 Line 20 80 80 60

Incorrect

Other responses.

Percentage of students
answering correctly in PISA
2003:

OECD average: 49%


U.S.: 47%

8
Problem Solving

Question 3: DESIGN BY NUMBERS X412Q03 - 0 1 2 9

Question intent: System Analysis and Design

The following shows an example of the “Repeat” command.

The command “Repeat A 50 80” tells the program


Paper 0 to repeat the actions in brackets { }, for successive
Pen 100 values of A from A=50 to A=80.
Repeat A 50 80
{
Line 20 A 40 A
}

Write commands to generate the following graphic:

SCORING

Fully Correct

Correct commands.

• Note that in the “Repeat” command, “0” and “40” can be switched (i.e., Repeat
40 0). In the command “Line 20 A 60 A”, “20” and “60” can be switched (i.e., Line 60 A 20 A).

Paper 0
Pen 100
Repeat A 0 40
{
Line 20 A 60 A
}

• Note that in the “Repeat” command, “20” and “60” can be switched (i.e., Repeat 60 20). In the
command “Line A 0 A 40”, “0” and “40” can be switched (i.e., Line A 40 A 0).
Paper 0
Pen 100
Repeat A 20 60
{
Line A 0 A 40
}

(In short, “0” and “40” should be in the “Y” position and “20” and “60” should be in the “X”
position.)

9
Problem Solving

Partially Correct

Correct commands but incorrect placement of numbers in the Line command.


P a pe r 0
Pen 100
Repeat A 20 60
{
Line 0 A 40 A
}

Correct commands but one incorrect number in either the Repeat or the Line command. Note
that if there is any number other than 0 or 20 or 40 or 60 (e.g., 50 or 80 are used), or if the same
number is repeated in the one command, then Code 0 should be given.

Incorrect

Other responses.

Percentage of students
answering correctly in PISA
2003:

OECD average: 40%


U.S.: 31%

10
Problem Solving

TRANSIT SYSTEM
The following diagram shows part of the transportation system of a city in Zedland, with three
railway lines. It shows where you are now, and where you have to go.

Line A

From here Line C

Line B

To here

means a station that is a


means a station on junction where you can change
a railway line. from one railway line to
another (Lines A, B or C).

The fare is based on the number of stations travelled (not counting the station where you start
your journey). Each station travelled costs 1 zed.

The time taken to travel between two adjacent stations is about 2 minutes.

The time taken to change from one railway line to another at a junction is about 5 minutes.

11
Problem Solving

Question 1: TRANSIT SYSTEM X415Q01 - 01 02 11 12 13 21 22 99

Question intent: Decision Making

The diagram indicates a station where you are currently at (“From here”), and the station where
you want to go (“To here”). Mark on the diagram the best route in terms of cost and time, and
indicate below the fare you have to pay, and the approximate time for the journey.

Fare: ...................... zeds.

Approximate time for journey: .............................. minutes.

SCORING

Fully Correct

Route as shown: Fare: 8 zeds: Approximate time for journey: 21 minutes.

No route shown; Fare: 8 zeds; Time: 21 minutes.

12
Problem Solving

Partially Correct

Best route shown, with correct Fare or Time, but not both.

One of the two other possible routes shown, with correct Fare and Time for that route.

No route shown, but correct Fare and Time for one of the two other routes are given.

Incorrect

Best route shown, but both Fare and Time incorrect or missing

Other responses.

Percentage of students
answering correctly in PISA
2003:

OECD average: 24%


U.S.: 15%

13
Problem Solving

COURSE DESIGN
A technical college offers the following 12 subjects for a 3-year course, where the length of each
class is one year:

Class Code Class Name


1 M1 Mechanics Level 1

2 M2 Mechanics Level 2

3 E1 Electronics Level 1

4 E2 Electronics Level 2

5 B1 Business Studies Level 1

6 B2 Business Studies Level 2

7 B3 Business Studies Level 3

8 C1 Computer Systems Level 1

9 C2 Computer Systems Level 2

10 C3 Computer Systems Level 3

11 T1 Technology and Information Management Level 1

12 T2 Technology and Information Management Level 2

14
Problem Solving

Question 1: COURSE DESIGN X414Q01 - 0 1 2 9

Question intent: System Analysis and Design

Each student will take 4 classes per year, thus completing 12 subjects in 3 years.

A student can only take a class at a higher level if the student has completed the lower level(s)
of the same class in a previous year. For example, you can only take Business Studies Level 3
after completing Business Studies Levels 1 and 2.

In addition, Electronics Level 1 can only be taken after completing Mechanics Level 1, and
Electronics Level 2 can only be taken after completing Mechanics Level 2.

Decide which classes should be offered for which year, by completing the following table. Write
the class codes in the table.

Class 1 Class 2 Class 3 Class 4


Year 1

Year 2

Year 3

SCORING

Fully Correct

The order of classes within a year is unimportant, but the list of classes for each year should be
as given below:

• Year 1 B1 M1 T1 C1
• Year 2 B2 M2 E1 C2
• Year 3 B3 T2 E2 C3

Partially Correct

Mechanics does not precede Electronics. All other constraints are satisfied.

Incorrect

Other responses.
Percentage of students
answering correctly in
PISA 2003:

OECD average: 32%


U.S.: 33%
15
Problem Solving

LIBRARY SYSTEM
The John Hobson High School library has a simple system for lending books: for staff
members the loan period is 28 days, and for students the loan period is 7 days. The following is
a decision tree diagram showing this simple system:

START

Loan period is 28
Is the borrower a staff
days.
member? Yes

No

Loan period is 7
days.

The Greenwood High School library has a similar, but more complicated, lending system:

• All publications classified as “Reserved” have a loan period of 2 days.


• For books (not including magazines) that are not on the reserved list, the loan period
is 28 days for staff, and 14 days for students.
• For magazines that are not on the reserved list, the loan period is 7 days for everyone.
• Persons with any overdue items are not allowed to borrow anything.

16
Problem Solving

Question 1: LIBRARY SYSTEM X402Q01

Question intent: System Analysis and Design


You are a student at Greenwood High School, and you do not have any overdue items from
the library. You want to borrow a book that is not on the reserved list. How long can you
borrow the book for?

Answer: ......................... days.

SCORING

Correct

14 days.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 75%


U.S.: 75%

17
Problem Solving

Question 2: LIBRARY SYSTEM X402Q02 - 01 02 11 12 21 22 23 31 99

Question intent: System Analysis and Design

Develop a decision tree diagram for the Greenwood High School Library system so that an
automated checking system can be designed to deal with book and magazine loans at the
library. Your checking system should be as efficient as possible (i.e. it should have the least
number of checking steps). Note that each checking step should have only two outcomes and
the outcomes should be labelled appropriately (e.g. “Yes” and “No”).

START

18
Problem Solving

SCORING

Fully Correct

The most efficient system is a 4-step check system as follows:

19
Problem Solving

Partially Correct

The four check steps are in the right sequence, but there is a “minor error”:

• The check for “overdue items” is written as a statement outside the decision tree
diagram, but the other three check steps are completely correct and in the right
sequence.
• Two check steps are out of order, resulting in 5 steps, as ONE extra check step is
required. The system is still “complete”, but less efficient. By “complete” we mean that
the checking system will produce the correct loan periods in all cases.
• The diagram is correct except that the first three check steps are out of order in one (but
not both) of the following two ways:
• The check for “overdue items” is written as a statement outside the decision tree
diagram. The other three check steps are in the right sequence, but with a “minor
error”.
• The check for “overdue items” is missing, but the other three check steps are
completely correct and in the right sequence.

Incorrect
Percentage of students
answering correctly in
The system is “complete”, but has more than 5 check steps.
PISA 2003:
Other responses.
OECD average: 15%
U.S.: 14%

20
Problem Solving

TRIP
This problem is about planning the best route for a trip.

Figures 1 and 2 show a map of the area and the distances between towns.

Figure 1: Map of roads between towns.

Lapat

Kado
Megal

Angaz Nuben

Piras

Figure 2: Shortest road distance of towns from each other in kilometres.

Angaz
Kado 550
Lapat 500 300
Megal 300 850 550
Nuben 500 1000 450
Piras 300 850 800 600 250

21
Problem Solving

Question 1: TRIP X602Q01 – 0 1 9

Question intent: Decision Making

Calculate the shortest distance by road between Nuben and Kado.

Distance: ................................................ kilometers.

SCORING

Correct

1050 kilometers

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 46%


U.S.: 37%

22
Problem Solving

Question 2: TRIP X602Q02 - 0 1 2 9

Question intent: Decision Making

Zoe lives in Angaz. She wants to visit Kado and Lapat. She can only travel up to 300
kilometres in any one day, but can break her journey by camping overnight anywhere between
towns.

Zoe will stay for two nights in each town, so that she can spend one whole day sightseeing in
each town.

Show Zoe’s itinerary by completing the following table to indicate where she stays each night.

Day Overnight Stay


1 Camp-site between Angaz and Kado.
2
3
4
5
6
7 Angaz

23
Problem Solving

SCORING

Fully Correct

Entries as shown below:

Partially Correct

One error. An error means the entry is not correct for the corresponding day.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 36%


U.S.: 33%

24
Problem Solving

IRRIGATION
Below is a diagram of a system of irrigation channels for watering sections of crops. The gates
A to H can be opened and closed to let the water go where it is needed. When a gate is closed
no water can pass through it.

This is a problem about finding a gate which is stuck closed, preventing water from flowing
through the system of channels.

Figure 1: A system of irrigation channels

A B D
C

In Out
E F G H

Michael notices that the water is not always going where it is supposed to.

He thinks that one of the gates is stuck closed, so that when it is switched to “open”, it does not
open.

25
Problem Solving

Question 1: IRRIGATION X603Q01 - 0 1 9

Question intent: Trouble Shooting

Michael uses the settings given in Table 1 to test the gates.

Table 1: Gate Settings


A B C D E F G H
Open Closed Open Open Closed Open Closed Open

With the gate settings as given in Table 1, on the diagram below draw all the possible paths
for the flow of water. Assume that all gates are working according to the settings.

A B D
C

In Out
E F G H

26
Problem Solving

SCORING

Correct

Flow paths as shown below:

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 63%


U.S.: 58%

27
Problem Solving

Question 2: IRRIGATION X603Q02

Question intent: Trouble Shooting

Michael finds that, when the gates have the Table 1 settings, no water flows through, indicating
that at least one of the gates set to “open” is stuck closed.

Decide for each problem case below whether the water will flow through all the way. Circle
“Yes” or “No” in each case.

Problem Case Will water flow through all the way?


Gate A is stuck closed. All other gates
Yes / No
are working properly as set in Table 1.

Gate D is stuck closed. All other gates


Yes / No
are working properly as set in Table 1.

Gate F is stuck closed. All other gates are


Yes / No
working properly as set in Table 1.

SCORING

Correct

No, Yes, Yes, in that order.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 52%


U.S.: 45%

28
Problem Solving

Question 3: IRRIGATION X603Q03 - 0 1 9

Question intent: Trouble Shooting


Michael wants to be able to test whether gate D is stuck closed.

In the following table, show settings for the gates to test whether gate D is stuck closed when it
is set to “open”.

Settings for gates (each one “open” or “closed”)

A B C D E F G H

SCORING

Correct

A and E are not both closed. D must be open. H can only be open if water cannot get to it (e.g.,
other gates are closed preventing water from X603Irrig_ENG3.doc reaching H). Otherwise H
must be closed.

Incorrect

Other responses.

The following is a diagram to help you assign codes to students’ responses:

Percentage of students
answering correctly in
PISA 2003:

OECD average: 55%


U.S.: 52%

29
Problem Solving

ENERGY NEEDS
This problem is about selecting suitable food to meet the energy needs of a person in Zedland.
The following table shows the recommended energy needs in kilojoules (kJ) for different people.
[NOTE: A kilojoule is the metric unit for energy, similar to a Calorie.]

DAILY ENERGY NEEDS RECOMMENDED FOR ADULTS

MEN WOMEN
Age (years) Activity Level Energy Needed (kJ) Energy Needed (kJ)
From 18 to 29 Light 10660 8360
Moderate 11080 8780
Heavy 14420 9820
From 30 to 59 Light 10450 8570
Moderate 12120 8990
Heavy 14210 9790
60 and above Light 8780 7500
Moderate 10240 7940
Heavy 11910 8780

ACTIVITY LEVEL ACCORDING TO OCCUPATION

Light: Moderate: Heavy:


Indoor sales person Teacher Construction worker
Office worker Outdoor salesperson Laborer
Housewife Nurse Sportsperson

30
Problem Solving

Question 1: ENERGY NEEDS X430Q01 - 0 1 9

Question intent: Decision Making

Mr. David Edison is a 45-year-old teacher. What is his recommended daily energy need in kJ?

Answer: ................................. kilojoules.

SCORING

Correct

12120 kilojoules. If no answer is given, check whether the student circled “12120” in the table.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 85%


U.S.: 60%

31
Problem Solving

Jane Gibbs is a 19-year-old high jumper. One evening, some of Jane’s friends invite her out for
dinner at a restaurant. Here is the menu.

MENU Jane’s estimate of


energy per serving
(kJ)
Soups: Tomato Soup 355
Cream of Mushroom Soup 585
Main Mexican Chicken 960
courses: Caribbean Ginger Chicken 795
Pork and Sage Kebabs 920
Salads: Potato Salad 750
Spinach, Apricot and Hazelnut 335
Salad
Couscous Salad 480
Desserts: Apple and Raspberry Crumble 1380
Ginger Cheesecake 1005
Carrot Cake 565
Milk shakes: Chocolate 1590
Vanilla 1470

The restaurant also has a special fixed price menu.

Fixed Price Menu


50 zeds
Tomato Soup
Caribbean Ginger Chicken
Carrot Cake

32
Problem Solving

Question 2: ENERGY NEEDS X430Q02 - 0129

Question intent: Decision Making

Jane keeps a record of what she eats each day. Before dinner on that day her total intake of
energy had been 7520 kJ.

Jane does not want her total energy intake to go below or above her recommended daily
amount by more than 500 kJ.

Decide whether the special “Fixed Price Menu” will allow Jane to stay within ±500 kJ of her
recommended energy needs. Show your work.

SCORING

Fully Correct

Food from the fixed price menu does not contain enough energy for Jane to keep within 500 kJ
of her energy needs. The following steps are necessary:

1. Calculation of the total energy of the fixed price menu: 355+795+565=1715


2. Recognition that Jane’s daily recommended energy need is 9820 k
3. Use of 7520 with 1715 and 9820, showing that Jane would be more than 500 kJ below
her recommended energy need
4. Conclusion that the fixed price menu does not contain enough energy

Partially Correct

Correct method, but a minor error or omission in one of the calculation steps leading to a correct
or incorrect, but consistent, conclusion.

1715+7520=9235. This is within 500 of 8780, so “Yes”

Correct calculations, but concludes “Yes” or gives no conclusion

Incorrect

Other responses, including “No”, without explanation.

Correct reasoning in words but no figures shown.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 32%


U.S.: 27%

33
Problem Solving

CHILDREN’S CAMP
The Zedish Community Service is organizing a five-day Children’s Camp. 46 children (26 girls
and 20 boys) have signed up for the camp, and 8 adults (4 men and 4 women) have
volunteered to attend and organize the camp.

Table 1: Adults Table 2: Dormitories


Mrs. Madison Name Number of beds
Mrs. Carroll Red 12
Ms. Grace Blue 8
Ms. Kelly Green 8
Mr. Stevens Purple 8
Mr. Neill Orange 8
Mr. Williams Yellow 6
Mr. Peters White 6

Dormitory rules:
1. Boys and girls must sleep in
separate dormitories.

2. At least one adult must sleep in


each dormitory.

3. The adult(s) in a dormitory must


be of the same gender as the
children.

34
Problem Solving

Question 1: CHILDREN’S CAMP X417Q01 - 0 1 2 9

Question intent: System Analysis and Design

Dormitory Allocation.
Fill the table to allocate the 46 children and 8 adults to dormitories, keeping to all the rules.

Name Number of boys Number of girls Name(s) of adult(s)


Red
Blue
Green
Purple
Orange
Yellow
White

SCORING

Fullly Correct

6 conditions to be satisfied:
• Total girls = 26
• Total boys = 20
• Total adults = four female and four male
• Total (children and adults) per dormitory is within the limit for each dormitory
• People in each dormitory are of the same gender
• At least one adult must sleep in each dormitory to which children have been allocated

Partially Correct
One or two conditions (mentioned in Code 2) violated. Violating the same condition more than
once will be counted as ONE violation only:
• Forgetting to count the adults in the tally of the number of people in each dormitory
• The number of girls and the number of boys are interchanged (no. of girls = 20, no. of
boys = 26), but everything else is correct. (Note that this counts as two conditions
violated.)
• The correct number of adults in each dormitory is given, but not their names or gender.
(Note that this violates both condition 3 and condition 5.)

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 40%


U.S.: 35%
35
Problem Solving

FREEZER
Jane bought a new upright freezer. The manual gave the following instructions:

• Connect the appliance to the power and switch the appliance on.
• You will hear the motor running now.
• A red warning light (LED) on the display will light up.
• Turn the temperature control to the desired position. Position 2 is normal.
Position Temperature
1 –15°C
2 –18°C
3 –21°C
4 –25°C
5 –32°C
• The red warning light will stay on until the freezer temperature is low enough. This
will take 1 - 3 hours, depending on the temperature you set.
• Load the freezer with food after four hours.
Jane followed these instructions, but she set the temperature control to position 4. After 4 hours,
she loaded the freezer with food.

After 8 hours, the red warning light was still on, although the motor was running and it felt cold in
the freezer.

36
Problem Solving

Question 1: FREEZER X423Q02

Question intent: Trouble Shooting

Jane wondered whether the warning light was functioning properly. Which of the following
actions and observations would suggest that the light was working properly?

Circle “Yes” or “No” for each of the three cases.

Action and Observation Does the observation suggest that the


warning light was working properly?
She put the control to position 5 and the Yes / No
red light went off.
She put the control to position 1 and the Yes / No
red light went off.
She put the control to position 1 and the Yes / No
red light stayed on.

SCORING

Correct

No, Yes, No, in that order.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 45%


U.S.: 35%

37
Problem Solving

Question 2: FREEZER X423Q01

Question intent: Trouble Shooting

Jane read the manual again to see if she had done something wrong. She found the following
six warnings:

1. Do not connect the appliance to an ungrounded power point.


2. Do not set the freezer temperatures lower than necessary (–18 oC is normal).
3. The ventilation grills should not be obstructed. This could decrease the freezing
capability of the appliance.
4. Do not freeze lettuce, radishes, grapes, whole apples and pears, or fatty meat.
5. Do not salt or season fresh food before freezing.
6. Do not open the freezer door too often.

Ignoring which of these six warnings could have caused the delay in the warning light going
out?

Circle “Yes” or “No” for each of the six warnings.

Warning Could ignoring the warning have caused a delay


in the warning light going out?
Warning 1 Yes / No

Warning 2 Yes / No

Warning 3 Yes / No

Warning 4 Yes / No

Warning 5 Yes / No

Warning 6 Yes / No

38
Problem Solving

SCORING

Fully Correct

No, Yes, Yes, No, No, Yes, in that order.

Partially Correct

One error.

Incorrect

Other responses.

Percentage of students
answering correctly in
PISA 2003:

OECD average: 50%


U.S.: 46%

39

You might also like