An ?-pyramid is created with ? blocks at the base, ? − 1 blocks on the next level, until the peak which has 1 block.
Pyramids are colored according to the following rules: (1) Each block can be red, gold, or black, and (2) All 3-block units composed of one block on top of two others must either all be the same color or all be different colors. Answer the following:
a) How many ways are there to color a 7-pyramid?
b) What is the maximum number of black blocks in a 25-pyramid that has at least one red block and at least one gold block?
In: Advanced Math
Using the bisection method:
Make a program to use this method using the
following three functions and use it to find the root of this
function f (x) = x * x * x-8.
a) A function so that the user between xlower and xupper that meets
the value of the function has a different sign and if he does not
ask for new values.
b) A function to find the root and call it bisection and perform a
maximum of iterations (maximum approximations of the root). All
estimated root values have to be printed.
c) A function to obtain the values of the function.
In: Advanced Math
Given the prime factors p and q, the encryption exponent e, and the ciphertext C, apply the RSA algorithm to find (a) the decryption exponent d and (b) the plaintext message M.
p |
q |
e |
C |
17 |
5 |
19 |
65 |
I have to get d and M
In: Advanced Math
Abstract Algebra
Let n ≥ 2. Show that Sn is generated by each of the following sets.
(a) S1 = {(1, 2), (1, 2, 3), (1, 2, 3, 4), ..., (1, 2, 3,..., n)}
(b) S2 = {(1, 2, 3, ..., n-1), (1, 2, 3, ..., n)}
In: Advanced Math
Consider the integers from 1 to 10. Give the set of pairs (a, b) that corresponds to relation a ≡ b mod 1.
In: Advanced Math
Prove Theorem 29.9 (Cantor). There are countably many algebraic numbers.In this project, you will prove this theorem.
In: Advanced Math
Given following ODE's
1) x' = x / 1+t, with x(0) = 1 find x(2)
2) x' = t+x with x(0) = 1, find x(2)
3) x' = t-x, with x(1) =2 find x(3)
4) x' = t-x/t+x, with x(2) = 1, find x(4)
a) Solve each of the ODE's using Euler's method with h = 0.5, and calculate the relative error
i) x' = x/1+t: Approximation ____________________ Relative error: ________________
ii) x'= t+x; Approximation ____________________ Relative error: ________________
iii) x' = t-x; Approximation ____________________ Relative error: ________________
iv) x' = t-x/t+x; Approximation ____________________ Relative error: ________________
would you please sow me the steps?
Thank you.
In: Advanced Math
Let W denote the set of English words. For u, v ∈ W, declare u ∼ v provided that u, v have the same length and u, v have the same first letter and u, v have the same last letter.
a) Prove that ∼ is an equivalence relation.
b) List all elements of the equivalence class [a]
c) List all elements of [ox]
d) List all elements of [are]
e) List all elements of [five]. Can you find more than 15?
f) Bonus. Find all three letter words x such that [x] has 5 elements.
In: Advanced Math
A, B and C be sets.
(a) Suppose that A ⊆ B and B ⊆ C. Does this mean that A ⊆ C? Prove your answer. Hint: to prove that A ⊆ C you must prove the implication, “for all x, if x ∈ A then x ∈ C.”
(b) Suppose that A ∈ B and B ∈ C. Does this mean that A ∈ C? Give an example to prove that this does NOT always happen (and explain why your example works). You should be able to give an example where |A| = |B| = |C| = 2.
In: Advanced Math
[Jordan Measure] Could you prove the following ?
Prove that the sets Q ∩ [0, 1] and [0, 1] \ Q are not Jordan measurable.
In: Advanced Math
Determine whether the equation is exact. If it is exact, FIND THE SOLUTION. If not write NOT EXACT.
A) (y/x + 12x) + (lnx - 3)y' = 0 x>0
Solve the given initial value problem.
B) (12x2 + y − 1) − (14y − x)y' = 0, y(1) = 0
y(x) =
Determine at least approximately where the solution is valid. (Enter your answer as an inequality for which the solution is valid when true.)
The solution is valid as long as: _________
C) Find the value of b for which the given equation is exact.
(ye9xy + x) + bxe9xyy' = 0
b =
Solve it using that value of b: ______
.
In: Advanced Math
A set X is said to be closed under multiplication if for every x1,x2 ∈ X we have x1x2 ∈ X. Let A be the union of all bounded subsets X ⊆ R that are closed under multiplication. Does inf(A) exist? If it does, find it.
In: Advanced Math
Let a be an element of a finite group G. The order of a is the least power k such that ak = e.
Find the orders of following elements in S5
a. (1 2 3 )
b. (1 3 2 4)
c. (2 3) (1 4)
d. (1 2) (3 5 4)
In: Advanced Math
Nuclear Fuel Cycle:
Assuming that the price per SWU is $80 and the cost of
conversion is $4/kgU, what is the
price of the U3O8 ($/lb U3O8) beyond which it will cost less to
enrich the already mined, purified, and
converted (to UF6) tails that contain 0.2% U-235 rather than mine
new uranium? Assume the product
will be 3% enriched in U-235 in either case and the new tails will
be 0.1% (when the old tails are
enriched). Tails stored as UF6 cost nothing.
In: Advanced Math
In: Advanced Math