Compare the values using <, > or =. @
qu.8.2.blank.1=%3c@
qu.8.2.extra=%3e,%3d@
qu.8.3.mode=Blanks@
qu.8.3.name=root lt -@
qu.8.3.comment=Compare the values using <, >, or =.
| - |
|
= ${-1*sqrt($n1)} and is less than ${-1*$n2} |
@
qu.8.3.editing=useHTML@
qu.8.3.algorithm=$n2=range(5,15,1);
$n1=$n2^2+range(1,10,1);@
qu.8.3.question= Compare the values using <, > or =. @
qu.8.3.blank.1=%3c@
qu.8.3.extra=%3e,%3d@
qu.8.4.mode=Blanks@
qu.8.4.name=root gt -@
qu.8.4.comment=Compare the values using <, >, or =.
| - |
|
= ${-1*sqrt($n1)} and is greater than ${-1*$n2} |
@
qu.8.4.editing=useHTML@
qu.8.4.algorithm=$n2=range(5,15,1);
$n1=$n2^2-range(1,10,1);@
qu.8.4.question= Compare the values using <, > or =. @
qu.8.4.blank.1=%3e@
qu.8.4.extra=%3c,%3d@
qu.9.topic=9_3 Find Leg of Rt. Triangle A@
qu.9.1.question=Find the length of the missing leg of the right triangle.
Round answers to the nearest tenth when necessary.
a = ?, b = $b, c = $c
@
qu.9.1.answer.num=$a@
qu.9.1.answer.units=@
qu.9.1.showUnits=false@
qu.9.1.grading=exact_value@
qu.9.1.negStyle=minus@
qu.9.1.numStyle=thousands scientific dollars arithmetic@
qu.9.1.mode=Numeric@
qu.9.1.name=find a@
qu.9.1.comment=Find the length of the missing leg of the right triangle.
Round answers to the nearest tenth when necessary.
a = ?, b = $b, c = $c
Pythagorean Theorem
a2 + b2 = c2
Substitute
a2 + $b2 = $c2
Evaluate powers
a2 + ${$b^2} = ${$c^2}
Solve for a 2
a2 = ${$c^2-$b^2}
Take the positive square root of both sides.
@
qu.9.1.editing=useHTML@
qu.9.1.algorithm=$i=rint(5);
$a=switch($i,3,6,5,9,8);
$b=switch($i,4,8,12,12,15);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);@
qu.9.2.question=Find the length of the missing leg of the right triangle.
Round answers to the nearest tenth when necessary.
a = $a, b = ?, c = $c
@
qu.9.2.answer.num=$b@
qu.9.2.answer.units=@
qu.9.2.showUnits=false@
qu.9.2.grading=exact_value@
qu.9.2.negStyle=minus@
qu.9.2.numStyle=thousands scientific dollars arithmetic@
qu.9.2.mode=Numeric@
qu.9.2.name=find b@
qu.9.2.comment=Find the length of the missing leg of the right triangle.
Round answers to the nearest tenth when necessary.
a = $a, b = ?, c = $c
Pythagorean Theorem
a2 + b2 = c2
Substitute
$a2 + b2 = $c2
Evaluate powers
${$a^2} + b2 = ${$c^2}
Solve for b2
b2 = ${$c^2-$a^2}
Take the positive square root of both sides.
@
qu.9.2.editing=useHTML@
qu.9.2.algorithm=$i=rint(5);
$a=switch($i,3,6,5,9,8);
$b=switch($i,4,8,12,12,15);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);@
qu.10.topic=9_3 Find Hyp. of Rt. Triangle A@
qu.10.1.question=Find the length of the hypotenuse of the right triangle.
Round answers to the nearest tenth when necessary.
a = $a, b = $b, c = ?
@
qu.10.1.answer.num=$c@
qu.10.1.answer.units=@
qu.10.1.showUnits=false@
qu.10.1.grading=exact_value@
qu.10.1.negStyle=minus@
qu.10.1.numStyle=thousands scientific dollars arithmetic@
qu.10.1.mode=Numeric@
qu.10.1.name=find h@
qu.10.1.comment=Find the length of the hypotenuse of the right triangle.
Round answers to the nearest tenth when necessary.
a = $a, b = $b, c = ?
Pythagorean Theorem
a2 + b2 = c2
Substitute
$a2 + $b2 = c2
Evaluate powers
${$a^2} + ${$b^2} = c2
Add
${$a^2+$b^2} = c2
Take the positive square root of both sides.
@
qu.10.1.editing=useHTML@
qu.10.1.algorithm=$i=rint(5);
$a=switch($i,12,7,15,10,20);
$b=switch($i,16,24,20,24,21);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);@
qu.11.topic=9_3 Determine Right Triangle@
qu.11.1.mode=Multiple Selection@
qu.11.1.name=1 correct@
qu.11.1.comment=Place a check beside each set of sides of a triangle which form a right triangle.
For each triangle, use the pythagorean theorem to check if the triangle is a right triangle.
a2 + b2 = c2
a = $a, b = $b, c = $c
${$a^2} + ${$b^2} ? ${$c^2}
${$a^2+$b^2} ? ${$c^2}
The statement is true. The triangle is a right triangle.
a = $a1, b = $b1, c = $c1
${$a1^2} + ${$b1^2} ? ${$c1^2}
${$a1^2+$b1^2} ? ${$c1^2}
The statement is false. The triangle is not a right triangle.
a = $a2, b = $b2, c = $c2
${$a2^2} + ${$b2^2} ? ${$c2^2}
${$a2^2+$b2^2} ? ${$c2^2}
The statement is false. The triangle is not a right triangle.
@
qu.11.1.editing=useHTML@
qu.11.1.algorithm=$i=rint(5);
$a=switch($i,18,16,21,12,15);
$b=switch($i,24,30,28,35,36);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);
$j=rint(5);
$a1=switch($j,24,9,27,14,30);
$b1=switch($j,32,40,36,48,40);
$c1=sqrt($a1^2+$b1^2)-1;
$k=rint(5);
$a2=switch($k,24,20,28,33,40);
$b2=switch($k,45,48,45,44,42);
$c2=sqrt($a2^2+$b2^2)+1;@
qu.11.1.question=Place a check beside each set of sides of a triangle which form a right triangle.@
qu.11.1.answer=1@
qu.11.1.choice.1=a = $a, b = $b, c = $c@
qu.11.1.choice.2=a = $a1, b = $b1, c = $c1@
qu.11.1.choice.3=a = $a2, b = $b2, c = $c2@
qu.11.2.mode=Multiple Selection@
qu.11.2.name=2 correct@
qu.11.2.comment=Place a check beside each set of sides of a triangle which form a right triangle.
For each triangle, use the pythagorean theorem to check if the triangle is a right triangle.
a2 + b2 = c2
a = $a, b = $b, c = $c
${$a^2} + ${$b^2} ? ${$c^2}
${$a^2+$b^2} ? ${$c^2}
The statement is true. The triangle is a right triangle.
a = $a1, b = $b1, c = $c1
${$a1^2} + ${$b1^2} ? ${$c1^2}
${$a1^2+$b1^2} ? ${$c1^2}
The statement is true. The triangle is a right triangle.
a = $a2, b = $b2, c = $c2
${$a2^2} + ${$b2^2} ? ${$c2^2}
${$a2^2+$b2^2} ? ${$c2^2}
The statement is false. The triangle is not a right triangle.
@
qu.11.2.editing=useHTML@
qu.11.2.algorithm=$i=rint(5);
$a=switch($i,18,16,21,12,15);
$b=switch($i,24,30,28,35,36);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);
$j=rint(5);
$a1=switch($j,24,9,27,14,30);
$b1=switch($j,32,40,36,48,40);
$c1=sqrt($a1^2+$b1^2);
condition:eq(int($c1),$c1);
$k=rint(5);
$a2=switch($k,24,20,28,33,40);
$b2=switch($k,45,48,45,44,42);
$c2=sqrt($a2^2+$b2^2)+1;@
qu.11.2.question=Place a check beside each set of sides of a triangle which form a right triangle.@
qu.11.2.answer=1, 2@
qu.11.2.choice.1=a = $a, b = $b, c = $c@
qu.11.2.choice.2=a = $a1, b = $b1, c = $c1@
qu.11.2.choice.3=a = $a2, b = $b2, c = $c2@
qu.11.3.mode=Multiple Selection@
qu.11.3.name=3 correct@
qu.11.3.comment=Place a check beside each set of sides of a triangle which form a right triangle.
For each triangle, use the pythagorean theorem to check if the triangle is a right triangle.
a2 + b2 = c2
a = $a, b = $b, c = $c
${$a^2} + ${$b^2} ? ${$c^2}
${$a^2+$b^2} ? ${$c^2}
The statement is true. The triangle is a right triangle.
a = $a1, b = $b1, c = $c1
${$a1^2} + ${$b1^2} ? ${$c1^2}
${$a1^2+$b1^2} ? ${$c1^2}
The statement is true. The triangle is a right triangle.
a = $a2, b = $b2, c = $c2
${$a2^2} + ${$b2^2} ? ${$c2^2}
${$a2^2+$b2^2} ? ${$c2^2}
The statement is true. The triangle is a right triangle.
@
qu.11.3.editing=useHTML@
qu.11.3.algorithm=$i=rint(5);
$a=switch($i,18,16,21,12,15);
$b=switch($i,24,30,28,35,36);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);
$j=rint(5);
$a1=switch($j,24,9,27,14,30);
$b1=switch($j,32,40,36,48,40);
$c1=sqrt($a1^2+$b1^2);
condition:eq(int($c1),$c1);
$k=rint(5);
$a2=switch($k,24,20,28,33,40);
$b2=switch($k,45,48,45,44,42);
$c2=sqrt($a2^2+$b2^2);
condition:eq(int($c2),$c2);@
qu.11.3.question=Place a check beside each set of sides of a triangle which form a right triangle.@
qu.11.3.answer=1, 2, 3@
qu.11.3.choice.1=a = $a, b = $b, c = $c@
qu.11.3.choice.2=a = $a1, b = $b1, c = $c1@
qu.11.3.choice.3=a = $a2, b = $b2, c = $c2@
qu.12.topic=9_3 Find Leg of Rt. Triangle B@
qu.12.1.question=
Determine the missing length.
Round to the nearest tenth if necessary.
@
qu.12.1.answer.num=$a@
qu.12.1.answer.units=cm@
qu.12.1.showUnits=true@
qu.12.1.grading=exact_value@
qu.12.1.negStyle=minus@
qu.12.1.numStyle=thousands scientific dollars arithmetic@
qu.12.1.mode=Numeric@
qu.12.1.name=Triangle 1@
qu.12.1.comment=
Determine the missing length.
Round to the nearest tenth if necessary.
Use the pythagorean theorem.
a2 + b2 = c2
Substitute
a2 + $b2 = $c2
Evaluate powers
a2 + ${$b^2} = ${$c^2}
Solve for a 2
a2 = ${$c^2-$b^2}
Take the positive square root of both sides.
| a = |
|
= $a and the units will be $u |
@
qu.12.1.editing=useHTML@
qu.12.1.algorithm=$b=range(10,25,1);
$c=range($b+2,$b+10,1);
$a=decimal(1,sqrt($c^2-$b^2));
condition:ne(int($a),$a);
$u="cm";@
qu.12.2.question=
Determine the missing length.
Round to the nearest tenth if necessary.
@
qu.12.2.answer.num=$a@
qu.12.2.answer.units=ft@
qu.12.2.showUnits=true@
qu.12.2.grading=exact_value@
qu.12.2.negStyle=minus@
qu.12.2.numStyle=thousands scientific dollars arithmetic@
qu.12.2.mode=Numeric@
qu.12.2.name=Triangle 2@
qu.12.2.comment=
Determine the missing length.
Round to the nearest tenth if necessary.
Use the pythagorean theorem.
a2 + b2 = c2
Substitute
a2 + $b2 = $c2
Evaluate powers
a2 + ${$b^2} = ${$c^2}
Solve for a 2
a2 = ${$c^2-$b^2}
Take the positive square root of both sides.
| a = |
|
= $a and the units will be $u |
@
qu.12.2.editing=useHTML@
qu.12.2.algorithm=$b=range(10,25,1);
$c=range($b+2,$b+10,1);
$a=decimal(1,sqrt($c^2-$b^2));
condition:ne(int($a),$a);
$u="ft";@
qu.12.3.question=
Determine the missing length.
Round to the nearest tenth if necessary.
@
qu.12.3.answer.num=$a@
qu.12.3.answer.units=m@
qu.12.3.showUnits=true@
qu.12.3.grading=exact_value@
qu.12.3.negStyle=minus@
qu.12.3.numStyle=thousands scientific dollars arithmetic@
qu.12.3.mode=Numeric@
qu.12.3.name=Opp Leg Triangle 1@
qu.12.3.comment=
Determine the missing length.
Round to the nearest tenth if necessary.
Use the pythagorean theorem.
a2 + b2 = c2
Substitute
a2 + $b2 = $c2
Evaluate powers
a2 + ${$b^2} = ${$c^2}
Solve for a 2
a2 = ${$c^2-$b^2}
Take the positive square root of both sides.
| a = |
|
= $a and the units will be $u |
@
qu.12.3.editing=useHTML@
qu.12.3.algorithm=$b=range(10,25,1);
$c=range($b+2,$b+10,1);
$a=decimal(1,sqrt($c^2-$b^2));
condition:ne(int($a),$a);
$u="m";@
qu.12.4.question=
Determine the missing length.
Round to the nearest tenth if necessary.
@
qu.12.4.answer.num=$a@
qu.12.4.answer.units=yd@
qu.12.4.showUnits=true@
qu.12.4.grading=exact_value@
qu.12.4.negStyle=minus@
qu.12.4.numStyle=thousands scientific dollars arithmetic@
qu.12.4.mode=Numeric@
qu.12.4.name=Opp Leg Triangle 2@
qu.12.4.comment=
Determine the missing length.
Round to the nearest tenth if necessary.
Use the pythagorean theorem.
a2 + b2 = c2
Substitute
a2 + $b2 = $c2
Evaluate powers
a2 + ${$b^2} = ${$c^2}
Solve for a 2
a2 = ${$c^2-$b^2}
Take the positive square root of both sides.
| a = |
|
= $a and the units will be $u |
@
qu.12.4.editing=useHTML@
qu.12.4.algorithm=$b=range(10,25,1);
$c=range($b+2,$b+10,1);
$a=decimal(1,sqrt($c^2-$b^2));
condition:ne(int($a),$a);
$u="yd";@
qu.13.topic=9_3 Find Hyp. of Rt. Triangle B@
qu.13.1.question=
Determine the missing length.
Round to the nearest tenth if necessary.
@
qu.13.1.answer.num=$c@
qu.13.1.answer.units=mm@
qu.13.1.showUnits=true@
qu.13.1.grading=exact_value@
qu.13.1.negStyle=minus@
qu.13.1.numStyle=thousands scientific dollars arithmetic@
qu.13.1.mode=Numeric@
qu.13.1.name=triangle 1@
qu.13.1.comment=
Determine the missing length.
Round to the nearest tenth if necessary.
Pythagorean Theorem
a2 + b2 = c2
Substitute
$a2 + $b2 = c2
Evaluate powers
${$a^2} + ${$b^2} = c2
Add
${$a^2+$b^2} = c2
Take the positive square root of both sides.
| c = |
|
= $c and the units would be $u |
@
qu.13.1.editing=useHTML@
qu.13.1.algorithm=$a=range(10,25,1);
$b=range(10,25,1);
$c=decimal(1,sqrt($a^2+$b^2));
condition:ne(int($c),$c);
$u="mm";@
qu.13.2.question=
Determine the missing length.
Round to the nearest tenth if necessary.
@
qu.13.2.answer.num=$c@
qu.13.2.answer.units=in@
qu.13.2.showUnits=true@
qu.13.2.grading=exact_value@
qu.13.2.negStyle=minus@
qu.13.2.numStyle=thousands scientific dollars arithmetic@
qu.13.2.mode=Numeric@
qu.13.2.name=triangle 2@
qu.13.2.comment=
Determine the missing length.
Round to the nearest tenth if necessary.
Pythagorean Theorem
a2 + b2 = c2
Substitute
$a2 + $b2 = c2
Evaluate powers
${$a^2} + ${$b^2} = c2
Add
${$a^2+$b^2} = c2
Take the positive square root of both sides.
| c = |
|
= $c and the units would be $u |
@
qu.13.2.editing=useHTML@
qu.13.2.algorithm=$a=range(10,25,1);
$b=range(10,25,1);
$c=decimal(1,sqrt($a^2+$b^2));
condition:ne(int($c),$c);
$u="in";@
qu.14.topic=9_4 Determine Pythagorean Triple@
qu.14.1.mode=Multiple Selection@
qu.14.1.name=1 correct@
qu.14.1.comment=Place a check beside each set of numbers which form a pythagorean triple.
For each set of numbers, use the pythagorean theorem to check if The set of numbers is a pythagorean triple.
a2 + b2 = c2
$a, $b, $c
${$a^2} + ${$b^2} ? ${$c^2}
${$a^2+$b^2} ? ${$c^2}
The statement is true. The numbers form a pythagorean triple.
$a1, $b1, $c1
${$a1^2} + ${$b1^2} ? ${$c1^2}
${$a1^2+$b1^2} ? ${$c1^2}
The statement is false. The numbers do not form a pythagorean triple.
$a2, $b2, $c2
${$a2^2} + ${$b2^2} ? ${$c2^2}
${$a2^2+$b2^2} ? ${$c2^2}
The statement is false. The numbers do not form a pythagorean triple.
@
qu.14.1.editing=useHTML@
qu.14.1.algorithm=$i=rint(5);
$a=switch($i,18,16,21,12,15);
$b=switch($i,24,30,28,35,36);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);
$j=rint(5);
$a1=switch($j,24,9,27,14,30);
$b1=switch($j,32,40,36,48,40);
$c1=sqrt($a1^2+$b1^2)-1;
$k=rint(5);
$a2=switch($k,24,20,28,33,40);
$b2=switch($k,45,48,45,44,42);
$c2=sqrt($a2^2+$b2^2)+1;@
qu.14.1.question=Place a check beside each set of numbers which form a pythagorean triple.@
qu.14.1.answer=1@
qu.14.1.choice.1=$a, $b, $c@
qu.14.1.choice.2=$a1, $b1, $c1@
qu.14.1.choice.3=$a2, $b2, $c2@
qu.14.2.mode=Multiple Selection@
qu.14.2.name=2 correct@
qu.14.2.comment=Place a check beside each set of numbers which form a pythagorean triple.
For each set of numbers, use the pythagorean theorem to check if The set of numbers is a pythagorean triple.
a2 + b2 = c2
$a, $b, $c
${$a^2} + ${$b^2} ? ${$c^2}
${$a^2+$b^2} ? ${$c^2}
The statement is true. The numbers form a pythagorean triple.
$a1, $b1, $c1
${$a1^2} + ${$b1^2} ? ${$c1^2}
${$a1^2+$b1^2} ? ${$c1^2}
The statement is true. The set of numbers is a pythagorean triple.
$a2, $b2, $c2
${$a2^2} + ${$b2^2} ? ${$c2^2}
${$a2^2+$b2^2} ? ${$c2^2}
The statement is false. The numbers do not form a pythagorean triple.
@
qu.14.2.editing=useHTML@
qu.14.2.algorithm=$i=rint(5);
$a=switch($i,18,16,21,12,15);
$b=switch($i,24,30,28,35,36);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);
$j=rint(5);
$a1=switch($j,24,9,27,14,30);
$b1=switch($j,32,40,36,48,40);
$c1=sqrt($a1^2+$b1^2);
condition:eq(int($c1),$c1);
$k=rint(5);
$a2=switch($k,24,20,28,33,40);
$b2=switch($k,45,48,45,44,42);
$c2=sqrt($a2^2+$b2^2)+1;@
qu.14.2.question=Place a check beside each set of numbers which form a pythagorean triple.@
qu.14.2.answer=1, 2@
qu.14.2.choice.1=$a, $b, $c@
qu.14.2.choice.2=$a1, $b1, $c1@
qu.14.2.choice.3=$a2, $b2, $c2@
qu.14.3.mode=Multiple Selection@
qu.14.3.name=3 correct@
qu.14.3.comment=Place a check beside each set of numbers which form a pythagorean triple.
For each set of numbers, use the pythagorean theorem to check if The set of numbers is a pythagorean triple.
a2 + b2 = c2
$a, $b, $c
${$a^2} + ${$b^2} ? ${$c^2}
${$a^2+$b^2} ? ${$c^2}
The statement is true. The numbers form a pythagorean triple.
$a1, $b1, $c1
${$a1^2} + ${$b1^2} ? ${$c1^2}
${$a1^2+$b1^2} ? ${$c1^2}
The statement is true. The set of numbers is a pythagorean triple.
$a2, $b2, $c2
${$a2^2} + ${$b2^2} ? ${$c2^2}
${$a2^2+$b2^2} ? ${$c2^2}
The statement is true. The set of numbers is a pythagorean triple.
@
qu.14.3.editing=useHTML@
qu.14.3.algorithm=$i=rint(5);
$a=switch($i,18,16,21,12,15);
$b=switch($i,24,30,28,35,36);
$c=sqrt($a^2+$b^2);
condition:eq(int($c),$c);
$j=rint(5);
$a1=switch($j,24,9,27,14,30);
$b1=switch($j,32,40,36,48,40);
$c1=sqrt($a1^2+$b1^2);
condition:eq(int($c1),$c1);
$k=rint(5);
$a2=switch($k,24,20,28,33,40);
$b2=switch($k,45,48,45,44,42);
$c2=sqrt($a2^2+$b2^2);
condition:eq(int($c2),$c2);@
qu.14.3.question=Place a check beside each set of numbers which form a pythagorean triple.@
qu.14.3.answer=1, 2, 3@
qu.14.3.choice.1=$a, $b, $c@
qu.14.3.choice.2=$a1, $b1, $c1@
qu.14.3.choice.3=$a2, $b2, $c2@
qu.15.topic=9_4 Perimeter and Area A@
qu.15.1.mode=Inline@
qu.15.1.name=missing hypotenuse@
qu.15.1.comment=Find the perimeter and area of the triangle with sides a = $a, b = $b, and c = ?.
Answers should be accurate to the tenths place.
Enter square units such as m2 with a ^ as m^2
Find the hypotenuse.
a2 + b2 = c2
$a2 + $b2 = c2
${$a^2} + ${$b^2} = c2
${$a^2+$b^2} = c2
Perimeter is the sum of all of the sides.
P = $a $u + $b $u + $c $u = $p $u
A = ½ • base • height
A = ½ • $a $u • $b $u = $area $u^2
@
qu.15.1.editing=useHTML@
qu.15.1.algorithm=$a=range(10,25,1);
$b=range(10,25,1);
$c=decimal(1,sqrt($a^2+$b^2));
$u="cm";
$p=$a+$b+$c;
$area=.5*$a*$b;@
qu.15.1.weighting=1,1@
qu.15.1.numbering=alpha@
qu.15.1.part.1.name=$p cm@
qu.15.1.part.1.answer.units=cm@
qu.15.1.part.1.numStyle=thousands scientific arithmetic@
qu.15.1.part.1.editing=useHTML@
qu.15.1.part.1.showUnits=true@
qu.15.1.part.1.question=(Unset)@
qu.15.1.part.1.mode=Numeric@
qu.15.1.part.1.grading=exact_value@
qu.15.1.part.1.negStyle=minus@
qu.15.1.part.1.answer.num=$p@
qu.15.1.part.2.name=$area cm^2@
qu.15.1.part.2.answer.units=cm^2@
qu.15.1.part.2.numStyle=thousands scientific arithmetic@
qu.15.1.part.2.editing=useHTML@
qu.15.1.part.2.showUnits=true@
qu.15.1.part.2.question=(Unset)@
qu.15.1.part.2.mode=Numeric@
qu.15.1.part.2.grading=exact_value@
qu.15.1.part.2.negStyle=minus@
qu.15.1.part.2.answer.num=$area@
qu.15.1.question=
Find the perimeter and area of the triangle with sides a
= $a $u, b = $b $u, and c =
?.
Answers should be accurate to the tenths place.
Enter
square units such as m2 with a ^ as m^2
Perimeter = <1>
Area = <2>
@
qu.15.2.mode=Inline@
qu.15.2.name=missing leg@
qu.15.2.comment=Find the perimeter and area of the triangle with sides a = ?, b = $b, and c = $c.
Round to the nearest tenth if necessary.
Enter square units such as m2 with a ^ as m^2
Find the missing side.
a2 + b2 = c2
a2 + $b2 = $c2
a2 + ${$b^2} = ${$c^2}
a2 = ${$c^2-$b^2}
| a = |
|
= $a and the units will be $u |
Perimeter is the sum of all of the sides.
P = $a $u + $b $u + $c $u = $p $u
A = ½ • base • height
A = ½ • $a $u • $b $u = $area $u^2
@
qu.15.2.editing=useHTML@
qu.15.2.algorithm=$b=range(10,25,1);
$c=$b+range(5,$b-2,1);
$a=decimal(1,sqrt($c^2-$b^2));
$u="ft";
$p=$a+$b+$c;
$area=decimal(1,.5*$a*$b);@
qu.15.2.weighting=1,1@
qu.15.2.numbering=alpha@
qu.15.2.part.1.name=$p ft@
qu.15.2.part.1.answer.units=ft@
qu.15.2.part.1.numStyle=thousands scientific arithmetic@
qu.15.2.part.1.editing=useHTML@
qu.15.2.part.1.showUnits=true@
qu.15.2.part.1.question=(Unset)@
qu.15.2.part.1.mode=Numeric@
qu.15.2.part.1.grading=exact_value@
qu.15.2.part.1.negStyle=minus@
qu.15.2.part.1.answer.num=$p@
qu.15.2.part.2.name=$area ft^2@
qu.15.2.part.2.answer.units=ft^2@
qu.15.2.part.2.numStyle=thousands scientific arithmetic@
qu.15.2.part.2.editing=useHTML@
qu.15.2.part.2.showUnits=true@
qu.15.2.part.2.question=(Unset)@
qu.15.2.part.2.mode=Numeric@
qu.15.2.part.2.grading=exact_value@
qu.15.2.part.2.negStyle=minus@
qu.15.2.part.2.answer.num=$area@
qu.15.2.question=
Find the perimeter and area of the triangle with sides a
= ?, b = $b $u , and c = $c $u .
Round to the
nearest tenth if necessary.
Enter square units such as m2
with a ^ as m^2
Perimeter = <1>
Area = <2>
@
qu.16.topic=9_4 Perimeter and Area B@
qu.16.1.mode=Inline@
qu.16.1.name=Missing leg@
qu.16.1.comment=
Find the perimeter and area of the triangle.
Round to the nearest tenth if necessary.
Find the missing side.
a2 + b2 = c2
a2 + $b2 = $c2
a2 + ${$b^2} = ${$c^2}
a2 = ${$c^2-$b^2}
| a = |
|
= $a and the units will be $u |
Perimeter is the sum of all of the sides.
P = $a $u + $b $u + $c $u = $p $u
A = ½ • base • height
A = ½ • $a $u • $b $u = $area $u^2
@
qu.16.1.editing=useHTML@
qu.16.1.algorithm=$b=range(10,25,1);
$c=$b+range(5,$b-2,1);
$a=decimal(1,sqrt($c^2-$b^2));
$u="in";
$p=$a+$b+$c;
$area=decimal(1,.5*$a*$b);@
qu.16.1.weighting=1,1@
qu.16.1.numbering=alpha@
qu.16.1.part.1.name=$p in@
qu.16.1.part.1.answer.units=in@
qu.16.1.part.1.numStyle=thousands scientific arithmetic@
qu.16.1.part.1.editing=useHTML@
qu.16.1.part.1.showUnits=true@
qu.16.1.part.1.question=(Unset)@
qu.16.1.part.1.mode=Numeric@
qu.16.1.part.1.grading=exact_value@
qu.16.1.part.1.negStyle=minus@
qu.16.1.part.1.answer.num=$p@
qu.16.1.part.2.name=$area in^2@
qu.16.1.part.2.answer.units=in^2@
qu.16.1.part.2.numStyle=thousands scientific arithmetic@
qu.16.1.part.2.editing=useHTML@
qu.16.1.part.2.showUnits=true@
qu.16.1.part.2.question=(Unset)@
qu.16.1.part.2.mode=Numeric@
qu.16.1.part.2.grading=exact_value@
qu.16.1.part.2.negStyle=minus@
qu.16.1.part.2.answer.num=$area@
qu.16.1.question=
Find the perimeter and area of the triangle.
Round
to the nearest tenth if necessary.
Enter square units such as m2
with a ^ as m^2
Perimeter = <1>
Area = <2>
@
qu.16.2.mode=Inline@
qu.16.2.name=missing hypotenuse@
qu.16.2.comment=
Find the perimeter and area of the triangle.
Answers should be accurate to the tenths place.
Enter square units such as m2 with a ^ as m^2
Find the hypotenuse.
a2 + b2 = c2
$a2 + $b2 = c2
${$a^2} + ${$b^2} = c2
${$a^2+$b^2} = c2
Perimeter is the sum of all of the sides.
P = $a $u + $b $u + $c $u = $p $u
A = ½ • base • height
A = ½ • $a $u • $b $u = $area $u^2
@
qu.16.2.editing=useHTML@
qu.16.2.algorithm=$a=range(10,25,1);
$b=range(10,25,1);
$c=decimal(1,sqrt($a^2+$b^2));
$u="m";
$p=$a+$b+$c;
$area=.5*$a*$b;@
qu.16.2.weighting=1,1@
qu.16.2.numbering=alpha@
qu.16.2.part.1.name=$p m@
qu.16.2.part.1.answer.units=m@
qu.16.2.part.1.numStyle=thousands scientific arithmetic@
qu.16.2.part.1.editing=useHTML@
qu.16.2.part.1.showUnits=true@
qu.16.2.part.1.question=(Unset)@
qu.16.2.part.1.mode=Numeric@
qu.16.2.part.1.grading=exact_value@
qu.16.2.part.1.negStyle=minus@
qu.16.2.part.1.answer.num=$p@
qu.16.2.part.2.name=$area m^2@
qu.16.2.part.2.answer.units=m^2@
qu.16.2.part.2.numStyle=thousands scientific arithmetic@
qu.16.2.part.2.editing=useHTML@
qu.16.2.part.2.showUnits=true@
qu.16.2.part.2.question=(Unset)@
qu.16.2.part.2.mode=Numeric@
qu.16.2.part.2.grading=exact_value@
qu.16.2.part.2.negStyle=minus@
qu.16.2.part.2.answer.num=$area@
qu.16.2.question=
Find the perimeter and area of the triangle.
Answers
should be accurate to the tenths place.
Enter square units such as m2
with a ^ as m^2
Perimeter = <1>
Area = <2>
@
qu.17.topic=9_4 Perimeter and Area C@
qu.17.1.question=Find the perimeter of the triangle.
Round all decimals to 1 decimal place where necessary.
Area = $area $u2, a = $a $u
@
qu.17.1.answer.num=$p@
qu.17.1.answer.units=m@
qu.17.1.showUnits=true@
qu.17.1.grading=exact_value@
qu.17.1.negStyle=minus@
qu.17.1.numStyle=thousands scientific dollars arithmetic@
qu.17.1.mode=Numeric@
qu.17.1.name=Perimeter given area@
qu.17.1.comment=Find the perimeter of the triangle.
Round all decimals to 1 decimal place where necessary.
Area = $area $u2, a = $a $u
Use the area to find side b.
Area = ½
• base • height
$area $u2 = ½ • $a $u • b
$area $u2 = ${.5*$a} $u • b
$b $u = b
Find the hypotenuse.
a2 + b2 = c2
$a2 + $b2 = c2
${$a^2} + ${$b^2} = c2
${$a^2+$b^2} = c2
Perimeter = sum of all of the sides
P = $a $u + $b $u + $c $u
P = $p $u
@
qu.17.1.editing=useHTML@
qu.17.1.algorithm=$a=range(3,8,1);
$area=range(20,40,1);
$b=decimal(1,2*$area/$a);
$c=decimal(1,sqrt($a^2+$b^2));
$p=$a+$b+$c;
$u="m";@
qu.18.topic=9_4 Word Problems@
qu.18.1.question=A $a ft vertical pole has a wire running from the top of the pole to a point on the ground $b ft from the base of the pole. The cable must be ordered by the foot. How many feet will be required?
@
qu.18.1.answer.num=$ans@
qu.18.1.answer.units=@
qu.18.1.showUnits=false@
qu.18.1.grading=exact_value@
qu.18.1.negStyle=minus@
qu.18.1.numStyle=thousands scientific dollars arithmetic@
qu.18.1.mode=Numeric@
qu.18.1.name=pole@
qu.18.1.comment=A $a ft vertical pole has a wire running from the top of the pole to a point on the ground $b ft from the base of the pole. The cable must be ordered by the foot. How many feet will be required?
 |
The height h of the pole is $a ft. The distance b from the base of the pole is $b ft. The cable length c is the hypotenuse of the right triangle. Use the Pythagorean theorem to find the length of the cable c.
Find the hypotenuse.
a2 + b2 = c2
$a2 + $b2 = c2
${$a^2} + ${$b^2} = c2
${$a^2+$b^2} = c2
c = $c ft
The length of the must be in whole feet longer than the distance from the top of the pole to the ground. $ans ft must be purchased. |
@
qu.18.1.editing=useHTML@
qu.18.1.algorithm=$a=range(15,35,1);
$b=range(8,12,1);
$c=sqrt($a^2+$b^2);
condition:ne(int($c),$c);
$ans=int($c)+1;@
qu.18.2.question=
 |
Surveyors are trying to estimate the area of Welkerville Lake shown in the diagram at the left. The length of W Shore Dr. is $a ft. The length of S Shore Dr. is $b ft. To the nearest square foot, what is the area of the lake?
|
@
qu.18.2.answer.num=$ans@
qu.18.2.answer.units=@
qu.18.2.showUnits=false@
qu.18.2.grading=exact_value@
qu.18.2.negStyle=minus@
qu.18.2.numStyle=thousands scientific dollars arithmetic@
qu.18.2.mode=Numeric@
qu.18.2.name=lake@
qu.18.2.comment=
 |
Surveyors are trying to estimate the area of Welkerville Lake shown in the diagram at the left. The length of W Shore Dr. is $a ft. The length of S Shore Dr. is $b ft. To the nearest square foot, what is the area of the lake?
Area = ½ • base • height
Area = ½ • $b • $a
Area = ${.5*$b*$a}
To the nearest square foot, the lake is $ans ft2 |
@
qu.18.2.editing=useHTML@
qu.18.2.algorithm=$a=range(3000,4000,10);
$b=range(5000,6000,10);
$ans=decimal(0,.5*$a*$b);@
qu.18.3.question=
 |
A balloon is tethered to the ground by a $c m rope. The wind is blowing the balloon to the side. An observer measures the distance from the point where the rope attaches to the ground to a point directly under the balloon to be $b m. To the nearest tenth of a meter, how high above the ground is the balloon?
|
@
qu.18.3.answer.num=$ans@
qu.18.3.answer.units=@
qu.18.3.showUnits=false@
qu.18.3.grading=exact_value@
qu.18.3.negStyle=minus@
qu.18.3.numStyle=thousands scientific dollars arithmetic@
qu.18.3.mode=Numeric@
qu.18.3.name=balloon@
qu.18.3.comment=
 |
A balloon is tethered to the ground by a $c m rope. The wind is blowing the balloon to the side. An observer measures the distance from the point where the rope attaches to the ground to a point directly under the balloon to be $b m. To the nearest tenth of a meter, how high above the ground is the balloon?
Find the height.
a2 + b2 = c2
a2 + $b2 = $c2
a2 + ${$b^2} = ${$c^2}
a2 = ${$c^2-$b^2}
a = $ans m |
@
qu.18.3.editing=useHTML@
qu.18.3.algorithm=$c=range(10,30,2);
$b=range(2,$c/3,.1);
$ans=decimal(1,sqrt($c^2-$b^2));@