You are not logged in.
Hi! Welcome aboard!
Have you run across G. Spencer Brown's "Laws of Form" and his notation for two-valued logic?
It introduces a notation that uses a single symbol (in addition to the p,q,r,... for statements) to
represent and, or, implies, if and only if, not, and the truth value "T". The system of notation is
phenomenal and makes calculations of truth values extremely easy. Paying attention only to the
notational system and its rules of operation is really neat. But trying to understand his more or
less (according to me) "philosophical" language of "distinctions, crossings" etc is another matter.
I gave up on it and just took the notational system and ran with it. Works really great. Oh, and
the one symbol also does grouping.
I think there are sites where you can download it for free. Enjoy!
Hi again!
An interesting note:
Assume a,b,c,d are integers in the following and that the fractions are in reduced form.
(It still seems to work OK even if the fractions are not reduced.)
Using hcf(a/b,c/d)=hcf(a,c)/hcf(b,d) and lcm(a/b,c/d)=lcm(a,c)/hcf(b,d) works for
whole numbers like 10 and 15 written as 10/1 and 15/1.
Example1:
hcf(10,15) = hcf(10/1, 15/1) = hcf(10,15)/hcf(1,1) = 5/1 = 5.
lcm(10,15) =lcm(10/1, 15/1) = lcm(10,15)/hcf(1,1) = 30/1 = 30 and hcf*lcm=5*30=150=10*15
So whole numbers (and so also integers) also work under the definition of hcf for fractions
with the usual M*N=lcm(M,N)*hcf(M,N) formula intact.
BUT for other kinds of fractions this product of the original two numbers equals the product
of the hcf and lcm does NOT necessarily work.
Example2: hcf(1/10, 1/15) = hcf(1,1)/hcf(10,15) = 1/5.
lcm(1/10,1/15) = lcm(1,1)/hcf(10,15) = 1/5
so hcf*lcm = (1/5)(1/5)=1/25 whereas (1/10)(1/15) = 1/150. The hcf*lcm is missing the other
factor of each of the 10 and 15. So we only get the 5 and 5 but not the other factors 2 and 3.
Example3: hcf(15/8, 25/6) = hcf(15,25)/hcf(8,6) = 5/2.
lcm(15/8, 25/6) = lcm(15,25)/hcf(8,6) = 75/2.
so hcf*lcm = 375/4 whereas (15/8)(25/6)=375/48. So again we are missing the other factors
in the denominator. The numerators are always the same since they are a product of the lcm
and hcf of INTEGERS.
So it looks like in the case of integers, we get hcf(M,N)*lcm(M,N)=M*N as a SPECIAL CASE of the
more general definition of lcm and hcf because the denominators are both 1's.
Example4: hcf(10/7, 15/7)=hcf(10,15)/hcf(7,7) = 5/7.
lcm(10/7, 15/7)=lcm(10,15)/hcf(7,7) = 30/7.
So hcf*lcm = (5/7)(30/7) = 150/49 and (10/7)(15/7) = 150/49.
So if BOTH denominators are the SAME then the product of the original numbers = lcm*hcf holds.
Example5: hcf(10/3, 15/7)=hcf(10,15)/hcf(3,7) = 5/1 = 5.
lcm(10/3, 15/7)=lcm(10,15)/hcf(3,7) = 30/1 = 30.
so hcf*lcm = 5*30=150 whereas (10/3)(15/7)=150/21 Again these are not equal.
CONCLUSION1: THE lcm*hcf BEING EQUAL TO THE PRODUCT OF THE original two numbers
ONLY WORKS WHEN THE TWO NUMBERS HAVE THE same DENOMINATOR.
Of course, integers are written over 1 to make them fractions for the formula.
CONCLUSION2: The old trick of calculating the lcm by dividing the product of the original numbers
by the hcf cannot be used when dealing with fractions unless their denominators
are the same.
CONCLUSION3: Given fractions a/b and c/d with a,b,c,d integral the equality
lcm(a/b, c/d) = a*c/(hcf(a,c)*hcf(b,d)) is I believe true because we can
substitute lcm(a,c) = a*c/hcf(a,c) since a and c are integers.
CONCLUSION4: Given a/b and c/d if gcd(b,d)=1 then the lcm and hcf of the two fractions are
integers. See example 5. Furthermore they are the lcm and hcf of just the
numerators.
So MIF, can I blame my lack of sleep on you? You really got my mind a buzzin' with your lcm
calculator!
P.S. The decimals seem to still work for the lcm and gcd calculators and seem to give the same
answer when changed into fractions.
Hello again MIF,
The gcf, gcd, hcf, hcd calculator seems to work just fine. Works with negative numbers and with
decimals too. And if one tries to input fractions with the "/" it just ignores the "/". Good work!
I'm still working on the lcm and gcd of fractions trying to get equivalent formulations and
examples of problems that it can apply to.
Have a great day!:P
The gcd calculator seems to work fine for positive integer inputs. I input negative integers, decimals and fractions and it just returned 1 in every case although it allows inputting these (fractions in form a/b) forms. I have written many programs in BASIC and have had to try to "idiot-proof" them. It's difficult to anticipate what other people might do.
Somewhere down the line when you have a good chunk of time (if ever) it would be nice to have a
calculator that allows the input of integers, decimals and fractions as well as positive integers and
then have the program calculate both the lcm and gcd for the input set of numbers. You could
have the first site on the internet that does these calculations for all these kinds of inputs. It might
generate a good bit of curiosity and cause a bit more membership and traffic on the site.
And again HI!
Do you have a highest common factor (greatest common divisor) calculator too?
It seems to me that "gcd" is preferred more in higher levels of mathematics.
hcf(a/b,c/d) = hcf(a,c)/hcf(b,d). (Extends to more than two fractions)
These are used in a method of adding and subtracting fractions which is easier to
use in most cases where the denominators have a common factor.
10 15 5 2 3 10 13 130 65
Example: ---- + ---- = --- ( -- + -- ) = --- x --- = ---- = ---
33 22 11 3 2 11 6 66 33
The 5/11 is the hcf of 10/33 and 15/22.
The 66 in the 130/66 is the least common denominator of the fractions, but if
one cancels out the 2 from the 10 and 6 before multiplying then the 65/33 is
obtained thus bypassing the 130/66. Thus the least common denominator is
not necessarily seen in the process.
Any non-zero linear combination of two (or more) natural numbers M and N, say aM+bN
where a and b are non-zero integers has as one of its factors hcf(M,N).
If c is a common factor of of M and N then there are numbers x and y such that
M=cx and N=cy. Hence aM+bN = axc + bcy = c(ax + by). So ANY common factor
of M and N must be a factor of the linear combination also.
This should also apply to two (or more) fractions a/b and c/d.
I've heard of even and odd fractions, prime and composite fractions, and now lcm
and hcf of fractions. What's next? And what interesting applications might arise from
these concepts?
Have a super day (or night as the case may be)!
I gotta get back to sleep.
Hi again!
Take the equation
x 3x
----- + ----- = 10 and multiply both sides by the lcm 24.3 that your program gives.
2.43 8.1
Then we get 10x + 9x = 243 so 19x=243 so x=12.789. So maybe there are some decent
applications for the concept.
Of course we could have multiplied the equation through by both 8 .1 and 2.43 and solved, but
then we would have had decimal coefficients for the variable.
8.1x + 3(2.43)x = 10(8.1*2.43)
8.1x + 7.29x = 196.83
15.39x = 196.83
x = 196.83/15.39
x = 12.789
Does make the arithmetic a bit easier!
But perhaps we can get lcms for fractions a/b and c/d in the sense that we are looking for the
smallest fraction that both a/b and c/d divide into giving integers.
Example: 15/77 and 25/49 and see if 75/7 does the trick.
(75/7)/(15/77)=(75*77)/(7*15)=5*11=55 and (75/7)/(25/49)=(75*49)/(25*7)=3*7=21
which yields integral values for each division.
x x
So given ------ + ------- = 7 and multiplying both sides by 75/7 we obtain
15/77 25/49
55x + 21x = 7*(75/7) = 75
x = 75/76
It looks like lcm(a/b,c/d) = lcm(a,c)/hcf(b,d)
Example: lcm(1/4,1/6) = lcm(1,1)/hcf(4,6) = 1/2. (1/2)/(1/4)=2 and (1/2)/(1/6) = 3.
Example: lcm(4,6) = lcm(4/1,6/1) = lcm(4,6)/hcf(1,1) = 12/1 = 12. (Works for integers)
Example: lcm(2/3,6/15) = lcm(2,6)/hcf(3,15) = 6/3 = 2
2/(2/3) = 3 and 2/(6/15) = 5
Hmmmmmm. This might at times be an easier approach to solving equations involving fractions.
But of course for just two fractions we could replace lcm(a,c) with ac/hcf(a,c) so the formula
would become lcm(a/b,c,d) = ac/(hcf(a,c)*hcf(b,d))
And would lcm(a/b,c/d,e/f) = lcm(a,c,e)/hcf(b,d,f) etc. for more than two fractions?
Your program is generating some interesting questions!
Hi MIF!
You could allow the minus sign, since according to Wikipedia the lcm of two integers is the smallest
POSITIVE integer that is divisible by both. In essence the minus signs are just ignored. Wiki also
says that if either a or b is zero then the lcm is zero.
I've never seen lcm applied to decimals although your program seems to work accepting them as input but treats them as if they had no decimals and then outputs the correct integer accordingly but puts a decimal in the answer so that both inputs divide into it an INTEGRAL number of times.
If I input 2.43 and 8.1 into your program it outputs 24.3 which both 2.43 and 8.1 divide into an
INTEGRAL number of times. So maybe you've come up with a way to define lcms of terminating
decimals! Inputting .166 and .333 gives 55.278 which both .166 and .333 divide into an INTEGRAL
number of times. Perhaps this could be extended to fractions if we write them in a base that makes BOTH of them TERMINATING decimals???
Hmmmmmmmm...
Hi MIF!
Did you mean for it to work with decimals too? The few I tested worked.
Did you mean for it to work with negative numbers? That didn't work.
Works nice for positive integers.
You might consider limiting the inputs to just positive integers.
Zero poses a problem, since any number times zero equals zero. multiplies of zero are 0,0,0,...
The multiples of 2 are 0,2,4,6,... So accordingly lcm(0,2) would be zero.
People are going to try to input all kinds of numbers if there are no restrictions.
It may be better to simply not accept their inputs rather than accept the inputs and then
not get an answer or get an answer they can't understand.
Hi everwon!
The puzzle mentioned in post #20. I mist it two. Did it halve some thin too do with:
"Residents refused refusing refuse because they didn't want to phicks the balm with reused stough."
I love the English language. It's so phul of posibilities for mispelling, misspronunciation,
missunderstanding, werdpley, etc.
Makes it really nice for puny punsters eke, ewe no!
Phortunately math has phar phewer foneems phor phowling pholks phreequintly. The fisherman
was doling in roe and rolling in dough at the same time. Wo woe wough whoa!!!! Enuff!
Sorry! Just couldn't help myself!
Yes indeedy!
I agree. After all math is a language. We don't have to speak the language if we don't want to. Or we can use only the parts of the language that we choose. It all depends on our individual axioms of choice.
Hi y'all
You might say that those on both sides of the argument tend to take it to the limit!
1/2 a > good day!
Hi!
The general approach to absolute value equalities is to consider where the quantities inside the
absolute values are positive, zero, or negative. Try the following:
Where both of 2x+1 and 2x-1 are positive replace the absolute values with these and solve.
Where both of 2x+1 and 2x-1 are negative replace the absolute values with the opposite of these
and solve.
Where 2x+1 is positive and 2x-1 is negative replace |2x+1| with 2x+1 and |2x-1| with -(2x-1)
and solve.
You will also find solutions where each of these quantities individually are zero.
You will find the solutions in [-1/2, 1/2].
Hi!
It may be easier to see using the exponential form for complex numbers. I'll use Q for theta.
iQ 1/n 1/n iQ/n
(re ) = r e is the principal nth root. The other n-1 roots, as Bob Bundy pointed
out, are equally spaced around the circle; that is, the increment to add to Q/n is 360/n. Keep adding
this increment to each succeeding angle until adding another increment would be a "wrap around."
i100 1/4 1/4 i100/4 i25 i(25+90) i(25+180) i(25+270)
Example: (16e ) produces 16 e = 2e , 2e , 2e , 2e
where the angles are in degrees for ease of typing.
The rectangular form for complex numbers is not as nice to work with for products, quotients and
powers and roots. The exponential form is not nice with sums and differences.
iC iD i(C+D) iC iD i(C-D) iC n n inC
(ae )(be ) = abe (ae )/(be ) = (a/b)e (ae ) = a e (Roots done above)
Integral powers can be done in rectangular form but are quite difficult if n is moderately large.
So we can switch to exponential form, do the power, and switch back to rectangular form.
Products and quotients are not so bad in rectangular form as usually taught in college algebra. It
is not worth the effort to switch to exponential to do products and quotients.
Finding roots in rectangular form? I've never seen it done.
Sums and differences in rectangular form are easy. (a+bi)+(c+di) = (a+c)+(b+d)i and
(a+bi)-(c+di) = (a-c)+(b-d)i.
I've never seen sums and differences done in exponential form.
So the more powerful the operation, the more we tend to use the exponential form for the
calculations.
There are several forms that complex numbers can be written in.
iQ
r(cosQ+isinQ) or rcisQ for short; re ; (r,Q) ; a+bi ; (a,b)
Those with r and Q are just different "wrappings" for giving the r and Q. Each is useful for
interpreting in different settings. Those with a and b are different "wrappings" for giving
the a and b of the rectangular form. a+bi is more convenient for algebraic manipulations
and (a,b) is perhaps more convenient for graphing.
Taking square roots in the exponential form gives us 180 degrees for the increment. So we
can see why square roots of a positive numbers are two real numbers (Eg sqr(4)=2 or -2).
Also we can see why square root of a negative numbers are pure imaginary numbers
(Eg sqr(-4) = 2i or -2i).
i0 1/2 i0/2 i0 1/2 i(0+180) i180
sqr(4) = sqr(4e ) = 4 e = 2e = 2. Also 4 e = 2e =-2
i180 1/2 1/2 i90 i90 i270
The principal square root of -4 is (4e ) = 4 e = 2e = 2i. The other is 2e =-2i.
Have a great day!
Hi! I like E best except for the baby. It is hard to tell which way it is facing compared to that in V.
Also it might be better to use something like 300 liters instead of 30000 liters. Big numbers
are scary to some folks.
To me the music in S is distracting and S seems to move a bit fast since it seems to do more
showing of answers on the screen without verbalization.
Multiplication of signed numbers is difficult to explain. I like the walking on the number line
and money examples much better than the tank example.
I don't know whether it would be worth mentioning that the calculation of the size of the answer
is independent of finding the sign of the answer. The videos certainly follow that pattern. But
in addition and subtraction the size of the two numbers can affect the sign of the result. So
addition and subtraction are typically harder for people to learn. Perhaps the subject of
another video?
I congratulate you on producing these videos. Seeing the operations in real time and being
explained in real time certainly beats plane jane black and white pages of explanations.
Your videos are more "colorful and inviting" than Khanacademy's but probably take longer to
produce and are probably are more expensive to produce.
These videos "beg" for more on addition, subtraction and division.
Keep up the good work!!!
Hi Cartis!
The codomain of a function from X into Y is Y. The range of the function is the subset of Y consisting
of all the elements of Y that are actually paired with an element of X via the function.
The domain of the function can be thought of as all the INPUTS to the function and the range as all
the OUTPUTS.
Hi!
Here's an interesting approach to averaging. Averages work similar to game scores. Let the Home
team be on top and the Visitors on the bottom, supposing that we are dealing with football. By
quarters suppose we have:
1st Quarter 2nd Quarter 3rd Quarter 4th Quarter Totals
Home Team 7 3 14 6 30
Visitors 3 6 7 7 23
We can write this more concisely as "scores" as follows:
7 + 3 +14 + 6 30
~ ~ ~~ ~ = ~~ so the Home team won by 7 points.
3 + 6 + 7 + 7 23
Note that we are interested in the difference not the quotient of the two numbers, hence we use
the "~" to distinguish these from fractions which use the "-" or "/".
Now averages work similarly. To average test scores of 80, 70 and 90 we obtain
80 + 70 + 90 240 80
~~ ~~ ~~ = ~~~ which reduced by 3 gives ~~.
1 + 1 + 1 3 1
The reducing is like asking what same score should be made on all three tests to get 240 points.
Obviously it is 80, 80 and 80 (which is the 240 divided by 3).
Now for a more difficult question we could ask what must one average on the next two tests
to raise the overall 5 test average to 85?
80 + 70 + 90 + x + x 240 + 2x 85
~~ ~~ ~~ ~ ~ = ~~~~~~ = ~~
1 + 1 + 1 + 1 + 1 5 1
We set the sum equal to the desired five-test average.
Cross multiplication of the last two expressions yields 240+2x = 425
2x = 185
x = 92.5
Of course it is not likely that one would make 92.5 or each of the two tests. More likely it would
occur as 92 and 93, or 91 and 94, or 90 and 95, etc.
The idea and notation of "scores" also works well with some other types of algebra word
problems, for example mixture problems and some rate/time/distance problems.
(Scores are to signed numbers as fractions are to rational numbers. Fractions can be viewed
as "pre-rational numbers." So scores can be viewed as "pre-signed numbers."
0 1 2 3
.5 corresponds to {1/2, 2/4, 3/6, ...} whereas -2 corresponds to { ~, ~, ~, ~, ...}
2 3 4 5
2 3 4 5
2. corresponds to {2/1, 4/2, 6/3, ...} whereas +2 corresponds to { ~, ~, ~, ~, ...}
0 1 2 3
-2 is like the Home team being 2 behind and +2 is like the Home team being 2 ahead.
Example of a rate/time/distance problem:
A man made a trip in two legs. The first leg he went two miles in 3 hours and the second leg
he went 3 miles in 4 hours (pushing his car perhaps!). What was his average speed on the trip?
2mi 3mi
If we treat these ratios as fractions we have ---- and ---- . If we add, subtract, multiply or
3hr 4hr
divide these fractions, none of the results are what we need to solve the problem. On the other
hand if we treat them as scores we get
2 + 3 5mi 5/7 mi
~ ~ = ~~~ and reducing this by 7 we obtain ~~~~ ; that is, 5/7 mph.
3 + 4 7hr 1 hr
So this problem which is difficult for many people to figure out is only TWO steps.
1) Add the scores and 2) reduce by the bottom number to get 1hr in the bottom.
An additional question: How long should a 3rd leg of 5mi take to raise the 3leg average to 1mph?
2 + 3 + 5 1 10 1
~ ~ ~ = ~ becomes ~~~ = ~ on cross multiplying becomes 7+x=10 so x = 3hrs.
3 + 4 + x 1 7+x 1
The language of fractions is the wrong language to work this kind of problem as well as averages.
We probably compare two numbers by differences as much as or more than we do as quotients.
The language of fractions is available for the quotient comparisons.
The language of scores for difference comparisons is analogous.
Here I am getting a bit "long winded" but one more observation might be helpful.
The idea of WEIGHTED averages works well with scores also. For example if we have
three 90's and two 80's and a 70 to average we can write out all six scores individually and
add them or we can write
x 90 + x 80 + 70 270 + 160 + 70 500 500/6 83.3
3 ~~ 2 ~~ ~~ = ~~~ ~~~ ~~ = ~~~ which reduces to ~~~~ = ~~~~
x 1 + x 1 + 1 3 + 2 + 1 6 5/5 1
Then we might ask how low an average can we get on the next 4 tests to keep at least an 80
average on the ten tests altogether.
x z 4z 80 500+4z 80
Just add in 4 ~; that is, ~~ and set the total equal to ~~ and solve: ~~~~~ = ~~
x 1 4 1 10 1
500+4z = 800 so 4z = 300 so z = 300/4 = 75.
Grade point averages used so much at colleges are basically weighted averages also.
Scores are a "whole different ball game" so to speak.
Hi !
Yes, generally most mathematicians tend to agree that complex numbers cannot be compared by
"greater than" or "less than" relations (at least not in a useful, meaningful manner). But such
a relation can, I believe be defined, though perhaps not in terribly useful manner.
Here's a shot at it. I'll use Q for "theta" since theta isn't on the keyboard.
iQ
In re consider r nonnegative and Q in the interval [0degrees,360degrees).
So r is the distance from the origin and Q is the angle involved.
Given two complex numbers z and w we define
1) z is less than w if z is closer to the origin:
2) if z and w are the same distance from the origin then
a) z = w if their angles are the same.
b) z is less than w if z's angle is less than w's angle.
Of course if we let the r be negative and/or the angles to be any positive or negative angle, then
we weave a more tangled web.
Hi stefy!
Perhaps we were taught differently. I was taught that using the set W={0,1,2,3,...} of whole numbers, the set of fractions derived thereby is F = {a/b | a and b are whole numbers, b not 0}.
Then the rational number .75 would be the class {3/4, 6/8, 9/12,...} of equivalent fractions.
Having differing viewpoints often leads to interesting conversations, and occasionally to new ideas
in mathematics. You apparently have a quite varied and extensive background in mathematics.
More power to you!
Interesting side note: Most people say you can't have zero in the denominator of a fraction
because division by zero is not defined. I see the reason for not having zero in the denominator
as being the definition precludes it from the very beginning. Just writing something like 2/0 is
violating the definition.
Hi cool-jessica!
The test you mention in post #9 for divisibility by 9 is also the basis for the checking method called
"CASTING OUT NINES." In the 1920's when my dad went to school an arithmetic problem was not
considered finished until they checked it by casting out nines. The method is seldom taught these
days, probably because calculators are so handy for checking arithmetic problems.
HOWEVER try checking addition, subtraction, multiplication, division and factoring POLYNOMIALS
on a calculator. Can you find a calculator (not computer application like Maple, etc.) that can do this?
Even computer applications are not so handy for this due to the cumbersome way of entering
polynomials like 5*x^4-3*x^3+7*x^2+12*x-22. Not only does it take a while to enter such, we
are prone to "hit wrong keys" and mess up the check. Using the short form, the polynomial in
the preceding sentence can be written 5 -3 7 12 -22 and the cast out digit (COD) 8, can be
obtained by adding all the columns to get -25+24=-1. Then add 9 to get the 8. Adding 9 to any
single negative digit produces the corresponding positive digit. Either can be used to check.
Also there are a few tricks for making the "casting out" process faster and easier.
Using CASTING OUT NINES, such polynomial problems can be checked in SECONDS in our heads.
Just entering the polynomials in these computer applications takes more time than it would to
check using casting out nines. Most folks are not aware that CO9's can be used on polynomials.
By the way, the reason CO9's works on polynomials is that the coefficients of the terms are
typically written in base ten. If these coefficients were written in a different base, say b, then
we could "cast out (b-1)'s", for example in base 16 we would cast out 15's. The larger the base,
the more accurate the check. Small bases don't do so well, especially base 2.
If a person is really bad at arithmetic and makes lots of mistakes, then CO9's will catch the error
about 89% of the time since it usually takes TWO mistakes to cause a 1 in 9 chance of the problem
"checking out OK" by coincidence. Usually making only ONE mistake in a problem will cause CO9's
to indicate an error in the problem. So if a person is highly accurate in their calculations, the
accuracy rate is more like 99%+. I have found in my experience that CO9's is the fastest and
easiest method of checking arithmetic and polynomial operations. It has also worked out to be
generally as accurate as any other method (all methods being subject to 'OPERATOR ERRORS').
Be Blessed!!!
Hi!
You might write the remainder as -2/3. The quotient is 3x^2 + 13/3.
The coroner had a particularly difficult time determining the cause for the sudden death of the hog
caller. After running a multitude of tests and cogitating considerably he finally concluded that it was
soooooooooooooeeeecide!
Hi Y'all!
Indeed a nice way to get the n numbers in between! However the following question arises.
Are we talking about n fractions between two fractions or n rational numbers between two rational
numbers? (or fractions between two rational numbers, or perhaps rational numbers between two
fractions?) It seems that the question is for fractions. Given two rational numbers 2.5 and 3.0 we
can get any number of rational numbers between these by just starting with 2.5 and tack on any
digits we wish beyond the 5 in 2.5. For example 2.53, 2.56, 2.568, 2.5809 are four rational
numbers between 2.5 and 3.0. And there are many other options starting with 2.6, 2.7, 2.8 or 2.9.
For four fractions between 5/2 and 3/1 we can use 11/4, 22/8, 33/12, and 44/16. These are
different fractions between 5/2 and 3/1, but all correspond to only one rational number 2.75
between 2.5 and 3.
We tend to use for each rational number the reduced fraction that corresponds to it. .5 and 1/2
are used more or less interchangeably although they are not technically speaking the same
thing. But for .285714... (repeating infinitely this 6 digit block) we tend to prefer the fraction 2/7.
.75 represents the total amount represented by each fraction in {3/4, 6/8, 9/12, 12/16...} but
each of these fractions indicate how that amount is divided up (For example, 3 fourths pie,
6 eights pie, 9 twelfths pie, 12 sixteenths pie, ) We especially pick on 75/100 when reading .75 but
have you ever seen a pie cut into 100 pieces? A nice pecan pie with whole pecans would become
a pecan pudding with diced pecans!
Picky, picky, picky, eh?
Just had to get my 2/100 dollar in (or is it 4/200 or 6/300 etc. dollar?).
A man rode with his friends each day passing through a long tunnel. Each time they exited the tunnel
he found himself dizzy and disoriented. So he wen to the doctor and had numerous (and quite expensive I imagine) tests run. A few days later he went to see the doctor to find out the results. The doctor paused, rubbing his chin, and then delivered his analysis. "You've obviously have a bad case of "carpool tunnel syndrome."
Hi again!
You might check out "infinitesimal calculus" via Google. Lots of interesting sites. Robinson introduced
his views in 1960's. Kiesler has a text about it. If I recall correctly infinitesimal was introduced as an
infinite sequence that converges to zero.
Hi!
How many folks in the world believe in angels, demons, God, etc. Are they not "aliens" when
compared to the human race? And is it possible that they live in 4 or more dimensions so that
they can be invisible to us when they want to be? So there are perhaps billions of people that
"believe in aliens." Depends on one's definition of "alien."