2 starting terms of a diginacci sequence when the 2021st term is 11

Answers

Answer 1

Hello,

In a diginacci sequence, all term is the sum off digits of the 2 terms before.

Answer: 2,3

[tex]u_{-2}=1\\u_{-1}=1\\u_0=digit(u_{-2})+digit(u_{-1})=1+1=2\\u_1=1+2=3\\u_2=2+3=5\\u_3=3+5=8\\u_4=5+8=13\\u_5=8+1+3=12\\...\\u_{18}=11\\u_{19}=8\\u_{20}=10\\u_{21}=9\\u_{22}=10\\u_{23}=10\\u_{24}=2**********\\u_{25}=3**********\\2020=24*84+4\\u_{2020}=u_{4}=13\\[/tex]

We must begin with 13 , 10

Proof:

Dim a As Long, b As Long, c As Long, nb As Integer

a = 13

b = 10

nb = 1

Print nb, a

While nb < 2021

   nb = nb + 1

   c = somme&(a, b)

   a = b

   b = c

   '    Print nb, a

Wend

Print nb, a

End

Function somme& (a1 As Long, b1 As Long)

   Dim strA As String, strB As String, n As Long

   strA = LTrim$(Str$(a1))

   strB = LTrim$(Str$(b1))

   n = 0

   For i = 1 To Len(strA)

       n = n + Val(Mid$(strA, i, 1))

   Next i

   For i = 1 To Len(strB)

       n = n + Val(Mid$(strB, i, 1))

   Next i

   somme& = n

End Function


Related Questions

Sam works at a shoe store. He earns $300 every week plus $15 for every pair of shoes that he sells. How many pairs of shoes would he need to sell to make $500 in a week?

Answers

Answer:

300 + 15x = 500

15x = 200

x = 200/15

x=13.333

14 pair of shoes

Step-by-step explanation:

help i’ll give brainliest please hurry

Answers

oceans crust inner outer mantle

simplify 3 / 8 (–2 / 7 +(–3 / 8 ×2 / 5)​

Answers

Answer:

so the answer is 0.16339

Please Help NO LINKS

Suppose that
R
is the finite region bounded by
f
(
x
)
=
4

x
and
g
(
x
)
=
x
.

Find the exact value of the volume of the object we obtain when rotating
R
about the
x
-axis.

V
=

Find the exact value of the volume of the object we obtain when rotating
R
about the
y
-axis.

V
=

Answers

Answer:

Part A)

2048π/3 cubic units.

Part B)

8192π/15 units.

Step-by-step explanation:

We are given that R is the finite region bounded by the graphs of functions:

[tex]f(x)=4\sqrt{x}\text{ and } g(x)=x[/tex]

Part A)

We want to find the volume of the solid of revolution obtained when rotating R about the x-axis.

We can use the washer method, given by:

[tex]\displaystyle \pi\int_a^b[R(x)]^2-[r(x)]^2\, dx[/tex]

Where R is the outer radius and r is the inner radius.

Find the points of intersection of the two graphs:

[tex]\displaystyle \begin{aligned} 4\sqrt{x} & = x \\ 16x&= x^2 \\ x^2-16x&= 0 \\ x(x-16) & = 0 \\ x&=0 \text{ and } x=16\end{aligned}[/tex]

Hence, our limits of integration is from x = 0 to x = 16.

Since 4√xx for all values of x between [0, 16], the outer radius R is f(x) and the inner radius r is g(x). Substitute:

[tex]\displaystyle V=\pi\int_0^{16}(4\sqrt{x})^2-(x)^2\, dx[/tex]

Evaluate:

[tex]\displaystyle \begin{aligned} \displaystyle V&=\pi\int_0^{16}(4\sqrt{x})^2-(x)^2\, dx \\\\ &=\pi\int_0^{16} 16x-x^2\, dx \\\\ &=\pi\left(8x^2-\frac{1}{3}x^3\Big|_{0}^{16}\right)\\\\ &=\frac{2048\pi}{3}\text{ units}^3 \end{aligned}[/tex]

The volume is 2048π/3 cubic units.

Part B)

We want to find the volume of the solid of revolution obtained when rotating R about the y-axis.

First, rewrite each function in terms of y:

[tex]\displaystyle f(y) = \frac{y^2}{16}\text{ and } g(y) = y[/tex]

Solving for the intersection yields y = 0 and y = 16. So, our limits of integration are from y = 0 to y = 16.

The washer method for revolving about the y-axis is given by:

[tex]\displaystyle V=\pi\int_{a}^{b}[R(y)]^2-[r(y)]^2\, dy[/tex]

Since g(y) ≥ f(y) for all y in the interval [0, 16], our outer radius R is g(y) and our inner radius r is f(y). Substitute and evaluate:

[tex]\displaystyle \begin{aligned} \displaystyle V&=\pi\int_{a}^{b}[R(y)]^2-[r(y)]^2\, dy \\\\ &=\pi\int_{0}^{16} (y)^2- \left(\frac{y^2}{16}\right)^2\, dy\\\\ &=\pi\int_0^{16} y^2 - \frac{y^4}{256} \, dy \\\\ &=\pi\left(\frac{1}{3}y^3-\frac{1}{1280}y^5\Bigg|_{0}^{16}\right)\\\\ &=\frac{8192\pi}{15}\text{ units}^3\end{aligned}[/tex]

The volume is 8192π/15 cubic units.

Land costing $140,000 was sold for $173,000 cash. The gain on the sale was reported on the income statement as other income. On the statement of cash flows, what amount should be reported as an investing activity from the sale of land?

Answers

Answer:

Amount should be reported in investing activities = $173,000

Step-by-step explanation:

Given:

Amount of land costing = $140,000

Sold amount of land = $173,000

Find:

Amount should be reported in investing activities

Computation:

Amount should be reported in investing activities = $173,000

The cash flow statement shows how much money is coming in and going out. The whole amount of cash received, which is 173,000 dollars, will be recorded as proceeds from the sale of land in the investment activity. As a result, the right answer is 173,000.

Andrew wants to build a square garden and needs to determine how much area he has for planting the perimeter of the garden is between 12 and 14 feet what is the range if the possible areas

Answers

Answer:

9 ft^2 and 12.25 ft^2

Step-by-step explanation:

We need to figure out the area for a square with a perimeter of 12 feet and 14 feet.

A square has four sides that are all equal in length, therefore:

12/4 = 3

14/4 = 3.5

3 and 3.5 are the individual side lengths of the garden, so to find the area, we just multiply those numbers by themselves (since it is a square garden).

3*3 = 9

3.5*3.5 = 12.25

Therefore, the answer is 9 ft^2 and 12.25 ft^2

SOMEONE HELP PLEASE! I don’t know how to solve this problem nor where to start? Can some please help me out and explain how you got the answer please. Thank you for your time.

Answers

That is the answer to your question

Solve 7 pleaseeeeeeeeeeeeeeeee

Answers

Answer:

5040

Step-by-step explanation:

I assume you really mean 7!

you understand what "!" means ?

n! = n×(n-1)×(n-2)×(n-3)×...×3×2×1

so,

7! = 7×6×5×4×3×2×1

now all you need is a calculator.

7! = 5040

4+4+8+8+422+33+65520222222+222

Answers

Answer:

4+4+8+8+422+33+65520222222+222= 65,520,222,923

Find the perimeter of the
polygon if ZB = D.
3 om
B
4 cm
D
5 cm
C
P = [?] cm

Answers

Answer:

16 cm

Step-by-step explanation:

4 + 4 + 3 + 5 = 16

The = sign means that B (which is 4 cm) is equal to D (which had no number)

And because it says that B = D (with the squiggly line (or a tilde)) And the L's (which means that the letters represent an angle) All you have to do is add the numbers together, and you get 16.

Sorry if I explained it badly, you at least got the answer.

(And also, if I'm wrong, please tell me.)

Answer:

P = 32 cm

Step-by-step explanation:

Im just putting the right answer up so you don't accidentally put in the wrong one.

Suppose a tank contains 400 gallons of salt water. If pure water flows into the tank at the rate of 7 gallons per minute and the mixture flows out at the rate of 3 gallons per minute, how many pounds of salt will remain in the tank after 16 minutes if 28 pounds of salt are in the mixture initially? (Give your answer correct to at least three decimal places.)

Answers

Answer:

Step-by-step explanation:

This is a differential equation problem most easily solved with an exponential decay equation of the form

[tex]y=Ce^{kt}[/tex]. We know that the initial amount of salt in the tank is 28 pounds, so

C = 28. Now we just need to find k.

The concentration of salt changes as the pure water flows in and the salt water flows out. So the change in concentration, where y is the concentration of salt in the tank, is [tex]\frac{dy}{dt}[/tex]. Thus, the change in the concentration of salt is found in

[tex]\frac{dy}{dt}=[/tex] inflow of salt - outflow of salt

Pure water, what is flowing into the tank, has no salt in it at all; and since we don't know how much salt is leaving (our unknown, basically), the outflow at 3 gal/min is 3 times the amount of salt leaving out of the 400 gallons of salt water at time t:

[tex]3(\frac{y}{400})[/tex]

Therefore,

[tex]\frac{dy}{dt}=0-3(\frac{y}{400})[/tex] or just

[tex]\frac{dy}{dt}=-\frac{3y}{400}[/tex] and in terms of time,

[tex]-\frac{3t}{400}[/tex]

Thus, our equation is

[tex]y=28e^{-\frac{3t}{400}[/tex] and filling in 16 for the number of minutes in t:

y = 24.834 pounds of salt

Today, 11:50
Sawing and cutting. Level
Arjun cut a loaf of bread and made
sandwiches. How many sandwiches did he
make if he made 10 cuts?

Answers

Answer:

5 sandwiches he made in bread

the answer is 5 sandwiches

Sebastian is going to choose the color pattern

Answers

Answer:

use blue red blue red

Step-by-step explanation:

There is a bag filled with 3 blue and 5 red marbles.
A marble is taken at random from the bag, the colour is noted and then it is not replaced.
Another marble is taken at random.
What is the probability of getting 2 of the same colour?



JUST NEED THE ANSWER IN A FRACTION PLEASE

Answers

Answer:

[tex]\frac{13}{28}[/tex]

Step-by-step explanation:

Given:

Blue marbles: 3

Reb marbles: 5

Total marbles: 8

Two marbles are selected at random, one after the other with replacement.

Getting the same colour of marbles from the selection means the two marbles are both red or both blue.

(a) Probability of getting 2 marbles being red in colour

i. Probability of picking a red at the first selection:

Number of red marbles ÷ Total number of marbles

=> 5 ÷ 8 = [tex]\frac{5}{8}[/tex]

ii. Probability of picking a red at the second selection:

Number of remaining red marbles ÷ Total number of remaining marbles

Since after the first pick, the marble is not replaced, the remaining red marbles is 4 while the total number of remaining marbles is 7

=> 4 ÷ 7 = [tex]\frac{4}{7}[/tex]

iii. The probability of getting both marbles being red is the product of i and ii above. i.e

[tex]\frac{5}{8}[/tex] x [tex]\frac{4}{7}[/tex] = [tex]\frac{5}{14}[/tex]

(b) Probability of getting 2 marbles being blue in colour

i. Probability of picking a blue at the first selection:

Number of blue marbles ÷ Total number of marbles

=> 3 ÷ 8 = [tex]\frac{3}{8}[/tex]

ii. Probability of picking a blue at the second selection:

Number of remaining blue marbles ÷ Total number of remaining marbles

Since after the first pick, the marble is not replaced, the remaining blue marbles is 2 while the total number of remaining marbles is 7

=> 2 ÷ 7 = [tex]\frac{2}{7}[/tex]

iii. The probability of getting both marbles being blue is the product of i and ii above. i.e

[tex]\frac{3}{8}[/tex] x [tex]\frac{2}{7}[/tex] = [tex]\frac{3}{28}[/tex]

(c) Probability of getting 2 marbles of the same colour.

The probability of getting 2 marbles of same colour is the sum of the probability of getting both marbles of red colour and the probability of getting both marbles as blue colour. i.e The sum of a(iii) and b(iii)

[tex]\frac{5}{14}[/tex] + [tex]\frac{3}{28}[/tex] = [tex]\frac{13}{28}[/tex]

The probability of getting 2 of the same colour is [tex]\frac{13}{28}[/tex]

emir is standing in a treehouse in looking down at a swing set in the yard next-door. The angle of depression from emir’s Highline to the swingset is 31.43°, and emir is 11 feet from the ground. How many feet is the base of the tree from the swing set

Answers

Answer:

18 feet

Step-by-step explanation:

The question is  illustrated using the attached image.

From the image, we have:

[tex]\theta = 31.43^o[/tex] --- angle of depression

[tex]h = 11ft[/tex] --- Emir's height

Required

The distance from the base of the tree (x)

From the attached triangle, we have:

[tex]\tan(90 - \theta) = \frac{Opposite}{Adjacent}[/tex]

This gives:

[tex]\tan(90 - 31.43) = \frac{x}{11}[/tex]

[tex]\tan(58.57) = \frac{x}{11}[/tex]

Make x the subject

[tex]x = 11 * \tan(58.57)[/tex]

[tex]x = 18.00[/tex]

Answer:

18

Step-by-step explanation:

took the test

This assignment has a value of 10 points. You will have two (2) questions to answer and one (1) attempt to send this assignment. Refer to the calendar in Blackboard for due dates. Your calendar is available under the Tools menu > Calendar. Once you have built the Excel tables, with all the changes in different tables, and answered all the questions you have to send the work (Excel sheets and answered questions) to the professor using the Attach File function in Black Board to attach your document and send it to the professor. To use the Attach File enter the Course Content in Black Board. Select the Assignment Module 5, attach the file and submit. Solve the following problem and compute the probability of the Binomial and Poisson distributions. What is the probability of finding two defects in a Binomial distribution, with a sample size of 30, and probability of 0.2

Answers

Answer:

0.0337 = 3.37% probability of finding two defects.

Step-by-step explanation:

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

What is the probability of finding two defects in a Binomial distribution, with a sample size of 30, and probability of 0.2?

This is [tex]P(X = 2)[/tex], with [tex]n = 30[/tex] and [tex]p = 0.2[/tex]. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 30) = C_{30,2}.(0.2)^{2}.(0.8)^{28} = 0.0337[/tex]

0.0337 = 3.37% probability of finding two defects.

Which of the following is a secant on the circle below?
Н
G
13-
125
K
o
A.
B. JK
C. HG
D. K

Answers

Answer:

D. KI

Step-by-step explanation:

KI intersects a minimum of two points meaning it is the definition of a secant.

Here are two steps from the derivation of the quadratic formula.

What took place between the first step and the second step?

Answers

Answer:

Factoring a perfect square trinomial.

Step-by-step explanation:

The left side was able to be simplified via factoring.

Optimal-Eats blender has a mean time before failure of 37 months with a standard deviation of 5 months, and the failure times are normally distributed. What should be the warranty period, in months, so that the manufacturer will not have more than 7% of the blenders returned

Answers

Answer:

The warranty period should be of 30 months.

Step-by-step explanation:

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Optimal-Eats blender has a mean time before failure of 37 months with a standard deviation of 5 months.

This means that [tex]\mu = 37, \sigma = 5[/tex]

What should be the warranty period, in months, so that the manufacturer will not have more than 7% of the blenders returned?

The warranty period should be the 7th percentile, which is X when Z has a p-value if 0.07, so X when Z = -1.475.

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]-1.475 = \frac{X - 37}{5}[/tex]

[tex]X - 37 = -1.475*5[/tex]

[tex]X = 29.6[/tex]

Rounding to the nearest whole number, 30.

The warranty period should be of 30 months.

Julie and Mona know that that Earth’s average distance from the Sun is approximately 93 million miles and it takes 1 year to complete an orbit of the Sun. A new asteroid has been discovered orbiting the Sun at an average distance of 1,488 million miles. How long will it take for the asteroid, in Earth years, to complete one orbit of the Sun.

Answers

Answer:

16 years

Step-by-step explanation:

Given that :

Earth's distance from sun = 93 million miles

Number of years to complete an orbit = 1 year

Average orbiting distance of new asteroid = 1488 million miles

Number of years to complete an orbit = x

93,000,000 Miles = 1

1488000000 miles = x

Cross multiply :

93000000x = 1488000000

x = 1488000000 / 93000000

x = 16 years

Period taken to orbit the sun = 16 years

Answer: 64 Earth years...

Write the quadratic form in the form specified then give the vertex of its graph.

Answers

Answer:

Equation: f(x) = 2(x + 5)^2 + 2

Vertex: (-5, 2)

Step-by-step explanation:

The form the question wants us to write the quadratic function in is called "vertex form":

f(x) = a (x - h)^2 + k

a = the a in a standard quadratic equation (y = ax^2 + bx + c) or the coefficient of the x^2

h = x coordinate of the vertex

k = y coordinate of the vertex

To find the vertex, we are going to use the quadratic equation given:

2x^2 + 20x + 52

Comparing it to the standard quadratic equation (y = ax^2 + bx + c),

a = 2

b = 20

c = 52

Now we can start finding our vertex.

To find h, we are going to use this formula:

-b / 2a

We already know b = 20 & a = 2, so we can just substitute that into our formula:

- (20) / 2*2

Which equals:

-20/4 = -5

So h (or the x coordinate of the vertex) is equal to -5

Next we will find k, or the y coordinate of the vertex.

To do that, we are going to plug in -5 into 2x^2 + 20x + 52:

2(-5)^2 + 20(-5) + 52

2(25) -100 + 52

50 - 100 + 52

-50 + 52

2

k (or the y coordinate of the vertex) is equal to 2

The vertex is (-5, 2)

However, we still need to find our equation in vertex form.

We know a = 2, h = -5, & k = 2. Now we substitute these into our vertex form equation:

a(x - h)^2 + k

(2)(x - (-5))^2 + (2)

2(x + 5)^2 + 2

(Remember that the -5 cancels with the - in front of it, making it a positive 5)

The equation is f(x) = 2(x + 5)^2 + 2

Hope it helps (●'◡'●)

Suppose 47% of the population has a college degree. If a random sample of size 460 is selected, what is the probability that the proportion of persons with a college degree will differ from the population proportion by greater than 5%

Answers

Answer:

387287i32

Step-by-step explanation:

i did it

Escreva a matriz A = (aij) do tipo 3x4 sabendo que aij = 3i – 2j.

Answers

Answer:

[tex]A = \left[\begin{array}{cccc}1&-1&-3&-5\\4&2&0&-2\\7&5&3&1\end{array}\right][/tex]

Step-by-step explanation:

A = (aij)

i representa a linha e j a coluna.

Tipo 3x4

Isto implica que a matriz tem 3 linhas e 4 colunas.

aij = 3i – 2j.

Primeira linha:

[tex]a_{1,1} = 3(1) - 2(1) = 1[/tex]

[tex]a_{1,2} = 3(1) - 2(2) = -1[/tex]

[tex]a_{1,3} = 3(1) - 2(3) = -3[/tex]

[tex]a_{1,4} = 3(1) - 2(4) = -5[/tex]

Segunda linha:

[tex]a_{2,1} = 3(2) - 2(1) = 4[/tex]

[tex]a_{2,2} = 3(2) - 2(2) = 2[/tex]

[tex]a_{2,3} = 3(2) - 2(3) = 0[/tex]

[tex]a_{2,4} = 3(2) - 2(4) = -2[/tex]

Terceira linha:

[tex]a_{3,1} = 3(3) - 2(1) = 7[/tex]

[tex]a_{3,2} = 3(3) - 2(2) = 5[/tex]

[tex]a_{3,3} = 3(3) - 2(3) = 3[/tex]

[tex]a_{3,4} = 3(3) - 2(4) = 1[/tex]

Matriz:

A matriz é dada por:

[tex]A = \left[\begin{array}{cccc}1&-1&-3&-5\\4&2&0&-2\\7&5&3&1\end{array}\right][/tex]

Given the functions below, find f(x)+g(x)

CHECK MY ANSWERS PLEASE

Answers

The answer is (a)..........

Find the volume of the cement block in the figure shown.


Please help :)

Answers

9514 1404 393

Answer:

  1240 in³

Step-by-step explanation:

The overall dimensions of the block are ...

  10 in by 11 in by 17 in

The volume of that space is ...

  V = LWH = (10 in)(11 in)(17 in) = 1870 in³

The volume of each of the three identical holes is similarly found:

  V = (10 in)(3 in)(7 in) = 210 in³

Then the volume of the block is the overall volume less the volume of the three holes:

  = 1870 in³ - 3(210 in³) = 1240 in³

Help asap!!!!!!
A.
B.
C.
D.

Answers

Answer:

Function has a minimum value

So, f(x)=0 and f(4)=-3

f(x)= - 1/2x^2+4x-11

f(4)=-3 and f(x)=-x+4

f(4)=0

OAmalOHopeO

Circle O has radius 5 m with an arc AB intercepted by a central angle of π5π5 radians. What is the length of arc AB expressed in terms of ππ?

Answers

Answer:

I am assuming that you meant to write π/5.

Step-by-step explanation:

Radius r = 5 meters

Circumference = 2πr = 10π

Central angle θ = π/5 radian

Arc length = 10π × θ/(2π radians)

= 5θ

= π meters

Assuming the probability of a single sample testing positive is 0.15​, find the probability of a positive result for two samples combined into one mixture. Is the probability low enough so that further testing of the individual samples is rarely​ necessary?

Answers

Answer:

[tex]P(Positive\ Mixture) = 0.2775[/tex]

The probability is not low

Step-by-step explanation:

Given

[tex]P(Single\ Positive) = 0.15[/tex]

[tex]n = 2[/tex]

Required

[tex]P(Positive\ Mixture)[/tex]

First, we calculate the probability of single negative using the complement rule

[tex]P(Single\ Negative) = 1 - P(Single\ Positive)[/tex]

[tex]P(Single\ Negative) = 1 - 0.15[/tex]

[tex]P(Single\ Negative) = 0.85[/tex]

[tex]P(Positive\ Mixture)[/tex] is calculated using:

[tex]P(Positive\ Mixture) = 1 - P(All\ Negative)[/tex] ---- i.e. complement rule

So, we have:

[tex]P(Positive\ Mixture) = 1 - 0.85^2[/tex]

[tex]P(Positive\ Mixture) = 1 - 0.7225[/tex]

[tex]P(Positive\ Mixture) = 0.2775[/tex]

Probabilities less than 0.05 are considered low.

So, we can consider that the probability is not low because 0.2775 > 0.05

If $100 is interested at 6% compounded:
a-Annually
b-Monthly
What is the amount after 4 years? How much interest is earned?

Answers

To find the simple interest we'll plug it into one of the two available formulas. I will use both formulas so you can determine which is easiest for you, for future problems.

                                     r = I/Pt         or     I = Prt

                                     (the / represents division)

Let's define and plug.

r = the rate (we'll be solving for r)

I = the total interest earned within the time frame ($2)

P= the principal amount ($100)

t = the total time the principal accrued interest. (6 months/ .5years)

**Because this is in a monthly basis, lets change it into a year to make it easier**

we'll just divide 6 months by 12 months.

6 ÷ 12 = 0.5 years

============================================================

Let's use the first formula first. r = I / Pt

r = 2 / 100 (0.5)

100 x 0.5 = 50

We're now left with:            r = 2 / 50

Divide what we have left.

2 ÷ 50 = 0.04

This is our simple interest but we have to convert it into a percentage. To convert the decimal to the percentage, we'll move the decimal two places to the right to  make 4.0.

Therefore, our simple interest would be 4%

==========================================================

let's set up the second formula:  I = Prt

2 = 100 (r) (0.5)

2 = 50 (r)

2 ÷ 50 = 0.04

0.04 in percentage = 4%

Your grandma recently moved to Hawaii (Hawaiian Standard Time Zone). You always call her at 8:00pm on her birthday (November 6th). You are at home in Southern California. What time do you need to call her to reach her at 8:00pm Hawaiian Time

Answers

2 am bc est is 6 hours ahead of hawaii
Other Questions
A local charity earns money to donate to flood victims. It receives $200 per day in cash donations and $150 in pledges. Its operating costs are $75 per day. After how many days will the charity have enough money to make a donation of at least $1000? PLEASE HELP ME WITH THIS ONE QUESTION The half-life of Barium-139 is 4.96 x 10^3 seconds. A sample contains 3.21 x 10^17 nuclei. What is the decay constant for this decay? Which was a conservative view of government in Europe during the early nineteenth century?A. The government should protect the freedoms of individuals.B. The government must act according to the will of the people.C. The government must preserve the power of the monarchy.D. The government should provide equal opportunities to citizens. If your doing a research project about war would you determine whether sources of information such as web sites biographies movies, and documentanes- are actually reliable sources ? Can someone help please!:) Assume each firm within an industry has similar operations and financial structures as the industry as a whole. Which one of these statements related to beta is correct given this assumption?a. Industry betas are less reliable than firm betas.b. Firms should use their own betas rather than the industry beta.c. Betas should be computed on an annual basis.d. The error in beta estimation for a single security exceeds the error for a portfolio of securities.e. All firms in the industry will have the same beta. How does the feeling of belonging help to develop a society? pls can anyone solve this step by step Graham Bell'in hayatn yazabilir misiniz?? 50 POINTS! PLEASE HELP!________ is a VMware Network setting that does not put the virtual machine directly on the physical network of the computer. Host Only MAT NAT VNAT Which form must students complete to apply for a Direct Stafford Loan?A. The PellB. The college applicationC. The FAFSA4casterD. The FAFSA Which of the following is not true regarding the purpose of an audit performed on a set of financial statements in accordance with generally accepted auditing standards? Group of answer choices to provide financial statement users with an opinion on whether the financial statements are presented fairly or not to provide users of the financial statements with an opinion on the financial statements to provide financial statement users with an opinion in accordance with the applicable financial reporting framework to provide users of the financial statements with absolute assurance that the financial statements contain no errors in them Match the description with the type of precipitation being described. 1. Its formation requires very strong updrafts 2. Its formation requires falling through a layer of above freezing air 3. Precipitation from cumuliform clouds is typically of this nature 4. Precipitation from stratus clouds is typically of this natureOptions:a. Hailb. Drizzlec. Showerd. Freezing Rain The power of monarchs is limited by a fundamental set of laws in a(n) __________.A.dictatorshipB.constitutional monarchyC.theocracyD.absolute monarch A diagram shows a potato producing new tubers. Buds on the parent plant grow into stems that grow downwards called stolons. The end of each stolon develop in to new tuber.1) Give two pieces of evidence which show that this is an asexual method of reproduction.2) Explain why all the new tubers will be genetically identical. a. How did society originate?b. How was life of our early ancestors?c. What is society Crossword Help me!!!AN OVERDONE TAN_ _ N _ _ _N Click to read the passage from "The Birthmark," by Nathaniel Hawthorne.Then answer the question.Based on this passage, which conflict is most likely to occur later in thestory?A. A conflict between Aylmer's love of science and of his wifeB. A conflict between Aylmer's wife's talents and his ownC. A conflict between Aylmer's scientific talents and spiritualityD. A conflict between Aylmer and his wife find the value of m. (-3/4)-(-3/4)- = (-3/4)^m Evaluate the expression (248)4 using order of operations