Write a multi-way selection statement that adds 1 to minors if age is less than 18, adds 1 to adults if age is 18 through 64 and adds 1 to seniors if age is 65 or older.

Answers

Answer 1

The solution is shown below:

What is multi-way selection?

In addition to two-way selection, most programming languages provide another selection concept known as multiway selection. Multiway selection chooses among several alternatives. C has two different ways to implement multiway selection: the switch statement and else-if construct.

Given condition:

adds 1 to minors if age is less than 18, adds 1 to adults if age is 18 through 64 and adds 1 to seniors if age is 65 or older.

if age < 18:

   minors += 1

else if age < 65:

   adults += 1

else:

   seniors += 1

Learn more about multi-way selection here:

https://brainly.com/question/16925765

#SPJ4


Related Questions

Given f(x) = 3x+9 and g(x) = 5x-1, find f(g(x)).

Answers

Step-by-step explanation:

In this equation, given

f(x) = 3x + 9 and g(x) = 5x -1

So the question is what is the value of f if we put the value of g(x) in f(x)

So to solve the equation we need to replace the value of x in f(x) with g(x)

So it was obtained as below

f(g(x)) = 3(5x-1) + 9

= (15 x - 3) + 9

= 15 x + 6

If f ( x ) = 3 x + 2 and g ( x ) = x 2 − x , find the value. f ( 4 )

Answers

f(4)= 14

We have been given
f(x) = 3x+2
g(x) = x²-x
And we have to find f(4).

What is f(x)
f(x) is the value of the function. m is the slope of the line. b is the value of the function when x equals zero or the y-coordinate of the point where the line crosses the y-axis in the coordinate plane. x is the value of the x-coordinate.
We have been given
f(x) = 3x+2
And we have to find the value of f(4)
So, putting x=4 in f(x)
f(4)= 3×4+2
f(4)=12+2
f(4)=14.


To know more about limits continuity
and differentiability
Visit:. brainly.in/question/22006066


#SPJ9

Find the surface area AND
volume of this figure.

Answers

We get the surface area as 202 inches² and volume as 168 inches³.

The surface area of a cuboid is given by:

Surface area = 2xy + 2xz + 2yz

Here length = x = 7 inches

Breadth = y = 3 inches

Height = z = 8 inches.

Substituting the values in the formula, we get that:

Surface area = A = 2(7)(3) + 2(7)(8) + 2(3)(8) inches²

A = 42 + 112 + 48 inches²

A = 42 + 160 inches²

A = 202 inches²

Volume of a cuboid is given by :

Volume = xyz

Substituting the values, we get that:

Volume = (7) (3) (8) inches³

Volume = 21 × 8 inches³

Volume = 168 inches³.

Therefore, we get the surface area as 202 inches² and volume as 168 inches³.

Learn more about volume here:

https://brainly.com/question/23963432

#SPJ9

Find the value of t0.05 for a t-distribution with 9 degrees of freedom. round your answer to three decimal places, if necessary.

Answers

Answer:

Find the value of t0.05 for a t-distribution with 9 degrees of freedom. round your answer to three decimal places, if necessary.

Step-by-step explanation:

Find the value of t0.05 for a t-distribution with 9 degrees of freedom. round your answer to three decimal places, if necessary.

Round 7.487 to the nearest hundredth.

Answers

Answer: 7.49

Step-by-step explanation:

7 is above 5, so we round up from .48 to .49.

7.500 87 is close to 500 then 400
So the nearest hundred is 7.500

Liza earned some money by taking care of her neighbors pet. she bought a drink for $1.95 and a concert ticket for $30. she bought a ring for $7.20 and then two-thirds of the remaining money on a wireless speaker. if liza has 38.50 left, write and solve an equation to find the amount of money m liza earned by taking care of her neighbors pet.

Answers

The equation is 1.95+30+7.20+2/3(m-1.95-30-7.20)+38.50=m

The amount of money  Liza earned is $154.65

What is Unitary method?

It is a method where we find the value of a single unit from the value of multiple units and the value of multiple units from the value of a single unit.

let the money she earn be m.

the remaining money = m-1.95-30-7.20

So, her total earning is,

1.95+30+7.20+2/3(m-1.95-30-7.20)+38.50=m

39.15+38.50+2/3(m-39.15)=m

77.65+2m/3-26.10=m

77.65-26.10=m-2m/3

51.55=(3m-2m)/3

51.55*3=m

m=$154.65

Learn more about this concept here:

https://brainly.com/question/28438183

#SPJ4

Under what conditions for the constants a, b, k, and l is (ax by) dx (kx ly) dy = 0 exact? solve the exact ode.

Answers

∫dF=F(x,y)=12ax2+bxy+12ℓy2+c=0 is the exact ode.

What is the exact equation?

Specifically, an exact equation is a differential equation that can be solved instantly without the aid of any specialized methods. If the result of a straightforward differentiation, a first-order differential equation (of one variable) is referred to as an exact differential or exact differential. The equation

P(x, y)dy/dx + Q(x, y) = 0,

or in the equivalent alternate notation

P(x, y)dy + Q(x, y)dx = 0,

is exact if

∂P(x, y)/∂x =  ∂Q(x, y)/∂y

In this instance, a function R(x, y) will exist whose partial x-derivative is Q and partial y-derivative is P, and whose equation R(x, y) = c (where c is constant) will implicitly establish a function y that will satisfy the initial differential equation.

An exact ODE is one where the equation can be written as  dF=0  for some  F(x,y). Expanding using chain rule, this means an equation of the form

∂1Fdx+∂2Fdy=0

Now if the second partials of  F  exist and are continuous, they must be equal due to Clairaut. So, given an equation

Mdx+Ndy=0

if we have

∂2M=∂1N

then there is an  F  such that

M=∂1F, N=∂2F

and hence that equation is exact, and the solution is simply

∫dF=0

We have

M=ax+by⇒∂2M=b

N=kx+ℓy⇒∂1N=k

so to be exact, we must have that  b=k .

Then, integrating  M  and  N , we have

F(x,y)=∫Mdx=12ax2+bxy+g(y)

F(x,y)=∫Ndy=bxy+12ℓy2+h(x)

and comparing these two, we can see that

∫dF=F(x,y)=12ax2+bxy+12ℓy2+c=0

is a solution to the equation for any  a,b,c,ℓ . You can solve for  y  by quadratic methods.

To learn more about the, exact equation visit:

https://brainly.com/question/11935285

#SPJ4

What is the common ratio between successive terms in the sequence?

1.5, 1.2, 0.96, 0.768,

Answers

The common ratio between successive terms in the sequence is 1. 25

What is common ratio?

Common ratio is defined as the ratio of each term of a geometric sequence to the term before it.

It is also known as the constant factor between consecutive terms of a geometric sequence.

It is  the number multiplied or divided by at each interval.

Given the sequence;

1.5, 1.2, 0.96, 0.768,

The common ration is;

= 1. 5/ 1. 2

= 1. 25

Thus, the common ratio between successive terms in the sequence is 1. 25

Learn more about common ratio here:

https://brainly.com/question/1509142

#SPJ1

. Use Structure is the product the same
when multiplying 22 x (-5) and multiplying
(-5) x 22? Explain.

Answers

Answer:

Yes.

Step-by-step explanation:

Let's say a=22 and b=-5

According to the Commutative Property of Multiplication, a*b=b*a. Hence, 22*(-5)=(-5)*22.

22*(-5)=

-(22*5)=-110

(-5)*22=

-(5*22)=-110

-110=-110 √

Given h(x) = 4x + 2, find h(5).

Answers

Answer:

22

Step-by-step explanation:

Simply substitute x = 5 in the function equation

h(5) = 4 (5) + 2 = 20 + 2 = 22

Given ~

[tex] \tt \: h(x) = 4x + 2[/tex]

[tex] \: [/tex]

put the value of x = 5 in given function ~

[tex] \tt \: h(5) = 4(5) + 2[/tex]

[tex] \: [/tex]

[tex] \tt \: h(5) = 20 + 2[/tex]

[tex] \: [/tex]

[tex] \underline{ \boxed{ \tt\red{h(5) = 22}}}{ \green ✓}[/tex]

[tex] \: [/tex]

hope helps ~

below is a sequence of numbers:
0.5, 3, 5.5, 8, …
Calculate:
(a) the 8th term,
Answer: ______________
(b) the 100th term,
Answer: ______________
(c) which term has a value of 148.

Answers

for part c im not really sure if the answer is 59 or 60

Answer:

a) 18

b)248

c) 58

Step-by-step explanation:

The formula is:

[tex]a_{n}[/tex] = [tex]a_{1}[/tex] + (n-1)d

[tex]a_{n}[/tex]  Is the number at the n term

[tex]a_{1}[/tex] Is the first number in the sequence

n Is the number for the term

d is the common difference.  How much is added each time in the sequence.  In this case, 2.5

Put in the numbers that you know and solve for the unknown.

A:

[tex]a_{8}[/tex] = 0.5 + (8 -1)(2.5)

[tex]a_{8}[/tex]  = 0.5 +(7)(2.5)

[tex]a_{8}[/tex] = 0.5 + 17.5

[tex]a_{8}[/tex] = 18

B:

We follow the same pattern, but we are now looking for [tex]a_{100}[/tex].

[tex]a_{100}[/tex] = 0.5 + (100-1)(2.5)

[tex]a_{100}[/tex] = 0.5 + 247.5

[tex]a_{100}[/tex] = 248

C:

This time we know the value of the number in the sequence, we do not know which term it is.

[tex]a_{n}[/tex] = [tex]a_{1}[/tex] + (n - 1)d  Put in what we know

148 = 0.5 + (n -1)2.5  Distribute the 2.5

148 = 0.5 + 2.5n - 2.5  Combine like terms

148 = 3 + 2.5n  Subtract 3 from both sides of the equation

145 = 2.5n  Divide both sides by 2.5

58 = n

help me with this please!​

Answers

Using the function concept, we have that:

Items 1, 4, 5, 6, 8 and 10 are functions.Items 2, 3, 7 and 9 are not functions.

When does a relation represents a function?

A relation represents a function when each value of the input is mapped to only one value of the output.

For the relations that are not functions, we have that:

Relation 2: Suppose x = sqrt(5), then y = 2 or y = -2, that is, for each value of x, there are two values of y associated with it, hence it is not a function.Relation 3: Input 3 is associated with outputs 4 and 2, hence it is not a function.Relation 7: Input 9 is associated with outputs -18 and 17, hence it is not a function.Relation 9: Input 9 is associated with outputs -16 and 9, hence it is not a function.

More can be learned about relations and functions at https://brainly.com/question/12463448

#SPJ1

The mean of this data was found to be 42, while the median was 37. what does this tell you about the shape of this distribution?

Answers

Mean > median, the distribution is skewed to the right.

What is mean?In mathematics, particularly statistics, there are several types of means. Each mean is used to summarize a specific set of data, often in order to better understand the overall value (magnitude and sign) of a given data set.The arithmetic mean, also known as "arithmetic average," of a data set is a measure of the central tendency of a finite set of numbers: specifically, the sum of the values divided by the number of values.

So,

Given that age was documented in a survey of 8225 Americans.The mean was 42, and the median was 37.As a result, the median mean is used here.When the mean exceeds the median, we can say that the data is skewed to the right.If the mean is symmetrical, the median will coincide. If the mean differs from the median, the data is skewed rather than symmetrical.When mean > median, we have a skewed distribution to the right.

Therefore, mean > median, the distribution is skewed to the right.

Know more about mean here:

https://brainly.com/question/1136789

#SPJ4

The correct question is given below:
A survey was conducted from a random sample of 8225 Americans, and one variable that was recorded for each participant was their answer to the question, "How old are you?" The mean of this data was found to be 42, while the median was 37. What does this tell you about the shape of this distribution?

testing for within × within and between × within moderation using random intercept cross-lagged panel models

Answers

Testing for within × within and between × within moderation using random intercept cross-lagged panel models "allow measurement decomposition into between- & within components and have thus are becoming famous for testing developmental hypotheses."

What is cross-lagged panel models?

Cross lagged panel design is a form of structural equation model in which data is gathered at a number of points in time. It is primarily used to assess causal relationships (which may be bi-directional) in a non-experimental setting, where variables are not controlled but simply recorded.

According to cross-lagged panel design analysis:

If rX1Y2 is'significantly different' from zero, we can draw the conclusion that X is the cause of Y.If rX2Y1 is significantly distinct from zero, we can deduce that Y is the cause of X.If they are both substantially different from zero, we deduce that X causes Y and Y causes X. If they are both equal, we reach the conclusion that they do not cause each other but instead are both affected by a third variable.

If we understand that X and Y are correlated but with us data shows no conclusive correlation (neither rX1Y2 or rX2Y1 are significantly different from zero), it is possible that our time lag was just too short (or too long) to enable causal influences to operate, and we need to redesign our experiment.

To know more about correlation, here

https://brainly.com/question/12479370

#SPJ4

Please help! (Level middle school)


The box and whisker plot shows he number of points Carl made during each game last season. What is the range of points Carl had?

Answers

Answer:

The range = 14

Step-by-step explanation:

Definition: (range of a data set)

the range of a data set is the difference between the greatest and smallest  value.

In a box plot :

We should notice the maximum (generally located at the top right) and the minimum value (generally located at the top left)

Then we make the difference.

97.

In our case :

Max value = 24

Min value = 10

Therefore

The range = 24 - 10 = 14


13,804 divided by 14

Answers

Answer:986

Explanation? Calculator;)

Answer: 986

Step-by-step explanation? It’s easier to use a calculator.

Solve for .
5x- 4 >_12
Choose 1 answer:
12x+ 5< _=-4

Answers

Answer:

x = 3.2 and No solution.

Step-by-step explanation:

5x - 4 = 12

5x = 12 + 4

5x = 16 (divide both sides by 5 to get x)

5x/5 = 16/5

x = 3.2

–––––––––––––––––––––––––––––

5x-3≥12 AND 12x+5≤-4. Solve it separately.

5x - 4>=12. add 4 on both sides. 5x>=16.

is x-2 a equation? explain

Answers

No, I don’t think so because an equation is anything with an equal sign so x = 2 is an equation but not x - 2

Answer:

no

Step-by-step explanation:

an equation must and always have an equal sign(=) otherwise it is an expression e.g. 2x-3y or x-2

an equation will look like this: a=b or other equations

Laney walks 13 miles to school from her
house and rides the bus home. If she walked five
days last week, how many total miles did Laney
walk?

Answers

The Total number of miles that Laney walked is 65 miles.

How to calculate the value?

From the information, Laney walks 13 miles to school from her house and rides the bus home and she walked five days last week.

Therefore, the total number of miles that he walked will be:

= 13 × 5

= 65 miles.

Therefore the miles is 65 miles.

Learn more about multiplication on:

brainly.com/question/10873737

#SPJ1

The table represents a function.
X
-6
7
4
3
-5
f(x)
8
3
-5
-2
12
Which value is an output of the function?
-6
-2
07

Answers

Answer:

- 2

Step-by-step explanation:

The output of a function is a value of f(x) for a given value for x. From the table, only - 2 matches a value of f(x) and so this is the output.

All the others are values for x so they are inputs to the function


Write these fractions as powers of ten:

1/1000 7/100 000 1/10000000 3/60000

Answers

The fractions represented as power of ten are:

a. 1×(10)⁻³

b. 7× (10)⁻⁵

c. 1 × (10)⁻⁶

d. 5 × (10)⁻⁵

Given :

a. 1/1000

we know that 1/(10)³

when we take the reciprocal, the sign changes  from positive to negative.

that is, 1×(10)⁻³

b. 7/100000

we know that 7/(10)⁵

likewise, we get

that is, 1×(10)⁻⁵

c. 1/10000000

we know that 1/(10)⁷

reciprocate it, we get

1×(10)⁻⁷

d. 3/60000

rearrange it.

3/6×10000

divide it.

1/2×10000

divide and multiply by 10.

10/2×10000×10

multiply it.

5/100000

5 × (10)⁻⁵

Hence we calculated the given fractions as powers of ten.

Learn mire about Fractions here:

brainly.com/question/11562149

#SPJ9

solve 15 over x+2 equals 3 over 4

Answers

The solution to the expression is x= 18

How to calculate the expression ?

15 over x=2 equals 3 over 4 can be written as follows

15/x+2 = 3/4

Cross multiply both sides

15×4= 3(x+2)

60= 3x +6

collect the like terms

3x= 60-6

3x= 54

divide both sides by the coefficient of x which is 3

3x/3 = 54/3

x= 18

Hence the value of x in the expression is 18

Read more here

https://brainly.com/question/22134227?referrer=searchResults

#SPJ1

Solve the recurrence relation: t(n) = 3t(n-1) 1, with initial condition of t(0) = 1

Answers

A linear recurrence relation is a function or sequence in which each term is a linear combination of the terms that came before it.

The recurrence relation exists [tex]$T(n)=\Theta\left(3^n\right)$[/tex].

What is meant by "recurrence relation"?

Recurrence relations are used to simplify complex problems by reducing them to an iterative process based on simpler versions of the problem.

Using the substitution method, we find out that

[tex]T(n) &=n+3 T(n-1) \\[/tex]

[tex]&=n+3(n-1)+3^2 T(n-2) \\[/tex]

[tex]&=n+3(n-1)+3^2(n-2)+3^3 T(n-3) \\[/tex]

[tex]&=\cdots \\[/tex]

[tex]&=n+3(n-1)+3^2(n-2)+\cdots+3^{n-1}(n-(n-1))+3^n T(0) \\[/tex]

simplifying the above equation, we get

[tex]$&=\frac{3^{n+1}-2 n-3}{4}+3^n T(0) \\[/tex]

[tex]&=\Theta\left(3^n\right)[/tex]

Even without doing the full calculation it is not hard to check that [tex]$T(n) \geq 3^{n-1}+3^n T(0)$[/tex], and so [tex]$T(n)=\Omega\left(3^n\right)$[/tex].

A cheap way to obtain the corresponding upper bound is by considering

[tex]$S(n)=T(n) / 3^n$[/tex], which satisfies the recurrence relation  

[tex]$S(n)=S(n-1)+n / 3^n$[/tex].

Repeated substitution then gives

[tex]$\frac{T(n)}{3^n}=\sum_{m=1}^n \frac{m}{3^m}+T(0)[/tex]

Since the infinite series [tex]$\sum_{m=1}^{\infty} \frac{m}{3^m}$[/tex] converges, this implies that [tex]$\frac{T(n)}{3^n}=\Theta(1)$[/tex] and so [tex]$T(n)=\Theta\left(3^n\right)$[/tex]

Therefore, the recurrence relation exists [tex]$T(n)=\Theta\left(3^n\right)$[/tex].

To learn more about recurrence relation, refer to:

https://brainly.com/question/4082048

#SPJ4

The distance between A(-2,4) and B (1,0) is?

A. 2.24
B. 5
C. 25
D. 4
E. -5

Answers

Answer:  5  (choice B)

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

Work Shown:

[tex]A = (x_1,y_1) = (-2,4) \text{ and } B = (x_2, y_2) = (1,0)\\\\d = \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}\\\\d = \sqrt{(-2-1)^2 + (4-0)^2}\\\\d = \sqrt{(-3)^2 + (4)^2}\\\\d = \sqrt{9 + 16}\\\\d = \sqrt{25}\\\\d = 5\\\\[/tex]

I used the distance formula.

A slight alternative is to plot the points to form a right triangle. The hypotenuse is the segment from A to B. Then use the pythagorean theorem to find the hypotenuse. Take note how a 3-4-5 right triangle forms.

what’s the growth factor of 24,12,6,3,1.5

Answers

Answer:

0.5

Step-by-step explanation:

12/24 = 0.5

6/12 = 0.5

3/6 = 0.5

1.5/3 = 0.5

Answer: 0.5

meeting, so they need at least 100 pieces of sushi in total.
Sofia had already ordered and paid for 24 pieces of sushi, so she needs to order additional sushi. The sushi
comes in rolls, and each roll contains 12 pieces and costs $8.
Let R represent the number of additional rolls that Sofia orders.
1) Which inequality describes this scenario?
Choose 1 answer:

Answers

12 por que disidía duduqnjdf

5. Sandra drew the triangle below. Rika said that the lengths couldn't be correct. With which student do you agree? Explain your answer. 30 10 60 5√3

Answers

Answer:

Rika

Step-by-step explanation:

The side opposite the 30° angle is longer than the side opposite the 60° angle.

Find the volume of the cylinder. Find the volume of a cylinder with the same radius and double the height.

Answers

The volumes of the cylinder are 565. 56 cubic inches and  1131. 12 cubic inches respectively.

How to determine the volume

The formula for volume of a cylinder is expressed as;

Volume = πr²h

Where;

r is the radius = 6 Inh is the height = 5 In

Substitute the values

Volume = 3. 142 × 6² × 5

Volume = 3. 142 × 36 × 5

Volume = 565. 56 cubic inches

If the height is doubled, h = 2 × 5 = 10

Substitute the values

Volume = 3. 142 × 6² × 10

Volume = 3. 142 × 36 × 10

Volume = 1131. 12 cubic inches

Thus, the volumes of the cylinder are 565. 56 cubic inches and  1131. 12 cubic inches respectively.

Learn more about volume here:

https://brainly.com/question/1972490

#SPJ1

At a concession​ stand, one hot dog and one hamburger cost ​$3.75 ​; one hot dog and cost ​$12.25 . Find the cost of one hot dog and the cost of one hamburger .

Answers

The function shows that the cost of hotdogs is 1.75 and the cost of hamburger is 1.5.

How to calculate the information?

Let hotdogs = h

Let hamburger = x

The expression will be:

h + x = 3.25

h + 7x = 12.25

Subtract the functions

6x = 9

x = 1.5

Therefore, hot dogs will be:

= 3.25 - 1.5

= 1.75

Learn more about expressions on:

brainly.com/question/723406

#SPJ1

At a concession stand, one hot dog and one hamburger cost $3.25; one hot dog and seven hamburger cost $12.25. Find the cost of one hotdog and the cost of one hamburger.

Determine whether the value is a discrete random variable, continuous random variable, or not a random variable. a. the amount of snowfall in december in city a

Answers

The function is a continuous random variable. The correct option is B.

What is a continuous random variable?

Continuous random variables are those that have a large number of uncountable possible values. There are countless possible values. In this illustration, there is no limit to the range of possible values for the height of a giraffe in meters, such as 10.5m, 15.22m, 12.0m, etc. There are countless options.

Discrete Variables that have a finite number of possible outcomes are known as random variables. When a dice is rolled, for example, the outcomes could be 1, 2, 3, 4, 5, or 6. There are only six possible values, with nothing in between.

Therefore, the function is a continuous random variable. The correct option is B.

To know more about continuous random variables follow

https://brainly.com/question/17217746

#SPJ4

Other Questions
One of the most important ways that erps benefit organizations and their business processes is? A manner of studying human development that stresses the fluctuations that occur constantly throughout life is referred to as the? Exercise 3 Correct the following sentences. Cross out any incorrect words and write the changes above them. Look for subject-verb agreement, pronoun-antecedent agreement, and correct verb tenseThe soybean crop have withered in the drought. It is 1786 and william, who lives in rhode island, is hearing talk of replacing the articles of confederation. which is a fear william is most likely to have? Joann works in a publicity office at the state university. she is paid $ 13.00 an hour for the first 35 hours she works each week and $ 19.50 an hour for every hour after that. if she makes $ 572.00 one week, how many hours did she work? Studies of the socialization effects of sports participation have produced inconclusive and inconsistent findings because researchers have mistakenly assumed that:________ The circulatory motion of descending cool air and ascending warm air is known as? In the product markets of the circular flow model, households provide __________ to the business sector in exchange for goods and services. Economics:Billy builds a paper airplane and sells it to his friend Marcus for $5. Is the piece of paper an economic resource? How do you know? A(n) _____________ is a mixture of fuel and oxygen for which the masses of these two components are exactly those needed for complete combustion, with no residue. A square that is 6 m on a side is placed inside a rectangle that has a width of 11 m and a length of 18 m. What is the area of the region inside the rectangle that surrounds the square? A sample of Element X is found to contain 75.15% of isotope type 1 (83.9118 amu) and 25.85% of isotope type 2 (86.9092 AMU). Calculate the average atomic mass. The opportunity cost of producing a tub of ice cream is ______________ at point a than at point b. the opportunity cost of producing a pound of butter is ______________ at point b than at point a. the gospel (words of jesus) alone is sufficient to rule the lives of christians everywhere- and additional rules made to govern mens conduct added nothing to the perfection already found in the gospel of jesus christ. what does the qoute above illustrate about the critiques against the catholic church? -people were unhappy about the money that the church was making-people were unhappy that the church was too involved in government -people felt like the church was not enough involved with the lives of their followers -people were unhappy about all the rules that the church created to govern their followers What is the main difference between a randomized controlled trial and a cohort-analytic study design? taylor has 85 cents in imes and nickels in her pocket. the number of dimes is four more than the number of nickels. How many of each coin does she have? When oceanic lithosphere collides with another plate, the ________ in the process of subduction The world of the incas hs: world history a [m] (sequential) (gp) / 3:the americas all changes saved 1. how did the sapa inca strengthen his rule? The agreement in a life insurance contract that states a specific sum of money will be paid to a designated person upon an insured's death is called:_________ 2 1 Find the equation of the line that passes through the point (-4,16) and is perpendicular to the line y = [tex] \frac{2}{5}x - \frac{1}{5} [/tex]the equation using the slope-intercept form. Write the equation using slope intercept form