Please see the attached,which was quoted from the following website:
http://en.wikipedia.org/wiki/Modular_arithmetic
It said that the multiplicative property is only applicable if n is an integer.On the contrary,the addition property can be applied to all real numbers.
I don't quite...
Hi folks,
To begin with, I have no past programming experience and have just begun to teach myself programming in FORTRAN 95 and I've hit a wall. I'd be very grateful for any assistance here.
I have around 150 text files with three columns of data (I have attached one as an example, and...
Homework Statement
* "/" means divided by *
1/a , 1/b , 1/c are consecutive terms in an AS, where a,b,c ε R\0. (whatever that means haha)
express b in terms of a and c. give your answer in its simplest form.
*thats all it says*
Homework Equations
there are none :)
The...
Homework Statement
a, b and c are consecutive numbers in a geometric sequence, where a+b ≠ 0 and b+c ≠ 0
* "/" means divide *
Show that 2ab/a+b, b and 2bc/b+c are consecutive terms in an arithmetic sequence
The Attempt at a Solution
i know this has something to do with it...
Homework Statement
Two velocities acting at a particular point are such that:
The sum of their respective magnitudes is 15m/s
The product of their respective magnitudes are 56m2/s2
The resultant is 13m/s.
Find the two velocities and the angle between them.
Homework Equations
R^2 = P^2 + Q^2...
I found an issue with the fixed point library, and Heiko Oberdiek found the offending code and submitted a correction to fix the problem in the fixed point library.
The details can be found here.
At present, you can issue the command below to over come the problem. Eventually someone will...
Homework Statement
Two adjacent allowed energies of an electron in a one-dimensional box are 2.0 eV and 4.5 eV. What is the length of the box?
Homework Equations
E_n=\frac{h^2n^2}{8mL^2}
The Attempt at a Solution
My question is, since E_n and n^2 are both on separate sides of the equation...
Homework Statement
Let a1,a2,a3...,a4001 are in A.P. such that \dfrac{1}{a_1a_2}+\dfrac{1}{a_2a_3}+.......\dfrac{1}{a_{4000}a_{4001}} = 10 and a2+a4000=50. Then |a1-a4001|
The Attempt at a Solution
\dfrac{1}{a_2} \left( \dfrac{1}{a_1} + \dfrac{1}{a_3} \right) + \dfrac{1}{a_4}...
Hello, new to the forums here.
I need to prove that for all integers x, x^2 = 0(mod4) or x^2 = 1(mod4).
I started out by making a table of different cases.
case 1: y=0 ->0mod4
case 2: y=1 ->1mod4
case 3: y=2 ->0mod4
...
case odd: y=2n ->0mod4
case even: y=2n+1 ->1mod4
From here, I'm not...
I can't grasp the underlying process on how this is working.
n/2(f+l) = algorithm sum of all integers
n= number of all integers
f= first integer
l= last integer
Example: 1, 2, 3, 4
4/2(1+4)
2(5) = 10
I know how to do it, but I don't really understand how to actually do it. Am I...
Homework Statement
Prove that there exist arbitrarily long arithmetic progressions formed of different positive integers such that every 2 terms of these progressions are relatively prime.
The Attempt at a Solution
First i started to think about the odd integers like 2x+1 and how...
Homework Statement
If the sum of the first 7 terms of an arithmetic progression is 28 and the sum of the first 15 terms is 90, find the sum of n terms.:eek:
Homework Equations
Sn = 0.5n[2a+(n-1)d]
a is the first term and d is the common difference. n is the number of terms.
nth term =...
Homework Statement
For any integers a and b and any positive integers k and j, if ##a \equiv 2-b \pmod{k}## and ##j \mid k##, then ##a^2 + 4b - b^2 \equiv 4 \pmod{j}##
Homework Equations
##x \equiv y\pmod{q}## then q|x-y
The Attempt at a Solution
At first I thought this would...
It seems that learning PA is necessary if you want to understand the relationship between logic and math.
Should I track down this book at the library, a chore which will take up an hour of my precious time
The principles of arithmetic, presented by a new method" in Jean van Heijenoort...
Homework Statement
An arithmetic series consists of 2n terms. Which are the two middle terms of the series? If the first term is a and the last term is b, find the middle terms and the sum of the series.
Homework Equations
The Attempt at a Solution
I'm having problems finding out...
Find three irreducible fractions $\dfrac{a}{d}$, $\dfrac{b}{d}$ and $\dfrac{c}{d}$ that form an arithmetic progression, if $\dfrac{b}{a}=\dfrac{1+a}{1+d}$, $\dfrac{c}{b}=\dfrac{1+b}{1+d}$.
I have two vectors: a = <ax, ay, az> and c = <cx, cy, cz>
which have an angle of 45 degrees between them.
If I get another vector by b = c - a then shouldn't b be orthogonal to a? I'm assuming this since a + b = c
Why is the geometric mean used to define the center frequency of a bandpass filter instead of the arithmetic mean?
I read in this book that
1. All the lowpass elements yield LC pairs that resonate at ω = 1.
2. Any point of the lowpass response is transformed into a pair of points of the...
a = b : this set = this many pieces
a % b = c : this set % this many pieces = this many sets
c * b = a : this many sets * this many pieces = this set
a : c = b : this set % this many sets = this many pieces per set
step 1.) a = 8 pieces
step 2.) a / 4 pieces per set = 2 sets
step 3.) 2...
Consider a 2-sphere on the real plane equipped with the linear map from the sphere to it's equatorial 2-plane by fixing the topmost vertex of the sphere. This is now an analogue of the Riemann sphere in 3-dimensional space, hence we have the "point at infinity" in addition to the usual reals...
In arithmetic sequence we know that a_1+a_3 = 6 and 3^{a_1+a_2}=243
a) Find the initial term of the sequence
b) Calculate,how much members of the sequence we have to add (a_1+a_2+...a_n) that we get the result 243?
Have no idea where to start :confused:
Hey,
What is the greatest number a k-term arithmetic progression starting with 1 can end in if each term is less than or equal to n? I'm looking to write this as an expression involving n and k in order to count the number of arithmetic progressions of length k with each term in $[n]$, that is...
Homework Statement
Assume n = p_1*p_2*p_3*...*p_r = q_1*q_2*q_3*...*q_s, where the p's and q's are primes. We can assume that none of the p's are equal to any of the q's. Why?
Homework Equations
The Attempt at a Solution
I am completely stuck on this. My understanding of the...
Homework Statement
I am required to prove/disprove the theorem:
If a_1 is congruent to b_1 (mod n) and a_2 is congruent to b_2 (mod n), then (a_1)^(a_2) is congruent to (b_1)^(b_2) (mod n).
Homework Equations
a_1 is congruent to b_1(mod n) can also be expressed as b_1=a_1+q*n...
What the best way to introduce congruences in a number theory course? I am looking for something which will have an impact. What are the really interesting applications of congruent mathematics?
I've stumbled across an arithmetic problem that's getting the better of me, so I need your help!
I have a constant set of integers [m,n], m>0, m\neq n and a variable integer k>0. If we multiply k by successively increasing positive integers t, we will eventually get kt > m. Now, what I want...
Please watch from 0:00 to 1:23
Goal: Complete a short essay on my greatest accomplishment achieved. I have not achieved it yet, but my greatest accomplishment will be the language of mathematics.
I thought about this last night,
"The difference between arithmetic in algebra &...
the main question here is that can a sequence * arithmetic * be correct if the difference is also changing in terms of a geometric sequence ?\
now look at this sequence
0.33,0.3333,0.333333
now if we calculate the difference between the first two terms
its 0.0033
between the second and...
I've noticed 2 x 0.2 x 0.8 happens to give the same result with 1 - (0.2^2 + 0.8^2).
Can the latter be rearranged to the first? And if yes, can someone direct me to the name of the branch of math that describes this problem? It definitely reminds me of something from high school I didn't pay...
I am new to this topic so...
Let $S_n$ be the sum of the first $n$ terms of the arithmetic series $2+4+6+...$
this one looks simple $S_n=2+2n$
Find $S_4$ and $S_{100}$
$S_4=2+2(4)=9$
$S_100=2+2(100)=202$
is arithmetic series and arithmetic sequence the same thing?:cool:
Homework Statement
Showing all your working, calculate the arithmetic mean and standard deviation of the number of days lost.
Table shows man days lost to sickness..
Days lost: 1-3 4-6 7-9 10-12 13-15
Frequency 8 7 10 9 6
Homework Equations...
Hi everyone,
I am new to the site so please let me know if I'm posting in the wrong place.
I am starting to teach myself number theory and would like a bit of help with a problem.
How would I go about showing "If m^2 = 0 (mod 3) then m = 0 (mod 3)"? I am then asked to deduce that root 3 is...
I know the question does not strike as being specific to physics, but please, give it a look.
Human brains are considered complex computing machines and are rightly so as seen by the examples around us. Why then is it that we make conscious arithmetic errors( For example:
calculating...
Homework Statement
Prove that there exist arbitrarily long arithmetic progressions formed of different
positive integers such that every two terms of these progressions are relatively prime.
The Attempt at a Solution
I first thought of looking at odd numbers separated by a powers of 2 but...
Homework Statement
an arithmetic progression(a1-a9) has 9 numbers.
a1 equals 1
The combination(S) of all of the numbers of the arithmetic progression is 369
a geometric progression(b1-b9) also has 9 numbers.
b1 equals a1(1)
b9 equals a9(unknown)
find b7
Homework Equations...
Homework Statement
Is the sequence \frac{1}{1}, \frac{1}{2}, \frac{1}{3} , \frac{1}{4}...\frac{1}{n} arithmetic or geometric?
Homework Equations
Common difference and Common ratio formulas
The Attempt at a Solution
I found the common difference from a_{2} - a_{1} =d_{1} and common...
I have a MySQL database and I have the problem that queries take way too much time. I want to optimize the database and one way would be to save data into a string, instead of in rows (the string would be replicates of the same condition).
Each string is an interval of 4 seconds, to reduce the...
Homework Statement
If a,b,c, are at the same time fifth, seventh and thirty seventh member of arithmetic and geometric progression then a^{b-c}b^{c-a}c^{a-b} is:
The Attempt at a Solution
I tried solving system of equations but i have four unknown. I was able to reduce it to on unknown...
I need help figuring out what the little 2 next to an equation means this is what my problem looks like I have the answer but I can't figure out how it was found out. (3)(-4)2 - (3)(-5) so the 2 next to the 4 in parentheses is little.
Here is the question:
Here is a link to the question:
An arithmetic progression question!? - Yahoo! Answers
I have posted a link there to this topic so the OP can find my response.
Here is the question:
Here is a link to the question:
Problem of arithmetic progression. Please help...? - Yahoo! Answers
I have posted a link there to this topic so the OP can find my response.
Homework Statement
This is taken from STEP I 1990, Q4.
(i) The sequence a1, a2, ..., an, ... forms an arithmetic progression. Establish a formula, involving n, a1, and a2, for the sum of the first n terms.
(ii) A sequence b1, b2, ..., bn, ... is called a double arithmetic progression if the...
Homework Statement
The Dirichlet Prime Number Theorem indicates that if a and b are relatively prime, then the arithmetic progression A_{a,b} = \{ ...,a−2b,a−b,a,a+b,a+2b,...\} contains infinitely many prime numbers. Use this result to prove that Z in the arithmetic progression topology is not...
Given:
1)it is not true that : 2>0 and 2+3 =7
2)if it is not true that 2>0 then 2 is less or equal to zero
3)if 2+3 =7 ,then 3+3 =8
4) but 3+3 is not equal to 8
Then prove:
2 is less or equal to zero
Homework Statement
I'm trying to prove the following (as part of an isomorphism problem).
The problem is I don't know much about modular arithmetic, so would appreciate some help.
2((a+b)mod \ 2π) = (2a+2b)mod \ 4π.
given that a,b are both nonnegative and less than 2π. Homework Equations...