Values = [ 14, 10, 8, 19, 7.13] print the interger at index 2 of values and print the integer at index -2 of values, both on one line.

Answers

Answer 1

Therefore, the final code would be:values = [ 14, 10, 8, 19, 7.13] print(values[2], values[-2])This code would print the following output:8 19

What is meant by indices?

Indices, also known as exponents or powers, are mathematical symbols that express the repeated multiplication of a number. These numbers show how many times the base number has been multiplied by itself. For example, the index of 2 in the formula 23 is 3, which indicates that 2 is multiplied by itself three times to provide the value 8. Indices are often written as little numbers to the right and above the base number, with the latter enclosed in parentheses or brackets. Indices are often used to indicate the size or quantity of a number in mathematical model, but they may also be used to represent the degree of a polynomial function or the order of a derivative in calculus.

How to solve?

To print the integer at index 2 of the values list, we can use the following code: print(values[2])

To print the integer at index -2 of the values list, we can use the following code: print(values[-2])

Here, the index -2 refers to the second-to-last element in the list, which is the integer 19.

Therefore, the final code would be:

values = [ 14, 10, 8, 19, 7.13]

print(values[2], values[-2])

This code would print the following output:

8 19

To learn more about indices, visit:

https://brainly.com/question/28093573

#SPJ4


Related Questions

x + 5.5 = 0
State whether these statements are true or false.
a. 2(x+3) <= -5
b. 3 - 2x > 12
c. x square + x < 24.75

Answers

Only option 'a' is true

What is equation?Coefficients, variables, operators, constants, terms, expressions, and the equal to sign are some components of an equation. The "=" sign and terms on both sides must always be present when writing an equation. Equal treatment should be given to each party. Multiple terms, operators, and variables are not required on each side of an equation. Without these, one can still form an equation, such as 5 + 10 = 15. There are no variables in the equation below. An equation with variables, on the other hand, is an algebraic equation.

Calculation

Given, x + 5.5 = 0

x = -5.5

a. 2(x+3) ≤ -5

2(-5.5+3) ≤ -5

2*(-2.5) ≤ -5

-5 ≤ -5

Hence, it is true

b. 3 – 2x > 12

3 – 2(-5.5) > 12

3 – 11 > 12

-8 > 12

Hence, it is false

c.[tex]x^{2}[/tex] +(-5.5) < 24.75

[tex]-5.5^{2}[/tex] + (-5.5) < 24.75

30.25 <24.75

Hence, it is false

To learn more about the equation, refer to

https://brainly.com/question/22688504

#SPJ1

Lena rents a car for a day. Her car rental company charges $50 per day plus $0. 40 per mile. Peter rents a car from a different company that charges $70 per day plus $0. 30 per mile. How many miles do they have to drive before lena and peter pay the same price for the rental for the same number of miles?.

Answers

They have to drive 200 miles before Lena and Peter pay the same price for the rental .

In the question ,

it is given that ,

let x be the number of miles they drive together and pay the same amount.

the charge for Lena's car rental company is $50 per day and then $0.40 per miles which is represented by the equation

Cost = 50 + 0.40x

the charge for Peter's car rental company is $70 per day and then $0.30 per miles which is represented by the equation

Cost = 70 + 0.30x

Equating the cost for Lena and Peter car rental company

70 + 0.30x = 50 + 0.40x

0.40x - 0.30x = 70 - 50

0.10x = 20

x = 20/0.10

x = 200

Therefore , They have to drive 200 miles before Lena and Peter pay the same price for the rental .

Learn more about Equation here

https://brainly.com/question/18298965

#SPJ4

determine whether or not the distribution is a discrete probability distribution and select the reason why or why not.

Answers

The given probability distribution is a discrete probability distribution.

Given,

 x:    3        4        7

P(X=x): 0.19    0.3    0.51

Discrete probability distribution property;

∑P[tex](x_{i} )[/tex] = 1

Discrete probability distribution;

The outcomes of events that can be counted or are finite are included in a discrete probability distribution. This differs from a continuous distribution, in which results can occur anywhere along a continuum. The binomial, Poisson, and Bernoulli distributions are typical examples of discrete distributions.

That is,

∑P[tex](x_{i} )[/tex]

= 0.19 + 0.3 + 0.51

= 1

The property for a discrete probability distribution is thus satisfied.

So, the probability distribution that is being presented is a discrete probability distribution.

Learn more about discrete distribution property here;

https://brainly.com/question/15176220

#SPJ4

The given question is incomplete. Completed question is given below;

Determine whether or not the distribution is a discrete probability distribution and select the reason why or why not. x −3 4 7 P(X=x) 0.19 0.3 0.51 Answer First, decide whether the distribution is a discrete probability distribution, then select the reason for making this decision.

3. Write an integer to represent 25 feet underground. Explain your answer.

Answers

Answer:

-25

Step-by-step explanation:

if you are 25 feet underground, you can use ground level as zero and go down from there.

3 3/8 x 7 1/4 with explanation

Answers

Step-by-step explanation:

3 3/8 = 27/8

7 1/4 = 29/4

29/4 X 27/8 = 783/32 = 24 15/32

help meeeeeeeeeeee pleaseee rnnnnn!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Answers

The complete table of values is:

x  -2  -1  0  1  2

y 1/9  1/3 1  3  9

How to complete the table of values?

From the question, we have the following equation:

f(x) = 3ˣ

From the table of values, we have the following x values

x = -2, -1, 0, 1 and 2

Substitute x = -2, -1, 0, 1 and 2 in the equation f(x) = 3ˣ

When x = -2

f(-2) = 3⁻² = 1/9

When x = -1

f(-1) = 3⁻¹ = 1/3

When x = 0

f(-1) = 3⁰ = 1

When x = 1

f(1) = 3¹ = 3

When x = 2

f(2) = 3² = 9

Hence, the complete table of values is:

x  -2  -1  0  1  2

y 1/9  1/3 1  3  9

Read more about functions at

https://brainly.com/question/28277110

#SPJ1

Word Problem. A lacrosse player throws a ball in the air from an initial height of 7 feet. The ball has an initial
vertical velocity of 90 feet per second. Another player catches the ball when it is 3 feet above the ground. How
long is the ball in the air?

Answers

The ball hits the ground after 3.39 seconds.

What is initial velocity?A physical system's behavior in terms of its motion is described using equations of motion. The equations of motion are relationships between different terms and quantities. There are primarily three equations of motion, often known as the laws of constant acceleration, that apply when there is uniform acceleration.Any item subject to forces will accelerate. The object's velocity changes as a result of this acceleration. As a result, the initial velocity is the object's speed before the change brought on by acceleration. The velocity will be the final velocity after the object has been accelerating for a while.

acc to our question-

The following quadratic equation can be used to calculate the height of the ball after t seconds while accounting for gravity.

is the initial velocity. is the initial height.In this problem:Height of 8 feet, thus .Initial velocity of 32 feet per second, The equation is:We want the positive value, so:The ball hits the ground after 3.39 seconds.

learn more about initial velocity click here:

https://brainly.com/question/24626341

#SPJ13

Solve using linear combination. 2x – 3y = – 9 x + 3y = 18
a. (27, 9)

b. (3, 27)

c. (9, 3)

d. (3, 5)

Answers

The solution to the equation by linear combination is (d) (3, 5)

How to determine the solution to the equation?

From the question, we have the following system of equations

2x – 3y = – 9

x + 3y = 18

By linear combination, we start by eliminating one of the variables

This is done by adding the equations

So, we have

2x + x -3y + 3y = -9 + 18

Evaluate the like terms

3x = 9

Divide both sides

x = 3

Substitute x = 3 in x + 3y = 18

3 + 3y = 18

So, we have

3y = 15

Divide

y = 5

Hence, the solution is (d) (3, 5)

Read more about system of equations at

https://brainly.com/question/18841812

#SPJ1

Once Isabel rented the warehouse space, she decided to post ads on several social media sites to advertise her online bookstore. Let x represent the number of months the ads have been posted. Isabel finds that the function below describes the number of books sold as a function of the number of months her ads have been posted.
f(x) = 1000 + 1000
⦁ How many books were sold after 8 months
Graph the function.

Answers

Answer: 3000 thousand books were sold

Step-by-step explanation:  

Two subscription services offer deliveries of boxes of nutritious, organic snack foods each month. For how many months of deliveries will the two plans corset the same?

Answers

At 4 months of subscription, both plans will cost the same.

What is a linear equation?

A linear equation is an algebraic equation of degree one. In general, the variable or the variables(in the case of a linear equation in two variables) the variables are x and y.

Given, Two subscription services offer deliveries of boxes of nutritious, organic snack foods each month.

Snacks 4 U has 4$ for 3 months and from then $14 a month and Healthy times has 1 month of free subscription and then $10 months.

Assuming no. of months required that two plans will cost the same is x.

∴ 12 + 14x = 10x

4x = 12

x = 3 and + 1 for the free months.

learn more about linear equations here :

https://brainly.com/question/13738061

#SPJ1

maths question please help

Answers

The oven that has a higher price is the combination oven.

How to calculate the price?

The normal price of the microwave will be illustrated as x. This will be:

(x - 1/3x) = 90.

2/3x = 90.

Cross multiply

2x = 3 × 90.

2x = 270

Divide

x = 270/2

x = 135

The normal price is £135

For the combination oven, the normal price will be:

(x - 0.4x) = 84

0.6x = 84

Divide

x = 84/0.6

x = 140

The price is £140

The combination oven is costlier.

Learn more about price on:

brainly.com/question/1153322

#SPJ1

Valley spa purchased $7,800 in plumbing components from tubman company. Valley spa signed a 60-day, 10% promissory note for $7,800. If the note is dishonored, what is the amount due on the note? (use 360 days a year. ).

Answers

The amount due on the note with the cost of $7800 , 10% promissory note for 60 days is equal to $7930.

As given in the question,

Cost of purchase a plumbing components  = $7,800

Valley spa signed promissory note for 60 day

Percentage of promissory note = 10%

Condition: For the note is dishonored :

Amount due,  

Due Interest on the note

= 7800 × (10 /100) × ( 60 /360)

= 78 × 10 × ( 1/6)

= 13 × 10

= $130

Total amount due

= original cost + interest

= $(7800 + 130)

= $7930

Therefore, for the dishonored note  the amount due on the note is $7930.

Learn more about amount here

brainly.com/question/16829720

#SPJ4

in a function, each input is related to multiple outputs.

Answers

In a function, each input is related to multiple outputs is False.

What is a function?

The function is a type of relation, or rule, that maps one input to a specific single output.

Function of function, as the name suggests, are functions applied over functions themselves. This is also called function composition.

A function can be defined as a relationship between an output value, y, and an input value x; where each input value of x has one and only one output value of y.

This means that each output value of a function can have multiple inputs (for example, quadratic functions have 2 inputs for each output except the vertex), but no input can have multiple outputs.

Therefore, In a function, each input is related to multiple outputs is False.

Learn more about function here:

https://brainly.com/question/2253924

#SPJ1

PLEASE HELP ASAP. are these functions?????

Answers

The figure shown in 2 and 4 are the functions. Options B and D are correct.

Given that,
A number of graphs have been shown, to determine which graph is a function,

What are functions?

Functions is the relationship between sets of values. e g y=f(x), for every value of x there is its exists in a set of y. x is the independent variable while Y is the dependent variable.

here,
Graph 1,
Is not function because it is a scatter plot,

Graph 2
Is line, which is a function,

Graph 3
Is a circle with a curve that is not functional,

Graph 4
Is parabola and quadratic function,

Thus, the figure shown in 2 and 4 are the functions. Options B and D are correct.

learn more about function here:

brainly.com/question/21145944

#SPJ1

I need help please so I'm supposed to find x but when I find it I have to put in in the problem and then it has to equal 25 or might just be wrong overall I don't know

Answers

Answer:

x=-12.5

Step-by-step explanation:

The corresponding angles theorem shows that -6x+80 is supplementary to 25.

So -6x+80+25=180

-6x+80=155

-6x=75

-6x/-6=75/-6

x=-12.5

If possible please show work

Answers

Not exactly sure what this is but by a glance theyre asking what do you do to days to get the total?

Therefore if you have in the D column 1-5 the process is always multiplying by 250 so 1 day gives 1 * 250 = $250

2 days gives 2*250 = $500

That means the equation must be

T =250D

Solve the following equation: 45-3x=18
I tried x=9 but it said it was wrong

Answers

Answer: x = [tex]\frac{15}{7}[/tex]

Step-by-step explanation:

     To solve, we will isolate the variable by using reverse operations. You commented the proper equation is 45 - 3x = 18x

Given:

45 - 3x = 18x

Add 3x to both sides of the equation:

45 = 21x

Divide both sides of the equation by 21:

x = [tex]\frac{15}{7}[/tex]

Consider a sequence whose first five terms are: 3, 8, 15, 24, 35
Which function (with domain all integers n
1) could be used to define and continue this sequence?

Answers

The following number in the series is 48.

Arithmetic Progression (AP) is a number sequence in which the difference between any two consecutive numbers is a constant value.

Given first five terms of a sequence are 3,8, 15, 24, 35

On examining the series we see:

3 - 0 = 3

8 - 3 = 5

15 - 8 = 7

24 - 15 = 9

35 - 24 = 11

The increments are an arithmetic progression with the first term being 3 and the difference being 2.

The next term (sixth term) is 13.

Hence the next number of the series 3, 8, 15, 24, and 35 is 35 + 13 = 48

Therefore the next number in the series is 48

To learn more about arithmetic progression visit

https://brainly.com/question/24873057

#SPJ1

Which graph represents the solution set of 4x - y ≤ - 6?

Answers

None of the graphs shows the solution set for the given inequality, so it may be written incorrectly or maybe there are some graphs not shown in the image.

Which graph represents the solution set for the inequality?

Here we have the inequality:

4x - y ≤ - 6

If we isolate the variable y, we get:

4x + 6 ≤ y

First, because of the symbol "≤" we know that we will have a solid line (the points on the line are also solutions).

We also can see that we have a positive slope

y ≥ 4x + 6

Also we can see that the y-intercept is 6, now the problem is that none of the graphs meets the 3 conditions.

Solid line.Positive slopey-intercept at y = 6

So there is no correct option, which means that there may be a mistake in the inequality you wrote.

Learn more about inequalities:

https://brainly.com/question/24372553

#SPJ1

help please this is due on friday

Answers

If four digit numbers are made using the digits 0 to 6, the number of even digits formed without repeatetion is 204.

For an even number the last digit can be either zero or 2,4, 6 and each digit can be used only once

If the 4th digit is 0, then that leaves 5 possible numbers for the 1st digit, 4 for the 2nd, and 3 for the 3rd. 5 x 4 x 3 = 60 possible 4-digit even numbers.

If the 4th digit is 2,4 or 6, that leaves 4 possible numbers for the 1st digit (as 1st digit can’t be 0), 4 for the 2nd digit, and 3 for the 3rd digit. 4 x 4 x 3 x 3 = 144 possible 4-digit even numbers.

total possible even digits is = 60 + 144 = 204

Therefore, if four digit numbers are made using the digits 0 to 6, the number of even digits formed without repeatetion is 204.

To learn more about permutation refer here

https://brainly.com/question/1216161

#SPJ1

100 points + brainliest if its correct (; kinda bad at math
Explain the process to determine how many solutions the equation 16 - 2t = 5t + 2
has. Be specific.

Answers

Answer:

One solution which is x = 2

Step-by-step explanation:

Equations like these most often won't have more than one solution unless they are the exact same equation.

If the equation was x + 1 = x + 1, it would have infinitely many solutions because both sides are the same.

Equations with absolute value and quadratic equations most often have 2 solutions have there is a negative answer and a positive answer.

Rearrange terms
16-2t=5t+2
-2t+16=5t+2

Subtract 16 from both sides
-2t+16=5t+2
-2t+16-16=5t+2-16

Simplify
-2t=5t-14

Subtract 5t from both sides
-2t=5t-14
-2t-5t=5t-14-5t

Simply
-7t=-14

Divide both sides by the same factor
-7t=-14
-7t/-7=-14/-7

Simply
T=2

Sally is making necklaces and bracelets for the craft fair. a necklace uses 16 beads, and a bracelet uses 27 beads. sally wants to make twice as many bracelets as necklaces, and she wants to use up all of her 910 beads. how many of each should she make?

Answers

Answer:

Sally can make 26 bracelets and 13 necklaces.

Step-by-step explanation:

necklace = 16 beads

bracelet = 27

(twice as many bracelets as necklaces)              

total = 910 beads

27*26 = 702 beads    (26 bracelets)

16*13 = 208 beads      (13 necklaces)

702+208 = 910

The regression equation y = 6050-725x can be used to predict the value of a china cabinet after x years. Identify the
various components of the equation?

Answers

Use the regression equation y = 6050-725x to predict the value of a china cabinet after x years. x is 5325.

What is meant by regression equation?Y = a + b The formula is Y + X + E, where Y is the dependent variable, X is the independent variable, an is the intercept, b is the slope, and E is the residual.Regression is a statistical tool that predicts the dependent variable using one or more independent variables. The term "regression" comes from the Latin word "regressus," which means "to return" (to something).Regression is, in this sense, the technique that allows you to "go back" from a jumbled, difficult-to-interpret dataset to a clearer, more meaningful model.

For example,

[tex]$&Y-\bar{Y}=b_{y x}(X-\bar{X}) \\[/tex]

Y-11 = 0.929(X-4)

Simplifying, then we get

Y = 0.929 x - 3.716 + 11

= 0.929 x + 7.284

The regression equation of Y on X is

Y = 0.929 x + 7.284

To learn more about regression equation, refer to:

https://brainly.com/question/26843436

#SPJ13

Answer:

i think this is your question from edge?

Step-by-step explanation:

19 is what percent of 95

Answers

Answer:

20%

Step-by-step explanation:

19 of 95 can be written as:

19/25

To find percentage, we need to find an equivalent fraction with denominator 100. Multiply both numerator & denominator by 100

19/25  x  100/100

= (19 x 100/95) x 1/100 = 20/100

Therefore, the answer is 20%

If you are using a calculator, simply enter 19÷95×100 which will give you 20 as the answer.

Hope this helped!

please answer this question
It's really important ​

Answers

for #3:

a) 0.9

b) 0.4

c) 0.7

d) 0.08

e) 3.9

f) 1.6

g) 5.5

h) 12.4

And for #4:

The answer is $131.63

Nathan earns 9.75 dollars in one hour, and you want to figure out how many he makes in thirteen and a half hours. To do this, just multiply 9.75 by 13.5.

9.75*13.5 is 131.625. However, money only goes to the hundredths place, which means there are only 2 decimal places. This means you should round 131.625 to the hundredths place, which makes 131.63.

I'm going to do a short answer so here:

a) 0.9

b) 0.4

c) 0.7

d) 0.8

e) 0.39

f) 1.6

g) 5.5

h) 12.4

All of these can be solved by doing this (example_:

2.7/3=

(27/3)/10

(9)/10= 0.9

essentially, just recognize that they are similar to their whole number counterparts.

4. $9.75*13.5= ~131.63 (technically 131.625, but that doesn't exist in monetary values)

if the null hypothesis is 'french people do not differ from english people in height', what will be the alternative hypothesis?

Answers

The alternative hypothesis will be French people differ from English people in height.

A hypothesis is described in statistics as a formal statement that explains the relationship between two or more variables.

In statistical hypothesis testing, null and alternate hypotheses are applied. The null hypothesis of a test always predicts no effect or no association between variables, but the alternative hypothesis reflects the effect or relationship that your research predicts.

Given

Null hypothesis- French people do not differ from English people in height.

Therefore, the Alternative hypothesis for the given statement is - French people differ from English people in height.

To learn more on Alternative hypothesis here:

https://brainly.com/question/27335001#

#SPJ4

2. Perform the operation.
(8x² + 8x - 9) + (3x² + 5x)

Answers

Answer:

here is the, ans hope it helps :)

x = -13 ± (√ 565) / 22 is the solution to the operation

(8x² + 8x - 9) + (3x² + 5x) = 0.

 ∴ (8x² + 8x - 9) + (3x² + 5x) = 0

=> 8x² + 8x - 9 + 3x² + 5x = 0

=> 11x² + 13x -9 = 0

After obtaining the standard form a, b and c are identified from the original equation and are placed into the quadratic formula.

∴ x = (-b±√(b²-4ac))/(2a)

11x² + 13x -9 = 0

where,

a = 11, b = 13, c = -9

=> x = (-13 ± √(13² - 4×11(-9)) )/ (2×11)

=> x =( -13 ± (√ 565) )/ (22).

So, the solution to (8x² + 8x - 9) + (3x² + 5x) = 0 is x = -13 ± (√ 565) / 22.

To know more about solving numerical with mathematical operations:

https://brainly.com/question/14546550

The complete question is -

Perform the operation:

(8x² + 8x - 9) + (3x² + 5x) = 0

due now pls help me :P

Answers

Answer:

B

Step-by-step explanation:

y intercept is whenever x is 0 or in this case when they haven’t been on any rides

Here Jamie starts off with 24 tickets before going on any rides

Hopes this helps

if sue will only buy apples if the price decreases because each apple yields a smaller amount of additional satisfaction, she is exemplifying the law of .

Answers

Sue is an example of the law for "diminishing marginal utility" if she only buys apples if the price drops because each apple produces less additional satisfaction.

Explain the term diminishing marginal utility?

The phenomenon known as diminishing marginal utility describes how each extra unit of gain results in an ever-smaller rise in subjective value.

For instance, three bites of sweets are preferable to two, but the pleasure does not improve significantly after the nineteenth mouthful.One typical good having diminishing marginal value is food. Consider an apple as an illustration. An apple is pretty valuable if you're famished. However, as you consume more apples, you become less hungry, decreasing the value of each new apple.

Thus, Sue is an example of the law for "diminishing marginal utility" if she only buys apples if the price drops because each apple produces less additional satisfaction.

To know more about the marginal utility, here

https://brainly.com/question/15050855

#SPJ4

write as many three-digit numbers as you can. your answers can only use the digits 0, 2, and 5, but you can repeat digits.

Answers

The numbers 0, 2, and 5 can be repeated any number of times to create 16 three-digit numbers.

Given that,

As many three-digit numbers as you can must be written. Only the numerals 0, 2, and 5 may be used in your replies, although you may repeat digits.

This is a problem on Permutations

Permutation is the different ways that a set of elements can be arranged, either all at once or part of them at a time. There are two alternative arrangements, AB and BA, for instance, if we have two elements, A and B.

Repeating number permutation

= 3³ - 11(as one of the digit is Zero "0")

= 3 × 3 × 3 - 11

= 16

Let me list each result one by one.

222, 205, 250, 255, 225, 252, 220, 202.

502, 520, 552, 525, 555, 522, 550, 505.

Thus, there are 16 three-digit integers that may be constructed by the numbers 0,2, and 5 with any digit repeated.

Learn more about permutation :

brainly.com/question/1216161

#SPJ4

Other Questions
what type of hidden data in pdf documents and microsoft word files contain useful information that can be used for social engineering? Although the restaurant company has recently added many new restaurants across the country and its sales have increased dramatically, its sales at restaurants open for more than a year have declined.(A) the restaurant company has recently added many new restaurants across the country and its sales have increased dramatically, its(B) the restaurant company has recently added many new restaurants across the country and its sales increased dramatically, its(C) many new restaurants have recently been opened across the country and its sales increased dramatically, the restaurant companys(D) having recently added many new restaurants across the country and with its sales increasing dramatically, the restaurant companys(E) recently adding many new restaurants across the country and having its sales increase dramatically, the restaurant companys Solve the following equation by completing the square.4x-16x + 8 = 0A. x = 2 + 2 or x = -2 + 2B. x = 2 + 2 or x = 2-2C. x = -2 + 2 or x = -2-2D. x = 4 or x = 0 Please help me with this math problem Miss Baker has 3 3/4 cups of flour. She uses 2 1/4 cups of flour to make a loaf of bread. Then she uses all of the remaining flour to make 6 biscuits How many cups of flour does Miss Baker use to make 1 biscuit? a 2.92 kg particle has a velocity of (2.99 i hat - 3.94 j) m/s. (a) find its x and y components of momentum. px a ball of mass 0.800 kg is carefully balanced on a shelf that is 2.50 m above the ground. what is its gravitational potential energy? which of the following types of content are often saved in a binary format? check all of the boxes that apply. Which of the following examples best reflects the geographical element ofEnvironment and Society?A. The creation of mountains through tectonic plate movements.B. The location of factories in the United States.C. The building of dams and canals to irrigate desert regions. Dyna's house is 6.85 kilometeres from Carl's house. Sanjay's house is 2 3/10 kilometeres closer to Carl's house than Dyna's house is. What is the distance in kilometers from Sanjay's house to Carl's house? I meant 18 . which of the following most directly contributed to the spread of settlement depicted on the map? responses the development of transcontinental railroads the development of transcontinental railroads efforts to secure boundaries with great britain say that an add instruction is located in memory at address 0x400104. after the add instruction executes, what value will be in the pc? Hellenic ideas spread in many ways, including language, art, and philosophy. True False The six main characteristics of money are acceptability, portability, divisibility, uniformity,. (1 point) a poll is taken in which 302 out of 525 randomly selected voters indicated their preference for a certain candidate. (a) find a 95% confidence interval for p. Hello! I really need help on this chemistry worksheet. I dont understand it. PLEASE HELP :)Solve six and five eighths times negative one and two fifths. negative 371 over 40 negative six and one fourth one and one half 371 over 40 In flowing water, the upstream side of an obstruction is subjected to the ______ of abrasion. what is Denaminal nouns explain and example? because their internal osmolarity is similar to that of seawater, osmoconformers . multiple choice question. tend not to lose or gain water by osmosis tend to gain water by osmosis tend to lose water by osmosis