×

注意!页面内容来自https://www.workybooks.com/resources/math-vocabulary/equal-sign,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to main content
KnovaKNOVA — A free reading app with curriculum-aligned passages on History & Science for Grades 3-8
KNOVA - A free reading app with curriculum-aligned passages on History & Science
<> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter'-apple-systemBlinkMacSystemFontsans-serif; } :root { --primary: #4a86e8; --secondary: #3c78d8; --accent1: #6aa84f; --accent2: #cc0000; --light: #e6f7ff; --dark: #0d3c7a; --text: #222222; --success: #27ae60; --warning: #c0392b; --border-radius: 16px; --focus: 0 0 0 3px rgba(741342320.7); } body { background: #ffffff; color: var(--text); line-height: 1.8; padding-bottom: 40px; font-weight: 400; min-height: 100vh; } .header_res { background: linear-gradient(to rightvar(--primary)var(--secondary)); color: white; text-align: center; padding: 40px 20px; border-bottom: 5px solid var(--accent1); box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: relative; overflow: hidden; } .header_res::before { content: ""; position: absolute; top: -50px; left: -50px; width: 120px; height: 120px; background: rgba(2552552550.1); border-radius: 50%; } .header_res::after { content: ""; position: absolute; bottom: -30px; right: -30px; width: 100px; height: 100px; background: rgba(2552552550.1); border-radius: 50%; } h1 { font-size: 2.8rem; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); position: relative; z-index: 2; font-weight: 800; letter-spacing: -0.5px; color: #ffffff; } .subtitle { font-size: 1.4rem; max-width: 800px; margin: 0 auto; position: relative; z-index: 2; font-weight: 400; opacity: 0.95; color: #ffffff; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .standards { background: white; border-radius: var(--border-radius); padding: 15px 25px; margin: 20px auto; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border: 2px solid var(--accent1); font-size: 0.9rem; text-align: center; } .standards h3 { color: var(--primary); margin-bottom: 8px; } .index-box { background: white; border-radius: var(--border-radius); padding: 30px; margin: 30px auto; box-shadow: 0 8px 16px rgba(0,0,0,0.08); border: 3px solid var(--accent1); } .index-box h2 { color: var(--primary); text-align: center; margin-bottom: 25px; font-size: 1.8rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 12px; } .index-links { display: grid; grid-template-columns: repeat(auto-fitminmax(220px1fr)); gap: 18px; justify-content: center; } .index-link { background: linear-gradient(to bottom rightvar(--secondary)var(--primary)); color: white; padding: 18px 15px; border-radius: 12px; text-align: center; font-weight: 600; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 8px rgba(0,0,0,0.12); } .index-link i { font-size: 1.8rem; margin-bottom: 10px; } .index-link:hover.index-link:focus { color: white; transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0,0,0,0.2); background: linear-gradient(to bottom rightvar(--primary)var(--dark)); outline: 2px solid white; } .content-section { background: white; border-radius: var(--border-radius); padding: 35px; margin: 35px 0; box-shadow: 0 8px 16px rgba(0,0,0,0.08); border-left: 5px solid var(--accent1); } .content-section h2 { color: var(--primary); margin-bottom: 25px; font-size: 2rem; display: flex; align-items: center; gap: 15px; font-weight: 700; } .content-section h2 i { color: var(--accent1); font-size: 1.8rem; } .image-container { display: flex; flex-direction: column; align-items: center; margin: 25px auto; max-width: 800px; } .image-placeholder { background: linear-gradient(135deg#e0f0ff#c2e0ff); border-radius: 15px; height: 280px; display: flex; align-items: center; justify-content: center; border: 2px dashed var(--secondary); position: relative; overflow: hidden; width: 100%; margin: 0 auto; } .image-placeholder::before { content: "Illustration Placeholder"; color: var(--primary); font-weight: bold; font-size: 1.3rem; text-align: center; padding: 20px; font-family: 'Inter'sans-serif; font-weight: 700; } .image-prompt { background: var(--light); border-radius: 12px; padding: 18px; margin: 18px 0; border-left: 4px solid var(--accent1); font-: italic; color: var(--dark); font-weight: 500; width: 100%; } .image-prompt i { margin-right: 10px; color: var(--accent1); } .explanation { font-size: 1.2rem; margin: 25px 0; line-height: 1.8; font-weight: 400; } .explanation strong { color: var(--dark); font-weight: 600; } .formula-box { background: linear-gradient(to bottom rightvar(--light)white); border-radius: var(--border-radius); padding: 25px; margin: 30px auto; max-width: 600px; text-align: center; border: 3px solid var(--secondary); box-shadow: 0 6px 12px rgba(0,0,0,0.08); } .formula { font-size: 2.2rem; font-weight: 700; color: var(--accent2); margin: 15px 0; padding: 15px; background: rgba(255,255,255,0.7); border-radius: 12px; display: inline-block; } .conversion-chart { width: 100%; border-collapse: collapse; margin: 25px 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border-radius: var(--border-radius); overflow: hidden; } .conversion-chart th { background: var(--primary); color: white; padding: 15px; text-align: center; font-size: 1.2rem; } .conversion-chart td { padding: 12px 15px; text-align: center; border-bottom: 1px solid #ddd; } .conversion-chart tr:nth-child(even) { background-color: var(--light); } .conversion-chart tr:hover { background-color: rgba(741342320.1); } .quiz-container { background: #f8f9ff; border-radius: var(--border-radius); padding: 28px; margin: 30px 0; border: 2px solid var(--secondary); } .quiz-question { font-size: 1.3rem; font-weight: 600; margin-bottom: 20px; color: var(--dark); padding: 8px 0; } .quiz-options { display: grid; grid-template-columns: repeat(auto-fitminmax(260px1fr)); gap: 16px; margin-bottom: 25px; } .quiz-option { background: white; border: 2px solid var(--secondary); border-radius: 12px; padding: 18px; transition: all 0.3s ease; font-size: 1.1rem; display: flex; align-items: center; gap: 12px; font-weight: 500; } .quiz-option input { margin-right: 10px; width: 20px; height: 20px; } .quiz-option label { cursor: pointer; flex: 1; } .quiz-option:hover.quiz-option:focus-within { background: var(--light); transform: translateY(-3px); box-shadow: 0 0 0 3px rgba(741342320.3); } .quiz-option.selected { border-color: var(--primary); background: var(--light); box-shadow: 0 0 0 3px rgba(741342320.3); } .quiz-option.correct { border-color: var(--success); background: rgba(462041130.1); box-shadow: 0 0 0 3px rgba(462041130.3); } .quiz-option.incorrect { border-color: var(--warning); background: rgba(23176600.1); } .feedback { padding: 18px; border-radius: 12px; margin: 25px 0; display: none; font-size: 1.1rem; font-weight: 500; align-items: center; gap: 18px; line-height: 1.6; } .feedback i { font-size: 1.8rem; flex-shrink: 0; } .feedback.correct { background: rgba(39174960.15); color: var(--success); border: 2px solid var(--success); } .feedback.incorrect { background: rgba(19257430.15); color: var(--warning); border: 2px solid var(--warning); } .faq-item { margin-bottom: 28px; border-bottom: 2px dashed var(--secondary); padding-bottom: 20px; } .faq-question { font-weight: 700; font-size: 1.25rem; color: var(--dark); cursor: pointer; display: flex; align-items: center; gap: 15px; background: none; border: none; width: 100%; text-align: left; padding: 5px 0; } .faq-answer { padding: 18px 0 0 35px; font-size: 1.1rem; display: none; line-height: 1.7; } .faq-item.active .faq-answer { display: block; } .trivia-grid { display: grid; grid-template-columns: repeat(auto-fitminmax(300px1fr)); gap: 24px; margin-top: 30px; } .trivia-card { background: linear-gradient(to bottom rightvar(--light)white); border-radius: var(--border-radius); padding: 25px; box-shadow: 0 6px 12px rgba(0,0,0,0.08); border: 2px solid var(--secondary); transition: all 0.3s ease; } .trivia-card:hover { transform: translateY(-7px); box-shadow: 0 12px 20px rgba(0,0,0,0.12); } .trivia-card h3 { color: var(--primary); margin-bottom: 15px; display: flex; align-items: center; gap: 12px; font-size: 1.4rem; font-weight: 700; } .trivia-card p { font-size: 1.1rem; line-height: 1.7; } .check-button { background: linear-gradient(to rightvar(--accent1)#8bc34a); color: white; border: none; padding: 15px 30px; border-radius: 50px; font-size: 1.15rem; font-weight: 600; cursor: pointer; display: block; margin: 25px auto; transition: all 0.3s ease; box-shadow: 0 6px 12px rgba(139195740.25); } .check-button:hover.check-button:focus { transform: scale(1.05); box-shadow: 0 8px 16px rgba(139195740.35); outline: 2px solid var(--dark); } .next-button { background: linear-gradient(to rightvar(--primary)var(--dark)); color: white; border: none; padding: 15px 30px; border-radius: 50px; font-size: 1.15rem; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; margin: 20px 0 0 auto; transition: all 0.3s ease; box-shadow: 0 6px 12px rgba(741342320.25); } .next-button:hover.next-button:focus { transform: scale(1.05); box-shadow: 0 8px 16px rgba(741342320.35); outline: 2px solid white; } footer { text-align: center; margin-top: 50px; padding: 25px; color: var(--dark); font-size: 1.1rem; font-weight: 500; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0000); border: 0; } figure { margin: 25px 0; width: 100%; display: flex; flex-direction: column; align-items: center; } figcaption { text-align: center; font-: italic; color: var(--dark); margin-top: 10px; font-size: 0.9rem; } .section-highlight { background: linear-gradient(120degrgba(106168790.1)rgba(741342320.1)); padding: 20px; border-radius: 15px; margin: 20px 0; border: 2px solid var(--accent1); } .symbol-large { font-size: 4rem; text-align: center; margin: 20px 0; color: var(--primary); font-weight: bold; } /* Focus indicators */ a:focusbutton:focusinput:focus.index-link:focus.quiz-option:focus-within { outline: 3px solid var(--dark); outline-offset: 2px; box-shadow: var(--focus); } /* Landmark styling */ nav[aria-label="Main navigation"] { margin: 20px 0; } aside[aria-label="Educational standards"] { background: rgba(2552552550.9); padding: 15px; border-radius: 8px; margin: 20px 0; } /* Error message styling */ .error-message { color: var(--warning); font-weight: 600; margin: 10px 0; display: none; text-align: center; } .image-placer { display: block; max-height: 270px; max-width: 100%; width: auto; height: auto; margin: 0 auto; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* Print s */ @media print { .index-box.next-button.image-prompt.index-links { display: none; } body { background: white; padding: 10px; } .container { padding: 0; } .content-section { box-shadow: none; border: 1px solid #ddd; margin: 15px 0; page-break-inside: avoid; } .header_res { color: black; background: white; padding: 20px 0; border-bottom: 3px solid #ccc; } h1 { color: black; } } @media (max-width: 768px) { h1 { font-size: 2.2rem; } .subtitle { font-size: 1.1rem; } .index-links { grid-template-columns: 1fr; } .content-section { padding: 25px; } .image-placeholder { height: 220px; } .trivia-grid { grid-template-columns: 1fr; } .formula { font-size: 1.8rem; padding: 10px; } .conversion-chart th.conversion-chart td { padding: 8px 10px; font-size: 0.9rem; } .symbol-large { font-size: 3rem; } } Skip to main content

What is the Equal Sign?

Visual representation of a balanced scale showing equality
A balanced scale represents the concept of equality

The equal sign (=) is a mathematical symbol used to show that two expressions have the same value. It tells us that what is on the left side of the sign has the exact same value as what is on the right side.

Think of the equal sign as a balance. When you see 3 + 2 = 5it means that 3 + 2 balances perfectly with 5. They are equal in value.

The equal sign is one of the most important symbols in mathematics because it helps us show relationships between numbers and expressions. It's like a bridge connecting two ideas that have the same value.

The Equal Sign Symbol

Different s of the equal sign symbol throughout history
Evolution of the equal sign symbol over time

The equal sign is made up of two parallel horizontal lines of equal length: =. This simple but powerful symbol was invented over 400 years ago.

The two lines in the equal sign are always the same length and are parallel to each other. This design visually represents the idea of balance and equality between two things.

In handwriting and some fontsthe equal sign might look slightly differentbut it always keeps its basic form of two parallel lines. In mathematicsconsistency is importantso the equal sign always means the same thing no matter how it's written.

The Equal Sign in Equations

Examples of equations showing the equal sign in use
Examples of equations with the equal sign

In equationsthe equal sign connects two expressions that have the same value. Here are some examples:

Simple Equations

5 + 3 = 8
10 - 2 = 8
4 × 2 = 8

All these expressions equal 8showing different ways to represent the same value.

The equal sign can appear in different positions in equations:

At the end: 2 + 3 = 5
In the middle: 4 + 1 = 3 + 2
At the beginning: 7 = 3 + 4

No matter where it appearsthe equal sign always means that the values on both sides are the same.

The Equal Sign with Three Lines

Comparison between two-line and three-line equal signs
Two-line equal sign versus three-line identical-to sign

You might sometimes see a symbol that looks like three horizontal lines: . This is not the same as the equal sign. It's called the "identical to" or "congruence" symbol.

While the equal sign (=) means that two expressions have the same valuethe three-line symbol (≡) has special meanings:

1. Identical equality: The expressions are equal for all values of variables
2. Geometric congruence: Two shapes have exactly the same size and shape
3. Modular arithmetic: Numbers have the same remainder when divided by a certain number

For examplein algebrawe might write (x + 1)² ≡ x² + 2x + 1. This means the two expressions are identical—they're equal for every possible value of x.

History of the Equal Sign

Historical depiction of Robert Recorde introducing the equal sign
Robert Recordeinventor of the equal sign

The equal sign was invented by the Welsh mathematician Robert Recorde in 1557. He introduced it in his book "The Whetstone of Witte."

Before Recorde invented the equal signmathematicians had to write out the word "equals" or use abbreviations. This made mathematical writing very long and complicated.

Recorde chose two parallel lines of the same length because he said "no two things can be more equal." His new symbol was slowly adopted by other mathematicians and eventually became standard throughout the world.

It took about 100 years for the equal sign to become widely used. Todayit's one of the most recognized mathematical symbols worldwide.

Equal Sign Quiz

Test your knowledge about the equal sign with this 5-question quiz. Choose the correct answer for each question.

1. What does the equal sign (=) mean in mathematics?
2. Who invented the equal sign?
3. What does the three-line equal sign (≡) mean?
4. Which of these equations is correct?
5. In what year was the equal sign invented?

Frequently Asked Questions

Here are answers to common questions about the equal sign:

Math Symbol Trivia

Discover interesting facts about mathematical symbols: