What Is The Sign For Less Than Explained Comprehensively
Table of Contents
- Mathematical Representation and Symbol Origins of the Less Than Symbol
- Historical Development and Introduction in Mathematical Texts
- Design Principles and Typographical Variations
- Timeline of Standardization Milestones
- Unicode, HTML, and LaTeX Representations
- Usage of the Less Than Symbol in Programming and Logic Systems
- Implementation in Programming Languages
- Logical Expressions and Chained Comparisons
- Relational Operators in SQL Queries
- Decision-Making Flowchart: Sorting Algorithm Example
- Visual and Typographic Variations of the Less Than Symbol
- Font Family and Weight Variations in Latin Scripts
- Non-Latin Script Representations of the Less Than Symbol
- Mathematical Mode vs. Plain Text Representation
- Pedagogical Applications in Education for Teaching the Less Than Symbol ("<")
- Step-by-Step Lesson Plan for Elementary Students
- Strategies for Reinforcing "<" Comprehension in Students with Dyscalculia
- Progressive Worksheets for Assessing "<" Understanding
- Cultural and Linguistic Nuances of the Less Than Symbol ("<")
- Script Direction and Numerical Ordering
- Idiomatic and Slang Usage in Programming Communities
- Non-Mathematical Applications in Hierarchy and Design
- Cultural Taboos and Superstitions Associated with "<"
- FAQ
- What are the symbols for less than and greater than in math?
- How do you write the symbol for less than or equal to?
- What do the symbols for less than and more than look like together?
- What does the symbol for less than mean when used with the number 1?
- What is the mathematical symbol for "less than"?
- How do you use the less than symbol with the number 10?
The less-than symbol ("<") serves as a foundational element in mathematics, programming, and logical reasoning, yet its origins, typographic nuances, and pedagogical applications remain underappreciated. From its 17th-century introduction by mathematicians to its modern role in conditional logic and hierarchical systems, this symbol transcends numerical comparisons to influence education, technology, and cultural communication. Understanding its evolution—from handwritten notations to Unicode standardization—reveals how a simple glyph bridges abstract theory and practical application across disciplines.
Beyond its functional use in inequalities and algorithms, the "<" symbol embodies design principles that adapt to diverse scripts, programming languages, and accessibility needs. Its visual consistency in serif and monospace fonts, for instance, ensures clarity in both academic textbooks and source code, while variations in non-Latin typographies highlight the symbol’s global adaptability. Meanwhile, its integration into gamified learning tools and hierarchical structures demonstrates how a single character can simplify complex systems, from sorting algorithms to organizational charts.

Mathematical Representation and Symbol Origins of the Less Than Symbol
The inequality symbol "<" (less than) is a fundamental component of mathematical notation, enabling concise expression of relationships between quantities. Its design reflects both typographical innovation and the evolution of mathematical communication. The symbol’s origins trace back to the 17th century, where its introduction marked a shift toward standardized symbolic representation in algebra and analysis. The "<" symbol, paired with its counterpart ">" (greater than), exemplifies how typography and mathematical logic intersect to create intuitive and universally adopted conventions.The development of these symbols was not merely aesthetic but functional, addressing the need for clarity in increasingly complex mathematical expressions. Their adoption in printed texts revolutionized how inequalities were communicated, reducing ambiguity and fostering consistency across disciplines. Below, the historical context, design principles, and standardization milestones of the "<" symbol are examined, alongside its typographical variations and Unicode representations.
Historical Development and Introduction in Mathematical Texts
The "<" and ">" symbols were introduced by Thomas Harriot, an English mathematician and astronomer, in his 1631 work Artis Analyticae Praxis ad Aequationes Algebraicas Resolvendas (published posthumously). Harriot’s notation predated the more widely recognized symbols used by mathematicians like René Descartes and Pierre Hérigone, who later popularized them in their works. The symbols were designed to visually represent the concept of inequality by mimicking the orientation of a balance scale tilted toward the larger quantity.Prior to Harriot’s innovation, inequalities were often described in prose or using cumbersome notations, such as "A is less than B" written as A < B in modern terms. The adoption of "<" and ">" in mathematical texts accelerated during the 18th and 19th centuries, as algebra and calculus expanded. By the mid-19th century, these symbols became ubiquitous in mathematical literature, thanks to the influence of Augustus De Morgan and Richard Dedekind, who formalized their use in logical and analytical contexts.
The symbols’ design was influenced by the Greek letter "pi" (π) and the Roman numeral "VI", though Harriot’s intent was to create a distinct, scalable representation. Their asymmetry ensured clarity: the open end of the symbol always pointed toward the larger value, reinforcing the directional interpretation of inequalities.
Design Principles and Typographical Variations
The "<" symbol’s design adheres to principles of visual hierarchy and cognitive intuitiveness. Its slanted, open-ended structure directs the reader’s gaze toward the larger quantity, reinforcing the inequality’s meaning without additional textual cues. The symbol’s width is standardized to align with other mathematical operators, ensuring legibility in dense equations.Key typographical variations include:
The design of these symbols reflects modularity: each variant builds upon the base "<" shape while adding distinguishing features (e.g., the horizontal bar in "<="). This modularity allows for scalable and adaptable typography, critical for mathematical typesetting.
Timeline of Standardization Milestones
The "<" symbol’s evolution from a niche notation to a standardized mathematical symbol can be traced through key milestones:- 1631: Thomas Harriot publishes Artis Analyticae Praxis, introducing "<" and ">" in algebraic contexts. This marks the first recorded use of the symbols in mathematical literature.
- 1675: Pierre Hérigone’s Cursus Mathematicus adopts the symbols, spreading their use across Europe. Hérigone’s work emphasized practical algebra, reinforcing the symbols’ utility.
- 1748: Leonhard Euler incorporates "<" and ">" in his Introductio in Analysin Infinitorum, solidifying their place in calculus and analysis. Euler’s influence ensures the symbols’ longevity in mathematical discourse.
- 1830s–1850s: Augustus De Morgan and George Boole formalize the symbols in logical and set-theoretic contexts, expanding their application beyond arithmetic.
- 1894: The "<=" symbol is standardized in mathematical texts, particularly in works on inequalities and optimization. This variant addresses the need for non-strict comparisons.
- 1960s–1980s: Unicode and digital typography systems (e.g., TeX, LaTeX) codify "<", "<=", and related symbols, ensuring consistent rendering across platforms. The Unicode Consortium assigns specific code points (e.g., U+003C for "<"), while LaTeX provides dedicated commands for precise typesetting.
- 2000s–Present: The symbols are embedded in computational tools (e.g., programming languages, statistical software) and educational curricula, reinforcing their role as universal mathematical conventions.
Unicode, HTML, and LaTeX Representations
The "<" symbol and its variants are encoded in Unicode, HTML, and LaTeX to ensure cross-platform compatibility. Below is a table summarizing their representations, including visual depictions where applicable:| Symbol | Description | Unicode Code Point | HTML Entity Reference | LaTeX Command | Visual Representation |
|---|---|---|---|---|---|
| < | Less Than | U+003C | < | \textless or \lt | Less than: < |
| ≤ | Less Than or Equal To | U+2264 | ≤ | \leq | Less than or equal to: ≤ |
| ≠ | Not Equal To (deprecated; replaced by ≠) | U+2260 (≠) | ≠ (obsolete) or ≢ | \neq | Not equal to: ≠ |
| <> | Less Than and Greater Than (historical) | U+003C + U+003E | <> | \textless\textgreater | Historical notation: <> (avoid in modern use) |
Usage of the Less Than Symbol in Programming and Logic Systems
The less than symbol (`<`) serves as a fundamental operator in programming and logical systems, enabling conditional evaluations, iterative control, and data comparisons. Its application extends beyond mathematical notation into structured decision-making, algorithmic logic, and database querying, where it governs execution flow and relational integrity. Understanding its syntax, behavior in chained expressions, and interactions with other operators is essential for writing efficient and correct code. This section explores its implementation across programming languages, logical expressions, and SQL, alongside a structured decision-making example.Implementation in Programming Languages
The `<` operator functions identically across most high-level languages but varies in syntax for compound comparisons and type handling. Below are examples from Python, JavaScript, and C++, illustrating its use in comparisons, loops, and conditionals.In Python, the `<` operator evaluates to `True` or `False` and is commonly used in `if` statements, `for` loops, and list comprehensions. For instance:
```python
x = 5
y = 10
if x < y:
print("x is less than y") # Output: "x is less than y"
```
In loops, it defines termination conditions:
```python
for i in range(10):
if i < 3:
print(f"{i} is less than 3")
```
JavaScript mirrors Python’s behavior but uses strict equality checks for non-primitive types:
```javascript
let a = 15, b = 20;
if (a < b) console.log("a is less than b"); // Output: "a is less than b"
```
In C++, `<` requires explicit type casting for mixed-type comparisons and is often used with iterators or array bounds:
```cpp
int arr[] = {1, 2, 3};
for (int i = 0; i < 3; i++) {
std::cout << arr[i] << " ";
}
```
Key Considerations:
Logical Expressions and Chained Comparisons
The `<` operator participates in chained comparisons, where multiple conditions are evaluated atomically in languages like Python. For example:```python
a, b, c = 1, 2, 3
result = a < b < c # Equivalent to a < b and b < c
print(result) # Output: True
```
Behavior in Boolean Algebra:
Table: Comparison of Chained Syntax Across Languages
| Language | Syntax Example | Equivalent to |
|---|---|---|
| Python | `a < b < c` | `a < b and b < c` |
| Java | `a < b && b < c` | Explicit chaining required |
| C++ | `a < b && b < c` | No native chaining |
| JavaScript | `a < b < c` | `a < b && b < c` (evaluated left-to-right) |
Relational Operators in SQL Queries
SQL uses `<` for filtering rows where a column’s value meets a condition, but its behavior differs from programming languages due to NULL handling and type compatibility. The operator `<=` (less than or equal) and `!=` (not equal) are critical for edge cases.Key Differences:
SELECT FROM employees WHERE salary < 50000; -- Excludes NULL salaries
SELECT FROM employees WHERE salary IS NULL; -- Explicit NULL check required
```
SELECT FROM orders WHERE order_date < '2023-01-01';
```
Comparison Table: `<`, `<=`, and `!=` in SQL
| Operator | Description | Example | Notes |
|---|---|---|---|
| `<` | Less than | `age < 18` | Excludes equal values |
| `<=` | Less than or equal | `salary <= 50000` | Includes boundary values |
| `!=` | Not equal | `status != 'active'` | Equivalent to `<>` in some databases |
| `IS NULL` | Explicit NULL check | `column IS NULL` | Required for NULL comparisons |
Decision-Making Flowchart: Sorting Algorithm Example
A selection sort algorithm demonstrates how `<` controls execution paths. Below is a textual representation of the flowchart logic:1. Initialization:
2. Finding Minimum:
if arr[j] < arr[min_idx]:
min_idx = j
```
3. Swapping:
4. Termination:
Visual Flow (Textual Description):
```
START
│
▼
[Initialize i = 0, min_idx = 0]
│
▼
[Check if i < n-1]
├─── YES →
│ │
│ ▼
│ [Set j = i+1]
│ │
│ ▼
│ [Check if j < n]
│ ├─── YES →
│ │ │
│ │ ▼
│ │ [Compare arr[j] < arr[min_idx]]
│ │ ├─── YES → Update min_idx = j
│ │ └──── NO → Proceed
│ │
│ ▼
│ [Increment j]
│ │
│ └───── NO → Exit inner loop
│
│ ▼
│ [Swap arr[i] and arr[min_idx] if i != min_idx]
│
│ ▼
│ [Increment i]
│
│ └───── NO → EXIT (Array sorted)
│
└───── NO → TERMINATE
```
Key Insights:

Visual and Typographic Variations of the Less Than Symbol
The typographic representation of the less than symbol ("<") extends beyond its uniform appearance in digital text, exhibiting nuanced variations across font families, scripts, and technical contexts. These distinctions influence readability, mathematical precision, and programming conventions, where subtle differences in stroke weight, spacing, or script-specific alternatives can alter meaning or usability. Below, the visual and typographic adaptations of "<" are examined, including font-specific rendering, non-Latin alternatives, and specialized formatting in mathematical and computational systems.Font Family and Weight Variations in Latin Scripts
The appearance of the less than symbol varies significantly across serif, sans-serif, and monospace fonts due to differences in stroke design, kerning adjustments, and ligature interactions. These variations are critical in design, programming, and academic publishing, where visual consistency affects clarity and professionalism.Serif fonts, such as Times New Roman or Garamond, often render "<" with a slightly slanted or asymmetrical stroke, where the opening angle may appear more pronounced or refined. Sans-serif fonts, like Helvetica or Arial, typically present a sharper, more geometric "<" with uniform stroke widths, though some designs may incorporate subtle curvature to improve legibility. Monospace fonts, such as Courier New or Consolas, enforce rigid alignment and fixed-width spacing, which can exaggerate the symbol’s vertical asymmetry or introduce artificial padding to maintain grid consistency.
Kerning adjustments further refine the symbol’s spacing in serif fonts, where the closing stroke may be subtly separated from adjacent characters to prevent optical collisions. Ligature effects are rare for "<" but may occur in mathematical contexts, where the symbol interacts with superscripts or subscripts to maintain alignment. Below is a comparative table illustrating these variations across font families and weights:
| Font Family | Weight | Visual Preview | Key Typographic Notes |
|---|---|---|---|
| Serif (e.g., Georgia) | Regular | < | Slanted opening angle; subtle kerning with adjacent characters; refined stroke transitions. |
| Serif (e.g., Palatino) | Bold | < | Thicker strokes reduce optical asymmetry; increased kerning to prevent crowding. |
| Sans-serif (e.g., Arial) | Regular | < | Geometric precision; uniform stroke width; minimal kerning adjustments. |
| Sans-serif (e.g., Roboto) | Light | < | Thinner strokes may exaggerate the symbol’s asymmetry; reduced contrast with background. |
| Monospace (e.g., Consolas) | Regular | < | Fixed-width alignment; artificial padding may be introduced to center the symbol vertically. |
| Monospace (e.g., Courier New) | Bold | < | Thicker strokes maintain grid integrity; potential for jagged edges at high resolutions. |
Non-Latin Script Representations of the Less Than Symbol
In non-Latin scripts, the less than symbol is often replaced or adapted to align with mathematical, logical, or computational conventions unique to the script. These alternatives may serve identical functional purposes but incorporate script-specific aesthetics or contextual adaptations. For instance:- Arabic Script: The less than symbol is rarely used in traditional Arabic mathematical texts, where relational operators are often represented by verbal descriptors (e.g., "أقل من" aqall min). However, in modern technical contexts or when interfacing with Latin-based systems, the Unicode character U+226A (≤) or a Latin "<" may be employed, though this can create visual dissonance. Some specialized Arabic typography systems introduce a modified version of "<" with a rightward curve to mimic the flow of Arabic script.
- Devanagari Script: In Indian mathematical traditions, the less than symbol is absent in classical texts, but contemporary educational materials may use the Latin "<" or the Unicode U+096E (अंग्रेज़ी अक्षर एल) in a stylized form. For example, the symbol may appear as "<" in digital fonts like Sahitya or Mangal, though its use remains limited to hybrid Latin-Devanagari contexts.
- CJK (Chinese, Japanese, Korean) Scripts: The less than symbol is not natively represented in CJK typography, where relational concepts are expressed using hanzi/kanji such as 小于 (xiǎo yú) in Chinese or より小さい (yorisu sai) in Japanese. However, in technical documentation or programming, the Latin "<" is universally adopted, often rendered in a proportional CJK-compatible font (e.g., Microsoft YaHei, Hiragino) to maintain visual harmony with surrounding text. Some CJK fonts incorporate a ligature-like effect where "<" interacts with adjacent CJK characters to preserve baseline alignment.
Mathematical Mode vs. Plain Text Representation
The less than symbol exhibits distinct typographic behaviors in mathematical mode (e.g., LaTeX, MathML) compared to plain text, governed by strict spacing, sizing, and alignment rules. These differences ensure clarity in complex expressions and adherence to mathematical conventions.In plain text, the "<" symbol is rendered at the default font size and line height, with no inherent adjustments for surrounding characters. Its spacing is governed by the font’s metrics, which may introduce inconsistent gaps in monospace environments or kerning artifacts in proportional fonts.
In mathematical mode, the symbol undergoes several transformations:
\textless x \quad \text{vs.} \quad x < y
```
The first example uses plain text spacing, while the second applies mathematical kerning.
\begin{cases}
x < y \\
z \leq w
\end{cases}
```
Here, the `<` and `≤` symbols share a common baseline and midpoint alignment.
In LaTeX, the command `\less` or `<` in math mode activates these rules automatically, while plain text `<` adheres to the document’s default font settings. Mathematical fonts (e.g., Computer Modern, STIX) further refine the symbol’s design, often incorporating a slightly taller ascender to improve legibility in fractions or integrals.
Pedagogical Applications in Education for Teaching the Less Than Symbol ("<")
The less than symbol ("<") serves as a foundational element in mathematics, logic, and computational thinking, yet its effective teaching requires tailored strategies to ensure accessibility and engagement across diverse learners. For elementary students, the symbol’s introduction must balance concrete visual representations with abstract reasoning, while students with dyscalculia benefit from multisensory approaches that reinforce conceptual understanding through tactile and auditory feedback. Structured lesson plans, adaptive worksheets, and gamified tools can transform abstract inequalities into interactive, meaningful experiences, fostering both comprehension and confidence.Step-by-Step Lesson Plan for Elementary Students
A structured, multisensory lesson plan introduces the "<" symbol through visual scaffolding, kinesthetic activities, and collaborative problem-solving. The progression begins with concrete comparisons (e.g., object sizes) before transitioning to numerical and symbolic representations. Below is a 45-minute lesson divided into phases, incorporating manipulatives, number lines, and peer interaction.Lesson Objective:Phase 1: Concrete Comparisons (10 minutes)
Students will correctly identify and use the "<" symbol to compare quantities, lengths, and temperatures, demonstrating understanding through visual, tactile, and verbal responses.
Introduce the concept using real-world objects (e.g., cups of water, stacks of blocks, or toy cars) to emphasize physical differences. Arrange two groups of objects (e.g., 3 blocks vs. 5 blocks) and ask students to:
Phase 2: Number Line Exploration (12 minutes)
Transition to numerical comparisons using a giant floor number line (or a physical strip with tactile markers). Demonstrate:
Phase 3: Symbolic Practice (10 minutes)
Introduce the "<" symbol in isolation through guided worksheets with three tiers of difficulty:
1. Visual cues: Circles with shaded portions (e.g., half-shaded vs. three-quarters shaded).
2. Number pairs: Simple inequalities (e.g., 2 < 5, 10 < 8 with intentional errors to correct).
3. Word problems: "Liam has 4 apples. Emma has 6 apples. Write how many apples Liam has < Emma’s apples."
Phase 4: Real-World Application (10 minutes)
Connect the symbol to measurable quantities (temperature, height, time) using:
Phase 5: Wrap-Up and Assessment (3 minutes)
Strategies for Reinforcing "<" Comprehension in Students with Dyscalculia
Students with dyscalculia often struggle with symbolic abstraction, spatial reasoning, and memory for mathematical notations. Addressing these challenges requires tactile reinforcement, reduced cognitive load, and explicit verbal scaffolding. The following strategies leverage multisensory input while minimizing reliance on visual or auditory processing alone.1. Tactile and Kinesthetic Methods
Dyscalculia frequently co-occurs with difficulties in visual-spatial skills, making raised-line diagrams and braille adaptations critical. Implement:
2. Verbal and Auditory Cues
Replace or supplement visual symbols with consistent verbal anchors:
3. Errorless Learning and Scaffolding
Reduce cognitive overload by:
2. Ask, "Which one is smaller?"
3. Draw the "<" pointing to the smaller number.
4. Gamified Reinforcement
Incorporate low-pressure, high-repetition games with immediate feedback:
Progressive Worksheets for Assessing "<" Understanding
Worksheets should progress from concrete to abstract, incorporating word problems, real-world scenarios, and inequalities with variables. Below is a structured sequence of 5 worksheets, each building on prior skills while introducing complexity.Worksheet 1: Visual Comparisons (Beginner)
[Image: 3 red circles] [Image: 5 blue circles]
_____ < _____
- Extension: Add a third group and ask students to order them (e.g., "1 < 3 < 5").
Worksheet 2: Number Pairs (Intermediate)
8 ___ 5 (Answer: 5 < 8)
12 ___ 10
- Real-World Tie-In: Include temperatures (e.g., "Today’s high: 25°C ___ Yesterday’s high: 30°C").
Worksheet 3: Word Problems (Applied)
"Jake read 15 pages. Mia read 20 pages. Jake’s pages ___ Mia’s

Cultural and Linguistic Nuances of the Less Than Symbol ("<")
The less than symbol ("<") transcends its mathematical origins to embed itself in diverse cultural, linguistic, and symbolic contexts. While universally recognized in numerical and programming frameworks, its interpretation varies significantly across scripts, communication styles, and regional conventions. In right-to-left (RTL) languages, such as Arabic or Hebrew, the symbol’s placement in text or user interfaces may invert its conventional meaning, leading to potential ambiguities. Additionally, programming slang and hierarchical notations repurpose "<" in ways that reflect both technical and colloquial adaptations. Beyond functional use, the symbol appears in art, design, and even superstitions, revealing its multifaceted role in human expression.Cultural and linguistic contexts introduce layers of complexity to the symbol’s usage, from technical misinterpretations to symbolic reinterpretations. Understanding these nuances is essential for designers, educators, and developers working in global or multilingual environments.
Script Direction and Numerical Ordering
The less than symbol’s directional orientation aligns with the dominant text flow in a given language. In left-to-right (LTR) scripts—such as English, Latin, or Cyrillic—the "<" symbol naturally indicates a smaller value when placed between two numbers (e.g., 3 < 5). However, in right-to-left (RTL) scripts—such as Arabic, Hebrew, or Persian—the symbol’s visual placement may conflict with conventional mathematical interpretation.Key considerations in RTL contexts:
Example:
In an Arabic-language educational software, a comparison x < y might be visually represented with y on the left and x on the right to align with RTL reading habits, even though the logical evaluation remains unchanged.
Idiomatic and Slang Usage in Programming Communities
Programming cultures have repurposed the less than symbol into informal expressions, often blending technical precision with colloquialism. These adaptations reflect the community’s humor, shorthand conventions, and shared terminology.Common repurposings:
Example:
In Stack Overflow discussions, developers might jokingly use "<3 Python" to express preference, while in configuration files, "
Non-Mathematical Applications in Hierarchy and Design
Beyond numerical and logical contexts, the less than symbol functions as a visual cue in organizational structures, file systems, and artistic representations. Its angular, directional form lends itself to hierarchical or sequential notation.Applications in hierarchical systems:
Example:
The "<" symbol in the logo of a data analytics firm might visually represent the concept of "filtering" or "reducing complexity," aligning with the company’s focus on comparative analysis.
Cultural Taboos and Superstitions Associated with "<"
While the less than symbol lacks widespread superstitions, certain cultural or historical contexts attribute symbolic meanings that extend beyond its functional use. These associations often stem from visual resemblance to other objects or concepts.Regional associations:
Historical Anecdotes:
Table: Cultural Interpretations of "<"
| Region/Context | Symbolic Meaning | Example or Reference |
|---|---|---|
| Chinese Folk Beliefs | Potential financial loss ("mouth" analogy) | Avoidance in pricing displays |
| Japanese Protective Art | Rarely used in omamori for luck | Undocumented in mainstream sources |
| Western Occultism | Submissive or inferior positioning | Speculative, not standardized |
| Internet Leetspeak | Text obfuscation (e.g., "<" for "a") | Early hacker and gamer communities |
| African Adinkra Symbols | Unity or strength (non-mathematical) | Gye Nyame ("Only God") patterns |
The less-than symbol exemplifies how a deceptively simple mathematical notation has become indispensable in fields ranging from elementary education to advanced computing. Its dual role—as both a precise operator in logic and a versatile tool in communication—underscores the interplay between historical development and modern innovation. Whether used to teach inequalities to children, optimize database queries, or represent hierarchical relationships, the "<" symbol remains a testament to the power of standardized symbols in shaping thought and practice. By exploring its origins, applications, and cultural interpretations, we gain insight into how fundamental notations continue to evolve while maintaining their core utility.
FAQ
What are the symbols for less than and greater than in math?
The less than symbol is `<` (e.g., 3 < 5), and the greater than symbol is `>` (e.g., 7 > 4). They compare two values, with the open side facing the larger number.
How do you write the symbol for less than or equal to?
The less than or equal to symbol is `≤` (a `<` with a horizontal line underneath). It means "smaller than or the same as" (e.g., x ≤ 10).
What do the symbols for less than and more than look like together?
The less than symbol is `<` and the greater than symbol is `>`. They are opposites (e.g., 2 < 5 > 1 means 2 is less than 5, and 5 is greater than 1).
What does the symbol for less than mean when used with the number 1?
The `<` symbol with 1 (e.g., x < 1) means "x is any number smaller than 1." It excludes 1 itself unless combined with `=` (≤).
What is the mathematical symbol for "less than"?
The less than symbol in math is `<` (e.g., 4 < 6). It indicates the number on the left is smaller than the one on the right.
How do you use the less than symbol with the number 10?
The `<` symbol with 10 (e.g., y < 10) means "y is any value below 10." It does not include 10 unless written as `y ≤ 10`.
Leave a Comment
Comments are moderated before appearing. The data you submit is processed according to the Privacy Policy of Voltefac.