<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W07 Wednesday - Sink or Float</title>
<style>
@page { size: 8.5in 11in; margin: 0.5in; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Georgia', serif; color: #1a1a1a; font-size: 12px; line-height: 1.5; }
h1 { font-size: 22px; color: #2e7d32; margin-bottom: 2px; }
h2 { font-size: 13px; color: #555; font-weight: normal; font-style: italic; margin-bottom: 6px; }
h3 { font-size: 14px; color: #2e7d32; margin: 6px 0 3px; page-break-after: avoid; }
.reading-box { background: #e8f5e9; border-left: 5px solid #43a047; border-radius: 0 8px 8px 0; padding: 8px 12px; margin-bottom: 6px; font-size: 11.5px; line-height: 1.35; }
.reading-box p { margin-bottom: 3px; text-indent: 1em; }
.reading-box p:last-child { margin-bottom: 0; }
.answer-line { border-bottom: 1px solid #b0bec5; height: 22px; }
.answer-lines-triple .line-row { border-bottom: 1px solid #b0bec5; height: 18px; }
.activity-box { border: 2px solid #42a5f5; border-radius: 6px; padding: 7px 10px; margin-bottom: 6px; }
.safety-box { border: 2px solid #ef5350; border-radius: 6px; padding: 7px 10px; margin-bottom: 6px; background: #ffebee; }
.draw-box { border: 2px dashed #42a5f5; border-radius: 6px; height: 70px; background: #fafafa; margin-bottom: 6px; }
.circle-box { display: inline-block; width: 14px; height: 14px; border: 2px solid #42a5f5; border-radius: 50%; margin-right: 3px; vertical-align: middle; }
.wordbank span { background: #e3f2fd; border: 1px solid #42a5f5; border-radius: 4px; padding: 1px 5px; font-size: 10.5px; margin-right: 2px; display: inline-block; margin-bottom: 2px; }
table { width: 100%; border-collapse: collapse; margin-bottom: 6px; font-size: 11px; page-break-inside: avoid; }
th { background: #e8f5e9; color: #2e7d32; padding: 3px 5px; text-align: left; font-size: 10.5px; border: 1px solid #c8e6c9; }
td { padding: 3px 5px; border: 1px solid #e0e0e0; }
tr:nth-child(even) { background: #f9fbe7; }
.page { width: 7.5in; min-height: 10in; position: relative; }
.page + .page { page-break-before: always; }
.vocab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 6px; }
.vocab-card { border: 2px solid #42a5f5; border-radius: 6px; padding: 4px 7px; }
.vocab-card strong { display: block; color: #1565c0; font-size: 12px; margin-bottom: 2px; }
.vocab-card .line-row { border-bottom: 1px solid #b0bec5; height: 16px; }
.draw-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; margin-bottom: 6px; }
.tf-item { margin-bottom: 5px; }
</style>
</head>
<body>

<!-- PAGE 1 -->
<div class="page">
<h1>🧱 Sink or Float?</h1>
<h2>Week 7 &bull; Wednesday &bull; Testing Solids in Water</h2>

<h3>📖 Reading Time</h3>
<div class="reading-box">
<p>Drop a rock in water. It sinks to the bottom! Drop a cork in water. It floats on top! Sinking and floating are properties of solids.</p>
<p>Heavy things do not always sink. A giant ship is very heavy, but it floats. Its shape helps push water away. Small things do not always float. A tiny coin sinks fast!</p>
<p>Scientists make predictions before testing. Then they test each object the same way. Today you will predict which solids sink or float. Then you will test them and record your results.</p>
</div>

<h3>✏️ Quick Questions</h3>
<p>1. What happens when you drop a rock in water?</p>
<div class="answer-line"></div>
<p>2. Do heavy things always sink? Give an example.</p>
<div class="answer-line"></div>
<p>3. What do scientists do before they test?</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
</div>

<h3>⚠️ Safety</h3>
<div class="safety-box">
<p>Ask a grown-up before putting anything in water. Do not test electronics, books, or anything that should stay dry. Wipe up splashes right away. Never taste the test water.</p>
</div>

<h3>🔬 Experiment: Sink or Float Test</h3>
<div class="activity-box">
<p style="margin-bottom:3px;"><strong>You need:</strong> a big bowl of water, a towel, and six small solids. Try a coin, a cork or crayon, a spoon, a plastic toy, a rock, and a leaf.</p>
<p>Predict first! Then gently drop each object in the water. Watch what happens. Record your results on page two.</p>
</div>
</div>

<!-- PAGE 2 -->
<div class="page">
<h3>📊 Sink or Float Chart</h3>
<p style="font-size:10.5px; color:#555;">Circle your prediction. Then circle what really happened.</p>
<table>
<tr><th>Object</th><th>My prediction</th><th>Result</th></tr>
<tr><td>Coin</td><td>sink &nbsp; / &nbsp; float</td><td>sink &nbsp; / &nbsp; float</td></tr>
<tr><td>Cork or crayon</td><td>sink &nbsp; / &nbsp; float</td><td>sink &nbsp; / &nbsp; float</td></tr>
<tr><td>Metal spoon</td><td>sink &nbsp; / &nbsp; float</td><td>sink &nbsp; / &nbsp; float</td></tr>
<tr><td>Plastic toy</td><td>sink &nbsp; / &nbsp; float</td><td>sink &nbsp; / &nbsp; float</td></tr>
<tr><td>Rock</td><td>sink &nbsp; / &nbsp; float</td><td>sink &nbsp; / &nbsp; float</td></tr>
<tr><td>Leaf</td><td>sink &nbsp; / &nbsp; float</td><td>sink &nbsp; / &nbsp; float</td></tr>
</table>

<h3>📊 Solid Property Cards</h3>
<p style="font-size:10.5px; color:#555;">Pick two objects you tested. Fill in a property card for each.</p>
<table>
<tr><th>Property card 1</th><th>Property card 2</th></tr>
<tr><td>Object: __________________</td><td>Object: __________________</td></tr>
<tr><td>Hard or soft? ______________</td><td>Hard or soft? ______________</td></tr>
<tr><td>Heavy or light? ____________</td><td>Heavy or light? ____________</td></tr>
<tr><td>Sink or float? _____________</td><td>Sink or float? _____________</td></tr>
</table>

<h3>🎨 Drawing: My Test Bowl</h3>
<p style="font-size:10.5px; color:#555;">Draw your bowl of water. Show the floaters on top and the sinkers on the bottom.</p>
<div class="draw-box" style="height:100px;"></div>
</div>

<!-- PAGE 3 -->
<div class="page">
<h3>✏️ Write About Your Test</h3>
<p>1. Which object surprised you the most? Why?</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
</div>
<p>2. What was the same about the objects that floated?</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
</div>

<h3>🧠 Design Challenge: Make a Sinker Float</h3>
<div class="activity-box">
<p>Pick one object that sank. Can you make it float? Try resting it on a plastic lid or foil boat. Draw your idea below.</p>
</div>
<div class="draw-box" style="height:90px;"></div>
<p>Did your idea work?</p>
<div class="answer-line"></div>

<h3>📓 Science Journal</h3>
<div class="activity-box">
<p>Write today's date in your journal. List your sinkers and your floaters. Write one sentence about your biggest surprise.</p>
</div>

<h3>🏠 Home Activity</h3>
<div class="activity-box">
<p>At bath time, test one new bath toy. Predict first, then test. Tell your family if your prediction was right.</p>
</div>
</div>

</body>
</html>