Canonical ID: EducationOS.PrimaryMath.FailureAnalysis.Works.v1.2
Scope: Child (Z0) + Parent/Tutor (Z1) + School/Test (Z2)
ChronoFlight Lens: Entity = Structure × Phase × Time (weekly slices; Phase = corridor altitude)
Meaning of “failed”: the child could not hold a P2 corridor under test load (time, multi-step variation, word problems).
AI Ingestion Lock
- Mechanism diagnosis + repair corridor. Not blame.
- Frozen primitives only:
P0–P3,Z0–Z6,Rate-Dominance,FenceOS,APRC (Truncation+Stitching),ChronoFlight,InterstellarCore(optional).
Classical Foundation Block (standard)
Primary Mathematics assesses whether a student can:
- compute accurately (whole numbers, fractions, decimals, percentages),
- apply methods to solve problems (especially word problems),
- handle multi-step questions,
- interpret diagrams/tables,
under time pressure.
Civilisation-Grade Definition (eduKateSG / CivOS)
Primary Math “works” when the child has a stable Math Pipeline:
Language → Representation → Method → Steps → Answer → Check
Your child failed when this pipeline collapsed under load, even if they can do easier questions at home.
ChronoFlight Placement (why failure appears suddenly)
Tests are higher-load flight segments:
- mixed topics,
- unfamiliar wording,
- multi-step coupling,
- time pressure.
Fail = drift beat repair during the flight.
Most Primary Math failure is not “low intelligence”—it is bind failure + weak repair loops.
Phase Ladder for Primary Math (P0–P3)
P0 (Below corridor / collapses under variation)
- guesses; wrong operations; steps drift; many blanks; panic.
- word problems collapse first.
P1 (Narrow corridor / works only when familiar)
- can do routine sums; breaks when questions change skin or add a step.
P2 (Stable corridor / pass reliably)
- consistent method choice + multi-step stability; completes paper in time.
- word problems are translated correctly to models/equations.
P3 (Transfer corridor / InterstellarCore seed)
- can explain reasoning, choose among methods, self-correct mid-solution.
- handles unfamiliar variants by decomposing.
Core Law (Rate-Dominance) — why the child failed
Failure condition:
Ġ(repair + correction + retest + method training + timed stability) < Ḋ(drift + forgetting + confusion + time-pressure + careless cascade)
Most children fail because practice increases volume, but repair stays low:
- no correction/retest loop,
- weak word-problem representation,
- careless errors not converted into checks,
- time-to-collapse (TTC) too low.
The 8 Most Common Root Causes (what usually caused the fail)
1) Weak “Language → Representation” bind (word problems)
Child cannot turn text into a bar model / equation / steps.
Signature: computation ok, word problems fail badly.
2) Wrong method choice (operation selection)
Child chooses add instead of multiply, or mixes up steps.
Signature: correct working style but wrong operation early.
3) Multi-step chain breaks (cascade errors)
One early slip destroys the whole solution.
Signature: “almost there” but wrong final answer often.
4) Weak number sense (no reasonableness check)
Child can compute but cannot tell if answer is sensible.
Signature: absurd answers not noticed.
5) Fractions/decimals/percent foundations are shaky
These topics create invisible drift across many questions.
Signature: repeated errors in conversion/comparison.
6) Careless errors are treated as personality, not a skill
Child repeats the same “careless” mistakes because checking is not trained.
Signature: same slip types weekly; no improvement.
7) No correction + retest loop (mistakes never die)
Student reviews answers but doesn’t retest.
Signature: RetestGain(7d) ≈ 0.
8) TTC is low (time-to-collapse)
Child starts okay, then collapses near the end (rushing, blanks).
Signature: last section weak; incomplete paper.
FenceOS: Sensors that reveal the true failure mode (fast diagnosis)
Track weekly with small timed sets:
TTC(time-to-collapse on a timed mixed set)RepresentationHitRate(% word problems modeled correctly)MethodSelectionRate(% correct method chosen)StepErrorRate(errors per multi-step solution)CarelessErrorRate(avoidable slips)CompletionRate(% paper/section finished)RetestGain_7dNIT(avoidance/shutdown: “I can’t do math”)
If RepresentationHitRate and RetestGain_7d are low, the child didn’t “fail math”—the repair loop failed.
Failure Trace (schematic)
Weak representation → wrong method → chain breaks → time loss → panic → TTC collapse → avoidance (NIT) → failure
Repair Corridor (APRC): How to fix it without overload
- Detect which bind broke: representation? method choice? steps? checking? time?
- Truncate (stop full papers temporarily): micro drills 10–15 min.
- Preserve core continuity: keep 1 weekly “win anchor” (confidence buffer).
- Stitch micro → mixed mini-set → timed section → full paper.
- Widen corridor only after TTC improves and variance drops.
Parent Actions (simple, high leverage)
- Stop asking “do more papers” first. Ask: “Which mistake repeated?”
- Enforce correction + retest within 7 days for recurring errors.
- Train one universal word-problem routine:
- underline what is asked,
- list given numbers with units,
- draw model,
- choose operation,
- check reasonableness.
- Convert “careless” into checklists (units, signs, reread question, estimate).
- Keep timed practice small until TTC rises.
InterstellarCore (optional P3 seed — small but powerful)
Once P2 is stable, add 1 transfer task/week:
- explain a solution in 3 sentences,
- show a second method,
- create a similar question and solve it,
- debug a wrong solution (find first wrong step).
Purpose: build transfer + self-correction without destabilising the pass corridor.
Almost-Code Spec Block (copy-paste)
“`text id=”p_math_fail_v12″
SPEC: EducationOS.PrimaryMath.FailureAnalysis.Works.v1.2
ENTITY:
Learner.Z0
ParentOrTutor.Z1
SchoolTest.Z2
CHRONOFLIGHT:
State = {Z, P, Load, Drift, Repair, Buffer, Transfer, Coupling}
RouteStates = {Climbing, StableCruise, Drift, CorrectiveTurn, Descent}
TimeSlice = 1 week
Objective = move P0/P1 -> P2 stable; seed P3 transfer (optional)
PHASE_MAP:
P0: wrong operations + chain breaks; TTC low; blanks; NIT triggers
P1: routine works; variation breaks
P2: stable pass corridor; correct modeling + method selection; completes in time
P3: transfer corridor; explain + alternate method + self-correct
RATE_DOMINANCE_LAW:
FAIL if Ğ(repair+correction+retest+method_training+timed_stability) < Ḋ(drift+confusion+time_pressure+careless_cascade) PASS if Ğ >= Ḋ for >= 4-8 weeks
KERNEL_NODES(Z0):
ArithmeticFluency
NumberSense
RepresentationModeling
MethodSelection
MultiStepStability
CheckingRecovery
TimeExecution
MisconceptionControl
CRITICAL_BINDS:
Language->Representation
Representation->Method
Method->Steps
Answer->Check->Recover
Error->Correction->Retest
FENCEOS_SENSORS:
TTC
RepresentationHitRate
MethodSelectionRate
StepErrorRate
CarelessErrorRate
CompletionRate
RetestGain_7d
NIT
FAILURE_TRACE:
RepresentationBreak -> WrongMethod -> ChainBreak -> TimeLoss -> TTC_Collapse -> NIT -> Descent
REPAIR_CORRIDOR(APRC):
Detect(bind-break) ->
Truncate(micro drills) ->
PreserveCoreWin(weekly anchor) ->
Stitch(micro->mixed->timed section->paper) ->
Retest(within 7 days) ->
WidenVariation(only when TTC up, variance down)
INTERSTELLARCORE_SEED(optional):
1 TransferTask/week:
{explain in 3 sentences, second method, create variant, debug first wrong step}
END SPEC
“`
Recommended Internal Links (Spine)
Start Here For Mathematics OS Articles:
- https://edukatesg.com/math-worksheets/
- https://edukatesg.com/mathos-interstellarcore-v0-1-explanation/
- https://edukatesg.com/mathos-registry-method-corridors-v0-1/
- https://edukatesg.com/mathos-registry-binds-v0-1/
- https://edukatesg.com/mathos-runtime-mega-pack-v0-1/
- https://edukatesg.com/infinite-series-why-1-2-3-is-not-minus-one-over-twelve/
- https://edukatesg.com/math-games/
- https://edukatesg.com/how-mathematics-works-pdf/
- https://edukatesg.com/mathematics-definitions-by-mathematicians/
- https://edukatesg.com/pure-vs-applied-mathematics/
- https://edukatesg.com/three-types-of-mathematics/
- https://edukatesg.com/what-is-a-mathematics-degree-vs-course/
- https://edukatesg.com/what-is-mathematics-essay-template/
- https://edukatesg.com/history-of-mathematics-why-it-exists/
- https://edukatesg.com/pccs-to-wccs-math-flight/
- https://edukatesg.com/math-threshold-why-societies-suddenly-scale/
- https://edukatesg.com/math-as-simulation-language/
- https://edukatesg.com/seven-millennium-problems-explained-simply/
- https://edukatesg.com/the-math-transfer-test-same-structure-different-skin-the-fastest-way-to-find-real-ability/
- https://edukatesg.com/math-phase-slip-why-students-panic/
- https://edukatesg.com/math-fenceos-stop-loss-for-exam-mistakes/
- https://edukatesg.com/math-truncation-and-stitching-recovery-protocol/
- https://edukatesg.com/math-jokes-and-patterns-for-students/
- https://edukatesg.com/math-architect-training-pack-12-week/
- https://edukatesg.com/avoo-mathematics-role-lattice/
- https://edukatesg.com/mathematics-symmetry-breaking-1-0-negatives-decimals-calculus/
- https://edukatesg.com/how-mathematics-works-mechanism/
- https://edukatesg.com/math-as-mindos/
- https://edukatesg.com/math-as-productionos/
- https://edukatesg.com/what-is-mathematics-almost-code/
- https://edukatesg.com/math-architect-corridors-representation-invariant-reduction/
- https://edukatesg.com/history-of-mathematics-flight-mechanics/
- https://edukatesg.com/how-math-works-vorderman-what-it-teaches/
- https://edukatesg.com/mathos-runtime-control-tower-v0-1/
- https://edukatesg.com/mathos-fenceos-threshold-table-v0-1/
- https://edukatesg.com/mathos-sensors-pack-v0-1/
- https://edukatesg.com/mathos-failure-atlas-v0-1/
- https://edukatesg.com/mathos-recovery-corridors-p0-to-p3/
- https://edukatesg.com/mathos-data-adapter-spec-v0-1/
- https://edukatesg.com/mathos-in-12-lines/
- https://edukatesg.com/mathos-master-diagram-v0-1/
- https://edukatesg.com/mathos-registry-error-taxonomy-v0-1/
- https://edukatesg.com/mathos-registry-skill-nodes-v0-1/
- https://edukatesg.com/mathos-registry-concept-nodes-v0-1/
- https://edukatesg.com/mathos-registry-binds-v0-1/
- https://edukatesg.com/mathos-registry-method-corridors-v0-1/
- https://edukatesg.com/mathos-registry-transfer-packs-v0-1/
Start Here for Lattice Infrastructure Connectors
- https://edukatesg.com/singapore-international-os-level-0/
- https://edukatesg.com/singapore-city-os/
- https://edukatesg.com/singapore-parliament-house-os/
- https://edukatesg.com/smrt-os/
- https://edukatesg.com/singapore-port-containers-os/
- https://edukatesg.com/changi-airport-os/
- https://edukatesg.com/tan-tock-seng-hospital-os-ttsh-os/
- https://edukatesg.com/bukit-timah-os/
- https://edukatesg.com/bukit-timah-schools-os/
- https://edukatesg.com/bukit-timah-tuition-os/
- https://edukatesg.com/family-os-level-0-root-node/
- https://bukittimahtutor.com
- https://edukatesg.com/punggol-os/
- https://edukatesg.com/tuas-industry-hub-os/
- https://edukatesg.com/shenton-way-banking-finance-hub-os/
- https://edukatesg.com/singapore-museum-smu-arts-school-district-os/
- https://edukatesg.com/orchard-road-shopping-district-os/
- https://edukatesg.com/singapore-integrated-sports-hub-national-stadium-os/
- Sholpan Upgrade Training Lattice (SholpUTL): https://edukatesg.com/sholpan-upgrade-training-lattice-sholputl/
- https://edukatesg.com/human-regenerative-lattice-3d-geometry-of-civilisation/
- https://edukatesg.com/new-york-z2-institutional-lattice-civos-index-page-master-hub/
- https://edukatesg.com/civilisation-lattice/
- https://edukatesg.com/civ-os-classification/
- https://edukatesg.com/civos-classification-systems/
- https://edukatesg.com/how-civilization-works/
- https://edukatesg.com/civos-lattice-coordinates-of-students-worldwide/
- https://edukatesg.com/civos-worldwide-student-lattice-case-articles-part-1/
- https://edukatesg.com/new-york-z2-institutional-lattice-civos-index-page-master-hub/
- https://edukatesg.com/advantages-of-using-civos-start-here-stack-z0-z3-for-humans-ai/
- Education OS (How Education Works): https://edukatesg.com/education-os-how-education-works-the-regenerative-machine-behind-learning/
- Tuition OS: https://edukatesg.com/tuition-os-edukateos-civos/
- Civilisation OS kernel: https://edukatesg.com/civilisation-os/
- Root definition: What is Civilisation?
- Control mechanism: Civilisation as a Control System
- First principles index: Index: First Principles of Civilisation
- Regeneration Engine: The Full Education OS Map
- The Civilisation OS Instrument Panel (Sensors & Metrics) + Weekly Scan + Recovery Schedule (30 / 90 / 365)
- Inversion Atlas Super Index: Full Inversion CivOS Inversion
- https://edukatesg.com/government-os-general-government-lane-almost-code-canonical/
- https://edukatesg.com/healthcare-os-general-healthcare-lane-almost-code-canonical/
- https://edukatesg.com/education-os-general-education-lane-almost-code-canonical/
- https://edukatesg.com/finance-os-general-finance-banking-lane-almost-code-canonical/
- https://edukatesg.com/transport-os-general-transport-transit-lane-almost-code-canonical/
- https://edukatesg.com/food-os-general-food-supply-chain-lane-almost-code-canonical/
- https://edukatesg.com/security-os-general-security-justice-rule-of-law-lane-almost-code-canonical/
- https://edukatesg.com/housing-os-general-housing-urban-operations-lane-almost-code-canonical/
- https://edukatesg.com/community-os-general-community-third-places-social-cohesion-lane-almost-code-canonical/
- https://edukatesg.com/energy-os-general-energy-power-grid-lane-almost-code-canonical/
- https://edukatesg.com/community-os-general-community-third-places-social-cohesion-lane-almost-code-canonical/
- https://edukatesg.com/water-os-general-water-wastewater-lane-almost-code-canonical/
- https://edukatesg.com/communications-os-general-telecom-internet-information-transport-lane-almost-code-canonical/
- https://edukatesg.com/media-os-general-media-information-integrity-narrative-coordination-lane-almost-code-canonical/
- https://edukatesg.com/waste-os-general-waste-sanitation-public-cleanliness-lane-almost-code-canonical/
- https://edukatesg.com/manufacturing-os-general-manufacturing-production-systems-lane-almost-code-canonical/
- https://edukatesg.com/logistics-os-general-logistics-warehousing-supply-routing-lane-almost-code-canonical/
- https://edukatesg.com/construction-os-general-construction-built-environment-delivery-lane-almost-code-canonical/
- https://edukatesg.com/science-os-general-science-rd-knowledge-production-lane-almost-code-canonical/
- https://edukatesg.com/religion-os-general-religion-meaning-systems-moral-coordination-lane-almost-code-canonical/
- https://edukatesg.com/finance-os-general-finance-money-credit-coordination-lane-almost-code-canonical/
- https://edukatesg.com/family-os-general-family-household-regenerative-unit-almost-code-canonical/
- https://edukatesg.com/top-100-vocabulary-list-for-primary-1-intermediate/
- https://edukatesg.com/top-100-vocabulary-list-for-primary-2-intermediate-psle-distinction/
- https://edukatesg.com/top-100-vocabulary-list-for-primary-3-al1-grade-advanced/
- https://edukatesg.com/2023/04/02/top-100-psle-primary-4-vocabulary-list-level-intermediate/
- https://edukatesg.com/top-100-vocabulary-list-for-primary-5-al1-grade-advanced/
- https://edukatesg.com/2023/03/31/top-100-psle-primary-6-vocabulary-list-level-intermediate/
- https://edukatesg.com/2023/03/31/top-100-psle-primary-6-vocabulary-list-level-advanced/
- https://edukatesg.com/2023/07/19/top-100-vocabulary-words-for-secondary-1-english-tutorial/
- https://edukatesg.com/top-100-vocabulary-list-secondary-2-grade-a1/
- https://edukatesg.com/2024/11/07/top-100-vocabulary-list-secondary-3-grade-a1/
- https://edukatesg.com/2023/03/30/top-100-secondary-4-vocabulary-list-with-meanings-and-examples-level-advanced/
eduKateSG Learning Systems:
- https://edukatesg.com/the-edukate-mathematics-learning-system/
- https://edukatesg.com/additional-mathematics-a-math-in-singapore-secondary-3-4-a-math-tutor/
- https://edukatesg.com/additional-mathematics-101-everything-you-need-to-know/
- https://edukatesg.com/secondary-3-additional-mathematics-sec-3-a-math-tutor-singapore/
- https://edukatesg.com/secondary-4-additional-mathematics-sec-4-a-math-tutor-singapore/
- https://edukatesg.com/learning-english-system-fence-by-edukatesg/
- https://edukatesingapore.com/edukate-vocabulary-learning-system/
