From 53eedb9e074dbe4874457cb67057334782d566b0 Mon Sep 17 00:00:00 2001 From: Sarah Third Date: Tue, 5 Nov 2024 16:02:05 -0800 Subject: [PATCH] Removing old snapshot --- .../__snapshots__/input-number.test.ts.snap | 495 ------------------ 1 file changed, 495 deletions(-) delete mode 100644 packages/perseus/src/widgets/input-number/__snapshots__/input-number.test.ts.snap diff --git a/packages/perseus/src/widgets/input-number/__snapshots__/input-number.test.ts.snap b/packages/perseus/src/widgets/input-number/__snapshots__/input-number.test.ts.snap deleted file mode 100644 index d9d3651a3a..0000000000 --- a/packages/perseus/src/widgets/input-number/__snapshots__/input-number.test.ts.snap +++ /dev/null @@ -1,495 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`rendering supports mobile rendering: mobile render 1`] = ` -
-
-
-
- Akshat works in a hospital lab. -
-
-
-
- To project blood quantities, he wants to know the probability that more than - - - - 1 - - - - of the next - - - - 7 - - - - donors will have type-A blood. From his previous work, Sorin knows that - - - - \\dfrac14 - - - - of donors have type-A blood. -
-
-
-
- Akshat uses a computer to produce many samples that simulate the next - - - - 7 - - - - donors. The first - - - - 8 - - - - samples are shown in the table below where " - - - - \\text{\\red{A}} - - - - " represents a donor - - with - - type-A blood, and " - - - - \\text{\\blue{Z}} - - - - " represents a donor - - without - - type-A blood. -
-
-
-
- - Based on the samples below, estimate the probability that more than - - - - 1 - - - - of the next - - - - 7 - - - - donors will have type-A blood. - - If necessary, round your answer to the nearest hundredth. -
-
-
-
- - - -
-
-
-
-
-
-
-
- - Note: This a small sample to practice with. A larger sample could give a much better estimate. - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Sample - -
- - - - 1 - - - - - - - - \\text{\\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\red{A}, \\blue{Z}, \\blue{Z}} - - - -
- - - - 2 - - - - - - - - \\text{\\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}} - - - -
- - - - 3 - - - - - - - - \\text{\\blue{Z}, \\blue{Z}, \\red{A}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}} - - - -
- - - - 4 - - - - - - - - \\text{\\red{A}, \\red{A}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}} - - - -
- - - - 5 - - - - - - - - \\text{\\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\red{A}, \\red{A}} - - - -
- - - - 6 - - - - - - - - \\text{\\blue{Z}, \\red{A}, \\red{A}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}} - - - -
- - - - 7 - - - - - - - - \\text{\\blue{Z}, \\red{A}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\red{A}, \\blue{Z}} - - - -
- - - - 8 - - - - - - - - \\text{\\blue{Z}, \\blue{Z}, \\blue{Z}, \\blue{Z}, \\red{A}, \\blue{Z}, \\blue{Z}} - - - -
-
-
-
-`;