KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/drsuper/CalculusMechanics/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/drsuper/CalculusMechanics/adventure_1_activity_2_solution.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Adventure 1 โ€” Activity 2 (Solution)</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <style>
    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      margin: 0;
      padding: 0;
      background: #eef2ff;
      color: #222;
    }
    .page {
      width: 100%;
      box-sizing: border-box;
      padding: 1.5rem 5vw 2.5rem;
      background: #ffffff;
    }
    a {
      color: #1f4ed8;
      text-decoration: none;
      font-size: 0.9rem;
    }
    a:hover { text-decoration: underline; }
    h1 {
      margin-top: 0.4rem;
      font-size: 1.8rem;
    }
    h2 {
      margin-top: 1.3rem;
      margin-bottom: 0.4rem;
      font-size: 1.3rem;
    }
    p {
      margin: 0.3rem 0 0.6rem;
      line-height: 1.5;
    }
    label {
      display: block;
      margin-top: 0.5rem;
      font-size: 0.95rem;
    }
    input[type="text"], input[type="number"]{
      width: 100%;
      max-width: 520px;
      padding: 0.45rem 0.55rem;
      font-size: 1rem;
      border-radius: 10px;
      border: 1px solid #c3cade;
      margin-top: 0.25rem;
      box-sizing: border-box;
      background: #fff;
    }
    .row-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.0rem 2rem;
      margin-top: 0.6rem;
      clear: both;
    }
    .card{
      border: 1px solid #dde3ff;
      background: #f6f7ff;
      border-radius: 14px;
      padding: 1rem 1rem 1rem;
      margin-top: 0.75rem;
    }
    .imgwrap{
      width: 100%;
      overflow: hidden;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #d9def5;
      margin-top: 0.6rem;
    }
    .imgwrap img{ width: 100%; height: auto; display: block; }
    .hint{
      font-size: 0.88rem;
      color: #555;
      margin-top: 0.35rem;
      line-height: 1.45;
    }
    .tablewrap{ overflow-x:auto; margin-top:0.45rem; }
    table{
      border-collapse:collapse; width:100%; background:#fff;
      border:1px solid #c3cade; border-radius:12px; overflow:hidden;
    }
    th, td{
      border:1px solid #d7dcef;
      padding:0.55rem 0.5rem;
      text-align:center;
      font-size:0.98rem;
    }
    th{ background:#f3f6ff; }
    td input{ max-width: 180px; text-align:center; }

    .top-buttons{
  display: flex;
  gap: 10px;
  margin-left: 12px;   /* โ† move right */
}
button {
  background: #e9f0ff;
  border: 2px solid #6b8cff;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 3px 0 #4f6fe6;
  transition: all 0.12s ease;
}

/* Hover */
button:hover {
  background: #f3f7ff;
}

/* Pressed */
button:active {
  background: #cddcff;
  box-shadow: 0 1px 0 #4f6fe6;
  transform: translateY(2px);
}

/* Optional: "checked" feeling after click */
  button.checked {
    background: #dff5e1;
    border-color: #3a9b3a;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
  }
  button.sampled {
        background: #fff3d9;
        border-color: #d9a441;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
      }

    @media (max-width: 900px) {
      .row-grid { grid-template-columns: minmax(0, 1fr); }
    }
    .top-buttons{
      display:flex;
      gap: 10px;
      margin-left: 12px;
    }
  </style>
</head>
<body>
  <div class="page">
    <div class="top-buttons">
      <div class="buttons-row">
        <a href="index.html"><button class="secondary">๐Ÿงญ Hub</button></a>
        <a href="adventure_1_home.html"><button class="secondary">๐Ÿ  Adventure 1 Home</button></a>
        <a href="adventure_1_activity_2_student.html"><button>๐Ÿงช Back to Activity</button></a>
      </div>
    </div>

    <h1>Adventure 1 โ€” Activity 2 (Solution)</h1>
    <p class="hint">
      These boxes are filled with the answers shown on the solution pages. Use them to check your work and to see the pattern:
      <strong>area under a line</strong> becomes a function, and the <strong>slope</strong> becomes a derivative.
    </p>

    <h2>1๏ธโƒฃ Page 1 โ€” Area Under a Line (Triangles)</h2>
    <div class="card">
      <div class="imgwrap">
        <img src="images/adventure_1_image_2.1_solution.png" alt="Activity 2 solution page 1">
      </div>

      <div class="row-grid">
        <div>
          <label for="a11_area_num">1.1 Area of shaded region (numeric):</label>
          <input id="a11_area_num" type="text" value="9ะ›" readonly class="correct">
          <label for="a11_area_r">1.1 Area of shaded region (in terms of r):</label>
          <input id="a11_area_r" type="text" value="ะ›r^2" readonly class="correct">
        </div>
        <div>
          <label for="a12_area_num">1.2 Area of shaded region (numeric):</label>
          <input id="a12_area_num" type="text" value="72" readonly class="correct">
          <label for="a12_area_r">1.2 Area of shaded region (in terms of r):</label>
          <input id="a12_area_r" type="text" value="r^2/2" readonly class="correct">
        </div>
      </div>
    </div>

    <h2>2๏ธโƒฃ Page 2 โ€” Trapezoids, Tables, and Slope at x = 2</h2>
    <div class="card">
      <div class="imgwrap">
        <img src="images/adventure_1_image_2.2_solution.png" alt="Activity 2 solution page 2">
      </div>

      <p class="hint">
        For the left trapezoid picture (the specific x = 2 picture), split the region into a rectangle and a triangle.
        For the right trapezoid picture, write each part using x.
      </p>

      <div class="row-grid">
        <div>
          <label for="a21_left_rect">2.1 Left picture โ€” area of rectangle:</label>
          <input id="a21_left_rect" type="text" value="4" readonly class="correct">
          <label for="a21_left_tri">2.1 Left picture โ€” area of triangle:</label>
          <input id="a21_left_tri" type="text" value="2" readonly class="correct">
          <label for="a21_left_total">2.1 Left picture โ€” total area:</label>
          <input id="a21_left_total" type="text" value="6" readonly class="correct">
        </div>

        <div>
          <label for="a21_right_rect">2.1 Right picture โ€” area of rectangle:</label>
          <input id="a21_right_rect" type="text" value="2x" readonly class="correct">
          <label for="a21_right_tri">2.1 Right picture โ€” area of triangle:</label>
          <input id="a21_right_tri" type="text" value="x^2/2" readonly class="correct">
          <label for="a21_right_total">2.1 Right picture โ€” total area:</label>
          <input id="a21_right_total" type="text" value="x^2/2 + 2x" readonly class="correct">
        </div>
      </div>

      <div style="margin-top:0.8rem;">
        <label for="a21_formula"><strong>Write the total area as a function of x:</strong></label>
        <input id="a21_formula" type="text" value="A(x)=x^2/2 + 2x" readonly class="correct">
      </div>

      <div class="row-grid" style="margin-top:0.9rem;">
        <div>
          <h3 style="margin:0.2rem 0 0.25rem;">Table A โ€” Area of the trapezoid at x</h3>
          <div class="tablewrap">
            <table>
              <thead><tr><th>x</th><th>Area of the Trapezoid at x</th></tr></thead>
              <tbody>
                <tr><td>0</td><td><input type="text" id="tA0" value="0" readonly class="correct"></td></tr>
                <tr><td>1</td><td><input type="text" id="tA1" value="2.5" readonly class="correct"></td></tr>
                <tr><td>2</td><td><input type="text" id="tA2" value="6" readonly class="correct"></td></tr>
                <tr><td>3</td><td><input type="text" id="tA3" value="10.5" readonly class="correct"></td></tr>
              </tbody>
            </table>
          </div>
        </div>

        <div>
          <h3 style="margin:0.2rem 0 0.25rem;">Table B โ€” Values of A(x) = x^2/2 + 2x</h3>
          <div class="tablewrap">
            <table>
              <thead><tr><th>x</th><th>A(x)</th></tr></thead>
              <tbody>
                <tr><td>0</td><td><input type="text" id="tB0" value="0" readonly class="correct"></td></tr>
                <tr><td>1</td><td><input type="text" id="tB1" value="2.5" readonly class="correct"></td></tr>
                <tr><td>2</td><td><input type="text" id="tB2" value="6" readonly class="correct"></td></tr>
                <tr><td>3</td><td><input type="text" id="tB3" value="10.5" readonly class="correct"></td></tr>
              </tbody>
            </table>
          </div>
        </div>
      </div>

      <div style="margin-top:0.9rem;">
        <label for="a22_explain">2.2 Explanation (example):</label>
        <input id="a22_explain" type="text"
               value="The area under y=x+2 from 0 to x equals A(x)=x^2/2+2x." readonly class="correct">
        <label for="a22_slope" style="margin-top:0.7rem;">2.2 Slope at x = 2:</label>
        <input id="a22_slope" type="text" value="4" readonly class="correct">
      </div>
    </div>
  </div>
</body>
</html>

Anon7 - 2021