Download Author: Cross Multiply and Numbers Between Group Members: 1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Genetic algorithm wikipedia , lookup

Sieve of Eratosthenes wikipedia , lookup

Selection algorithm wikipedia , lookup

Computational complexity theory wikipedia , lookup

Simplex algorithm wikipedia , lookup

Smith–Waterman algorithm wikipedia , lookup

Expectation–maximization algorithm wikipedia , lookup

Algorithm characterizations wikipedia , lookup

Factorization of polynomials over finite fields wikipedia , lookup

Time complexity wikipedia , lookup

Algorithm wikipedia , lookup

Transcript
Author:
Cross Multiply and Numbers Between
Group Members:
1. Determine algebraically which fraction is larger.
(a)
7
3
and
5
10
(b)
5
3
and
6
4
(c)
8
11
and
9
13
4
7
There is a slick little algorithm to compare two fractions. Let’s compare
and
. Here’s how it
5
10
works:
(i) Multiply the denominator of the second fraction and the numerator of the first
(ii) Multiply the denominator of the first fraction and the numerator of the second
4
7
(iii) If the number from (i) is bigger, then is bigger than
, but if the number from (ii) is bigger,
5
10
4
7
then
is bigger than .
10
5
So by the cross multiply algorithm,
4
7
>
.
5
10
2. Use the cross multiply algorithm to determine which fraction is larger.
(a)
3
7
and
5
10
(b)
3
5
and
6
4
(c)
11
8
and
9
13
3. Did the numbers from the cross multiply algorithm show up when you compared the fractions algebraically?
If so, where?
4. For each of the problems where the numbers from the cross multiply algorithm did not show up in the
algebraic method, redo the algebraic problem so they do appear?
5. Explain why the cross multiply algorithm works.
6. Find a number between
2
3
and .
5
5
7. Find two numbers between
4
5
and .
9
9
8. Find four numbers between
1
2
and .
3
3
9. In the previous problems, were you able to get your answer using the Fundamental Law only once? If not,
redo the problems using Fundamental Law only once in each problem.