Suppose I have the a number of expressions, some of which resolve to rational number and others to irrational numbers. $\sqrt{56}$, $7.5$, $5 + \sqrt{6}$, $10-\sqrt{6}$, $11-\sqrt{12}$ and $\sqrt{12} + \sqrt{17}$. My aim is to sort the surds in ascending order.
2026-03-25 19:03:50.1774465430
How do I sort a number of surd expressions?
45 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in IRRATIONAL-NUMBERS
- Convergence of a rational sequence to a irrational limit
- $\alpha$ is an irrational number. Is $\liminf_{n\rightarrow\infty}n\{ n\alpha\}$ always positive?
- Is this : $\sqrt{3+\sqrt{2+\sqrt{3+\sqrt{2+\sqrt{\cdots}}}}}$ irrational number?
- ls $\sqrt{2}+\sqrt{3}$ the only sum of two irrational which close to $\pi$?
- Find an equation where all 'y' is always irrational for all integer values of x
- Is a irrational number still irrational when we apply some mapping to its decimal representation?
- Density of a real subset $A$ such that $\forall (a,b) \in A^2, \ \sqrt{ab} \in A$
- Proof of irrationality
- Is there an essential difference between Cartwright's and Niven's proofs of the irrationality of $\pi$?
- Where am I making a mistake in showing that countability isn't a thing?
Related Questions in NUMBER-COMPARISON
- Prove an inequality with sizable exponents
- Prove inequality using Positivity Axioms
- Notational Shorthand: $a$ is greater than both $b$ and $c$?
- Comparing $\log_2 3$ to $\log_3 5$
- Comparing (ordering) rate and sample size
- Without using a calculator, is $\sqrt[8]{8!}$ or $\sqrt[9]{9!}$ greater?
- If $x>y$, is $|x+y|$ or $|x-y|$ bigger, or neither?
- Which is bigger, $ \log_{1000} 1001$ or $\log_{999} 1000 $?
- Which one is greater (A or B)?
- Which one is bigger? Logarithms and trigonometric functions
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
First, compare $$ 5 + \sqrt{6} \text{ with } 10 - \sqrt{6} $$ This is effectively the same as comparing $2.5$ and $\sqrt{6}$.
$2.5 = \sqrt{2.5 \times 2.5} = \sqrt{6.25}$
$\sqrt{6.25} > \sqrt{6}$
Therefore $5+\sqrt{6} > 10 - \sqrt{6}$
So the ordering at this point is $$ 10 - \sqrt{6} < 5+\sqrt{6} $$ with all the other items left unordered.
Next I've compared $11 - \sqrt{12}$ with $5+\sqrt{6}$
This is the same as comparing $(6 - \sqrt{12})^2=48-12\sqrt{12}$ and $6$ (because I subtract $5$ from both sides). In this case, the comparison that needs to be made is between $48-6$ and $12\sqrt{12}$. $42^2 = 1764$ and $12\times12 = 144$. It is clear that $5+\sqrt{6}$ is thus greater than $11 - \sqrt{12}$.
Something similar is then done for $10-\sqrt{6}$ and $11-\sqrt{12}$ after subtracting ten, we are left with $-\sqrt{6}$ and $1-\sqrt{12}$. $6$ and $(1-\sqrt{12})^2 = 13-2\sqrt{12}$. The comparison is therefore between $13-6=7$ and $2\sqrt{12} = \sqrt{48}$. Because $\sqrt{49} > \sqrt{48}$ $11-\sqrt{12} > 10-\sqrt{6}$.
The ordering at this point is therefore $$ 10 - \sqrt{6} < 11-\sqrt{12} < 5+\sqrt{6} $$
The next stage of the puzzle could be to see where $\sqrt{56}$ fits. To compare this with $5+\sqrt{6}$ we can square both expressions, so the comparison is between $56$ and $(5+\sqrt{6})^2 = 31+10\sqrt{6}$. Therefore, we are interested in whether $25 > 10\sqrt{6}$. We can rewrite that inequality as $\sqrt{625} > \sqrt{600}$. Thus, $\sqrt{56}$ is greater than $5+\sqrt{6}$. So the ordering is:
$$ 10 - \sqrt{6} < 11-\sqrt{12} < 5+\sqrt{6} < \sqrt{56} $$
We can see where $7.5$ fits with limited effort. Because $7.5 = \sqrt{56.25}$ it is thus bigger than $\sqrt{56}$ so the ordering should now be: $$ 10 - \sqrt{6} < 11-\sqrt{12} < 5+\sqrt{6} < \sqrt{56} < 7.5 $$
The last step of the solution is to work out where $\sqrt{12} + \sqrt{17}$ should go.
If we compare this to $\sqrt{56}$ we can square both expressions before comparing them. Thus, we compare $(\sqrt{12}$ and $\sqrt{17})^2 = 29 + \sqrt{816}$ and $56$. Thus we compare $56-29 = 27$ and $\sqrt{816}$. So $\sqrt{729}$ and $\sqrt{816}$. We thus deduce that $\sqrt{56} < \sqrt{12} + \sqrt{17}$. To compare to the next biggest number $\sqrt{56.25}$ we just repeat the above computation, but with 56.25 instead of 56. It turns out that $27.25^2 = 742.5625$ is still not bigger than $\sqrt{816}$ so $\sqrt{12} + \sqrt{17}$ is bigger than 56.25.
The final ordering is thus: $$ 10 - \sqrt{6} < 11-\sqrt{12} < 5+\sqrt{6} < \sqrt{56} < 7.5 < \sqrt{12}+\sqrt{17} $$