<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pages on AP Stat Home</title><link>https://ap-stat.zhtek.org/page/</link><description>Recent content in Pages on AP Stat Home</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://ap-stat.zhtek.org/page/index.xml" rel="self" type="application/rss+xml"/><item><title>🎴 Study Flashcards</title><link>https://ap-stat.zhtek.org/page/flashcards/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ap-stat.zhtek.org/page/flashcards/</guid><description>&lt;!-- KaTeX for LaTeX rendering -->
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
&lt;script src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js">&lt;/script>
&lt;script src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js">&lt;/script>
&lt;style>
/* Container */
.flashcard-app {
max-width: 100%;
margin: 0 auto;
padding: 1rem;
}
/* Header */
.fc-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
.fc-progress {
font-size: 1.5rem;
font-weight: 700;
color: var(--accent-color, #667eea);
}
.fc-shuffle {
padding: 0.75rem 1.5rem;
background: transparent;
border: 2px solid var(--accent-color, #667eea);
color: var(--accent-color, #667eea);
border-radius: 10px;
cursor: pointer;
font-size: 1rem;
font-weight: 500;
transition: all 0.3s ease;
}
.fc-shuffle:hover {
background: var(--accent-color, #667eea);
color: white;
}
/* Unit Filter */
.fc-filter {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
margin-bottom: 2rem;
justify-content: center;
}
.fc-filter button {
padding: 0.6rem 1.2rem;
border: 2px solid rgba(102, 126, 234, 0.3);
background: transparent;
color: var(--body-text-color);
border-radius: 25px;
cursor: pointer;
font-size: 1rem;
font-weight: 500;
transition: all 0.25s ease;
}
.fc-filter button:hover {
border-color: var(--accent-color, #667eea);
}
.fc-filter button.active {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-color: transparent;
}
/* Card Stack */
.fc-stack {
position: relative;
min-height: 60vh;
width: 100%;
margin-bottom: 2rem;
display: flex;
align-items: center;
justify-content: center;
}
/* Single Card */
.fc-card {
position: absolute;
width: 100%;
height: 100%;
cursor: grab;
touch-action: pan-y;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
.fc-card:active { cursor: grabbing; }
.fc-card.swiping { transition: none; }
.fc-card.exit-left {
transform: translateX(-150%) rotate(-20deg);
opacity: 0;
}
.fc-card.exit-right {
transform: translateX(150%) rotate(20deg);
opacity: 0;
}
.fc-card-inner {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
transform-style: preserve-3d;
}
.fc-card.flipped .fc-card-inner {
transform: rotateY(180deg);
}
.fc-front, .fc-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 24px;
padding: 4rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.fc-front {
background: linear-gradient(145deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
color: white;
box-shadow:
0 20px 60px rgba(102, 126, 234, 0.4),
0 0 0 1px rgba(255,255,255,0.1) inset;
}
.fc-back {
background: var(--card-background, #ffffff);
transform: rotateY(180deg);
border: 3px solid #667eea;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.fc-term {
font-size: clamp(2.5rem, 5vw, 4.5rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 2rem;
}
.fc-definition {
font-size: clamp(1.4rem, 2.5vw, 2.2rem);
line-height: 1.7;
color: var(--body-text-color);
max-width: 85%;
}
.fc-unit-badge {
position: absolute;
top: 1.25rem;
right: 1.25rem;
font-size: 0.7rem;
font-weight: 600;
padding: 0.3rem 0.75rem;
background: rgba(255,255,255,0.25);
border-radius: 20px;
backdrop-filter: blur(4px);
}
.fc-back .fc-unit-badge {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
}
.fc-hint {
position: absolute;
bottom: 1.25rem;
font-size: 0.75rem;
opacity: 0.7;
}
/* Navigation */
.fc-nav {
display: flex;
justify-content: center;
gap: 0.75rem;
}
.fc-btn {
width: 56px;
height: 56px;
border-radius: 50%;
border: none;
cursor: pointer;
font-size: 1.25rem;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.fc-btn:hover {
transform: scale(1.1);
}
.fc-btn:active {
transform: scale(0.95);
}
.fc-btn.prev {
background: var(--card-background);
border: 2px solid #e0e0e0;
color: var(--body-text-color);
}
.fc-btn.flip {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}
.fc-btn.next {
background: var(--card-background);
border: 2px solid #e0e0e0;
color: var(--body-text-color);
}
.fc-btn:disabled {
opacity: 0.4;
cursor: not-allowed;
transform: none;
}
/* Empty State */
.fc-empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
text-align: center;
padding: 4rem 2rem;
color: #555;
}
.fc-empty-icon {
font-size: 8rem;
margin-bottom: 2rem;
}
.fc-empty-text {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.fc-empty-sub {
font-size: 1.1rem;
opacity: 0.7;
}
/* Keyboard hint */
.fc-keys {
text-align: center;
margin-top: 1.5rem;
font-size: 0.75rem;
color: #999;
}
.fc-keys kbd {
background: #f0f0f0;
padding: 0.2rem 0.5rem;
border-radius: 4px;
font-family: system-ui;
margin: 0 0.1rem;
}
&lt;/style>
&lt;div class="flashcard-app">
&lt;div class="fc-header">
&lt;span class="fc-progress" id="fc-progress">0 / 0&lt;/span>
&lt;button class="fc-shuffle" onclick="shuffleCards()">🔀 Shuffle&lt;/button>
&lt;/div>
&lt;div class="fc-filter" id="fc-filter">
&lt;button class="active" data-unit="all">All&lt;/button>
&lt;button data-unit="Unit 1">U1&lt;/button>
&lt;button data-unit="Unit 2">U2&lt;/button>
&lt;button data-unit="Unit 3">U3&lt;/button>
&lt;button data-unit="Unit 4">U4&lt;/button>
&lt;button data-unit="Unit 5">U5&lt;/button>
&lt;button data-unit="Unit 6">U6&lt;/button>
&lt;button data-unit="Unit 7">U7&lt;/button>
&lt;button data-unit="Unit 8">U8&lt;/button>
&lt;button data-unit="Unit 9">U9&lt;/button>
&lt;/div>
&lt;div class="fc-stack" id="fc-stack">
&lt;div class="fc-empty">
&lt;div class="fc-empty-icon">📚&lt;/div>
Loading flashcards...
&lt;/div>
&lt;/div>
&lt;div class="fc-nav">
&lt;button class="fc-btn prev" id="btn-prev" onclick="prevCard()">←&lt;/button>
&lt;button class="fc-btn flip" onclick="flipCard()">↻&lt;/button>
&lt;button class="fc-btn next" id="btn-next" onclick="nextCard()">→&lt;/button>
&lt;/div>
&lt;div class="fc-keys">
&lt;kbd>←&lt;/kbd> &lt;kbd>→&lt;/kbd> navigate · &lt;kbd>Space&lt;/kbd> flip
&lt;/div>
&lt;/div>
&lt;script>
let allCards = [];
let cards = [];
let idx = 0;
let currentUnit = 'all'; // Track current unit explicitly
let startX = 0;
let currentX = 0;
let isDragging = false;
// Load cards
fetch('/data/flashcards.json')
.then(r => r.ok ? r.json() : {cards: []})
.then(data => {
allCards = data.cards || [];
// Initialize state from URL hash
readState();
updateFilterButtons();
render();
// Listen for manual URL changes (e.g. typing in address bar)
window.addEventListener('hashchange', () => {
readState();
render();
});
})
.catch(() => render());
// State Management
function updateState() {
const params = new URLSearchParams();
params.set('unit', currentUnit);
params.set('card', idx);
history.replaceState(null, null, '#' + params.toString());
}
function readState() {
const hash = window.location.hash.substring(1);
const params = new URLSearchParams(hash);
// Restore Unit
const unit = params.get('unit');
if (unit) {
// Validate unit exists (or is 'all')
const exists = unit === 'all' || allCards.some(c => c.unit === unit);
if (exists) {
currentUnit = unit;
// Update UI active button
document.querySelectorAll('.fc-filter button').forEach(b => {
b.classList.toggle('active', b.dataset.unit === unit);
});
}
}
// Set cards array based on unit
cards = currentUnit === 'all' ? [...allCards] : allCards.filter(c => c.unit === currentUnit);
// Restore Index
const savedIdx = parseInt(params.get('card'));
if (!isNaN(savedIdx) &amp;&amp; savedIdx >= 0 &amp;&amp; savedIdx &lt; cards.length) {
idx = savedIdx;
} else {
idx = 0;
}
}
// Hide unit buttons that have no cards
function updateFilterButtons() {
const unitCounts = {};
allCards.forEach(c => {
unitCounts[c.unit] = (unitCounts[c.unit] || 0) + 1;
});
document.querySelectorAll('.fc-filter button').forEach(btn => {
const unit = btn.dataset.unit;
if (unit === 'all') return;
if (!unitCounts[unit]) {
btn.style.display = 'none';
}
});
}
// Filter buttons
document.getElementById('fc-filter').addEventListener('click', e => {
if (e.target.tagName !== 'BUTTON') return;
document.querySelectorAll('.fc-filter button').forEach(b => b.classList.remove('active'));
e.target.classList.add('active');
currentUnit = e.target.dataset.unit;
cards = currentUnit === 'all' ? [...allCards] : allCards.filter(c => c.unit === currentUnit);
idx = 0;
updateState(); // Save new state
render();
});
function render() {
const stack = document.getElementById('fc-stack');
const progress = document.getElementById('fc-progress');
if (cards.length === 0) {
stack.innerHTML = `&lt;div class="fc-empty">&lt;div class="fc-empty-icon">🎴&lt;/div>&lt;div class="fc-empty-text">No flashcards yet!&lt;/div>&lt;div class="fc-empty-sub">They'll appear as notes are processed.&lt;/div>&lt;/div>`;
progress.textContent = '0 / 0';
return;
}
const card = cards[idx];
progress.textContent = `${idx + 1} / ${cards.length}`;
// Only update stack content if it's not a swipe animation
// (Assuming full re-render for now to be safe with LaTeX)
stack.innerHTML = `
&lt;div class="fc-card" id="fc-current">
&lt;div class="fc-card-inner">
&lt;div class="fc-front">
&lt;span class="fc-unit-badge">${card.unit}&lt;/span>
&lt;div class="fc-term">${card.term}&lt;/div>
&lt;div class="fc-hint">Tap to flip&lt;/div>
&lt;/div>
&lt;div class="fc-back">
&lt;span class="fc-unit-badge">${card.unit}&lt;/span>
&lt;div class="fc-definition">${card.definition}&lt;/div>
&lt;/div>
&lt;/div>
&lt;/div>
`;
const el = document.getElementById('fc-current');
el.addEventListener('touchstart', onTouchStart, {passive: true});
el.addEventListener('touchmove', onTouchMove, {passive: false});
el.addEventListener('touchend', onTouchEnd);
el.addEventListener('click', (e) => {
if (!isDragging) flipCard();
});
if (typeof renderMathInElement !== 'undefined') {
renderMathInElement(el, {
delimiters: [
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: false}
]
});
}
document.getElementById('btn-prev').disabled = idx === 0;
document.getElementById('btn-next').disabled = idx === cards.length - 1;
updateState(); // Sync URL with current view
}
function flipCard() {
document.getElementById('fc-current')?.classList.toggle('flipped');
}
function prevCard() {
if (idx > 0) { idx--; render(); }
}
function nextCard() {
if (idx &lt; cards.length - 1) { idx++; render(); }
}
function shuffleCards() {
for (let i = cards.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[cards[i], cards[j]] = [cards[j], cards[i]];
}
idx = 0;
render();
}
// Swipe handlers
function onTouchStart(e) {
startX = e.touches[0].clientX;
isDragging = false;
}
function onTouchMove(e) {
if (!startX) return;
currentX = e.touches[0].clientX - startX;
if (Math.abs(currentX) > 10) {
isDragging = true;
const card = document.getElementById('fc-current');
card.classList.add('swiping');
card.style.transform = `translateX(${currentX}px) rotate(${currentX * 0.05}deg)`;
e.preventDefault();
}
}
function onTouchEnd() {
const card = document.getElementById('fc-current');
card.classList.remove('swiping');
if (Math.abs(currentX) > 80) {
if (currentX > 0 &amp;&amp; idx &lt; cards.length - 1) {
card.classList.add('exit-right');
setTimeout(() => { idx++; render(); }, 300);
} else if (currentX &lt; 0 &amp;&amp; idx > 0) {
card.classList.add('exit-left');
setTimeout(() => { idx--; render(); }, 300);
} else {
card.style.transform = '';
}
} else {
card.style.transform = '';
}
startX = 0;
currentX = 0;
setTimeout(() => isDragging = false, 100);
}
// Keyboard
document.addEventListener('keydown', e => {
if (e.code === 'Space') { e.preventDefault(); flipCard(); }
if (e.code === 'ArrowLeft') prevCard();
if (e.code === 'ArrowRight') nextCard();
});
&lt;/script></description></item><item><title>📋 Homework</title><link>https://ap-stat.zhtek.org/page/homework/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ap-stat.zhtek.org/page/homework/</guid><description>&lt;h2 id="current-assignments">Current Assignments
&lt;/h2>&lt;p>Check here for the latest homework assignments. Assignments are posted by class.&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>Tip:&lt;/strong> Assignments are automatically posted when your teacher creates them!&lt;/p>&lt;/blockquote></description></item><item><title>📐 AP Statistics Formula Sheet</title><link>https://ap-stat.zhtek.org/page/formulas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ap-stat.zhtek.org/page/formulas/</guid><description>&lt;h2 id="official-ap-statistics-formula-sheet--tables">Official AP Statistics Formula Sheet &amp;amp; Tables
&lt;/h2>&lt;p>This is the official formula sheet provided during the AP Statistics exam. Familiarize yourself with where each formula is located!&lt;/p>
&lt;div style="position: relative; padding-bottom: 141.4%; height: 0; overflow: hidden; max-width: 100%; background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px;">
&lt;iframe src="https://apcentral.collegeboard.org/media/pdf/statistics-formula-sheet-and-tables-2020.pdf#view=FitH"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;p style="text-align: center; margin-top: 10px;">
&lt;a href="https://apcentral.collegeboard.org/media/pdf/statistics-formula-sheet-and-tables-2020.pdf" target="_blank" class="btn btn-primary"
style="background: #007bff; color: white; padding: 8px 16px; text-decoration: none; border-radius: 4px;">Download PDF&lt;/a>
&lt;/p>
&lt;h3 id="whats-included">What&amp;rsquo;s Included
&lt;/h3>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Section&lt;/th>
&lt;th>Contents&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>I. Descriptive Statistics&lt;/strong>&lt;/td>
&lt;td>Mean, standard deviation, z-scores&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>II. Probability&lt;/strong>&lt;/td>
&lt;td>Addition &amp;amp; multiplication rules, conditional probability&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>III. Distributions&lt;/strong>&lt;/td>
&lt;td>Binomial, geometric formulas&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>IV. Sampling&lt;/strong>&lt;/td>
&lt;td>Standard errors, confidence intervals&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>V. Inference&lt;/strong>&lt;/td>
&lt;td>Test statistics, chi-square&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h3 id="tables-included">Tables Included
&lt;/h3>&lt;ul>
&lt;li>Standard Normal (z) Table&lt;/li>
&lt;li>t-Distribution Critical Values&lt;/li>
&lt;li>Chi-Square Critical Values&lt;/li>
&lt;/ul></description></item><item><title>🔢 TI-84 Calculator Guide</title><link>https://ap-stat.zhtek.org/page/calculator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ap-stat.zhtek.org/page/calculator/</guid><description>&lt;h2 id="essential-ti-84-commands-for-ap-statistics">Essential TI-84 Commands for AP Statistics
&lt;/h2>&lt;p>Master these calculator functions to save time on the exam!&lt;/p>
&lt;h3 id="official-resources">Official Resources
&lt;/h3>&lt;ul>
&lt;li>&lt;a class="link" href="https://education.ti.com/en/activities/ap-statistics" target="_blank" rel="noopener"
>TI-84 AP Statistics Activities&lt;/a> - Texas Instruments official guide&lt;/li>
&lt;li>&lt;a class="link" href="https://education.ti.com/en/activities" target="_blank" rel="noopener"
>TI Calculator Tutorials&lt;/a>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="quick-reference">Quick Reference
&lt;/h2>&lt;h3 id="descriptive-statistics">Descriptive Statistics
&lt;/h3>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Function&lt;/th>
&lt;th>Keystrokes&lt;/th>
&lt;th>Use&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Enter Data&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>EDIT&lt;/code>&lt;/td>
&lt;td>Input data into L1, L2, etc.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>1-Var Stats&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>CALC&lt;/code> → &lt;code>1&lt;/code>&lt;/td>
&lt;td>Mean, StdDev, 5-number summary&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Histogram&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>STAT PLOT&lt;/code>&lt;/td>
&lt;td>Create frequency displays&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h3 id="normal-distribution">Normal Distribution
&lt;/h3>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Function&lt;/th>
&lt;th>Keystrokes&lt;/th>
&lt;th>Use&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;code>normalcdf(&lt;/code>&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>DISTR&lt;/code> → &lt;code>2&lt;/code>&lt;/td>
&lt;td>P(a &amp;lt; X &amp;lt; b)&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;code>invNorm(&lt;/code>&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>DISTR&lt;/code> → &lt;code>3&lt;/code>&lt;/td>
&lt;td>Find z for given percentile&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h3 id="binomial--geometric">Binomial &amp;amp; Geometric
&lt;/h3>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Function&lt;/th>
&lt;th>Keystrokes&lt;/th>
&lt;th>Use&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;code>binompdf(&lt;/code>&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>DISTR&lt;/code> → &lt;code>A&lt;/code>&lt;/td>
&lt;td>P(X = k)&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;code>binomcdf(&lt;/code>&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>DISTR&lt;/code> → &lt;code>B&lt;/code>&lt;/td>
&lt;td>P(X ≤ k)&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;code>geometpdf(&lt;/code>&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>DISTR&lt;/code> → &lt;code>D&lt;/code>&lt;/td>
&lt;td>P(first success on trial k)&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h3 id="regression">Regression
&lt;/h3>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Function&lt;/th>
&lt;th>Keystrokes&lt;/th>
&lt;th>Use&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;code>LinReg(a+bx)&lt;/code>&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>CALC&lt;/code> → &lt;code>8&lt;/code>&lt;/td>
&lt;td>Least-squares regression&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Turn on r²&lt;/td>
&lt;td>&lt;code>2nd&lt;/code> → &lt;code>CATALOG&lt;/code> → &lt;code>DiagnosticOn&lt;/code>&lt;/td>
&lt;td>Show correlation coefficient&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h3 id="hypothesis-tests">Hypothesis Tests
&lt;/h3>&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Function&lt;/th>
&lt;th>Keystrokes&lt;/th>
&lt;th>Use&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>1-PropZTest&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>TESTS&lt;/code> → &lt;code>5&lt;/code>&lt;/td>
&lt;td>Test one proportion&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>2-PropZTest&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>TESTS&lt;/code> → &lt;code>6&lt;/code>&lt;/td>
&lt;td>Compare two proportions&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>T-Test&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>TESTS&lt;/code> → &lt;code>2&lt;/code>&lt;/td>
&lt;td>Test one mean&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>χ²-Test&lt;/td>
&lt;td>&lt;code>STAT&lt;/code> → &lt;code>TESTS&lt;/code> → &lt;code>C&lt;/code>&lt;/td>
&lt;td>Chi-square test&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;blockquote>
&lt;p>&lt;strong>Pro Tip:&lt;/strong> Before the exam, press &lt;code>2nd&lt;/code> → &lt;code>MEM&lt;/code> → &lt;code>7&lt;/code> to reset your calculator if borrowing one!&lt;/p>&lt;/blockquote></description></item><item><title>Search</title><link>https://ap-stat.zhtek.org/page/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ap-stat.zhtek.org/page/search/</guid><description/></item></channel></rss>