PLEASE HELP IF YOU KNOW THE ANSWER!!!
I NEED THE DOMAIN AND RANGE

PLEASE HELP IF YOU KNOW THE ANSWER!!!I NEED THE DOMAIN AND RANGE

Answers

Answer 1

oh yeah i know the answer. thats cool you need it


Related Questions


What value does the 2 represent in the number 52.3 ?

Answers

Answer:

2 units

Step-by-step explanation:

The number 2 is in the units place, so it's just 2.

The place value of 2 in 52.3 is ones place value.

Given,

52.3

We need to find which place value 2 represents in 52.3

What is the place value in a decimal number?

The place value is given as:

Example: 246.89

2 - hundreds

4 - tens

6 - ones

8 - tenths

9 - hundredths

Find the place value of 2 in 52.3

We see that 2 is right before the decimal point.

2 is in ones place value.

Thus the place value of 2 in 52.3 is ones place value.

Learn more about the place value of decimal numbers here:

https://brainly.com/question/1126360

#SPJ2

PLEASE HELP

Fill in the boxes with fractions or mixed numbers. Express each answer in simplest form.

PLEASE HELP Fill in the boxes with fractions or mixed numbers. Express each answer in simplest form.

Answers

Answer:

5 1/2 (first box)

5 7/10 (second box)

Step-by-step explanation:

Consider the given pseudo code. Write the function T(n) in terms of the number of operations, and then give the asymptotic (big Oh) complexity of the algorithm, show all the work you do. [ write the summation formula and solve it, or use the "Look for pattern"method. a. Matrix Multiplication

Answers

The function T(n) in terms of the number of operations is:

T(n) = 2n^3 + 3n^2 + 2n + 1 and the asymptotic complexity of the matrix multiplication algorithm is O(n^3).

To analyze the provided pseudo code for matrix multiplication and determine the function T(n) in terms of the number of operations, we need to examine the code and count the number of operations performed.

The pseudo code for matrix multiplication may look something like this:

```

MatrixMultiplication(A, B):

   n = size of matrix A

   C = empty matrix of size n x n

   for i = 1 to n do:

       for j = 1 to n do:

           sum = 0

           for k = 1 to n do:

               sum = sum + A[i][k] * B[k][j]

           C[i][j] = sum

   return C

```

Let's break down the number of operations step by step:

1. Assigning the size of matrix A to variable n: 1 operation

2. Initializing an empty matrix C of size n x n: n^2 operations (for creating n x n elements)

3. Outer loop: for i = 1 to n

- Incrementing i: n operations  

- Inner loop: for j = 1 to n

- Incrementing j: n^2 operations (since it is nested inside the outer loop)

- Initializing sum to 0: n^2 operations

- Innermost loop: for k = 1 to n

- Incrementing k: n^3 operations (since it is nested inside both the outer and inner loops)

- Performing the multiplication and addition: n^3 operations

- Assigning the result to C[i][j]: n^2 operations

- Assigning the value of sum to C[i][j]: n^2 operations

Total operations:

1 + n^2 + n + n^2 + n^3 + n^3 + n^2 + n^2 = 2n^3 + 3n^2 + 2n + 1

Therefore, the function T(n) in terms of the number of operations is:

T(n) = 2n^3 + 3n^2 + 2n + 1

To determine the asymptotic (big O) complexity of the algorithm, we focus on the dominant term as n approaches infinity.

In this case, the dominant term is 2n^3. Hence, the asymptotic complexity of the matrix multiplication algorithm is O(n^3).

To know more about asymptotic complexity refer here:

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

#SPJ11

5
Select the correct answer.
Simplify the expression.
3x √648x4y8
O A. 18x2y2√3xy²
1
O B. 18ry2 3x²y²
O c. 9x²y 2xy²
OD. 18x2y2 √2xy²

Answers

The correct simplified expression is 18xy^7√2. Therefore, the correct answer is not D. 18x^2y^2√2xy^2, as stated earlier.

To simplify the expression 3x √648x^4y^8, we can start by simplifying the square root of 648. The square root of 648 can be expressed as the square root of 9 times the square root of 72.

The square root of 9 is 3, and the square root of 72 can be simplified as the square root of 36 times the square root of 2. The square root of 36 is 6, so the square root of 72 is 6√2.

Now we can rewrite the expression as 3x(6√2x^4y^8).

Next, we can simplify the coefficients and the variables. The coefficient 3 multiplied by 6 gives us 18. The variables x^4 and x cancel out, leaving us with x^0, which is equal to 1. Similarly, the variables y^8 and y cancel out, leaving us with y^7.

Therefore, the simplified expression is 18xy^7√2.

The correct answer is D. 18x^2y^2√2xy^2.

To learn more about the expression

https://brainly.com/question/1859113

#SPJ8

A plastic extrusion process is in statistical control and the output is normally distributed. The extrudate is subsequently cut into individual parts, and the extruded parts have a critical cross-sectional dimension = 12.50 mm with standard deviation = 0.25 mm. Determine the process capability.

Answers

The process capability, Cp is calculated by dividing the upper specification limit minus lower specification limit by 6 times the process standard deviation.

This is the formula for the process capability.

Cp = (USL - LSL) / (6 * Standard deviation)

Where, Cp is process capability USL is the Upper Specification Limit LSL is the Lower Specification Limit Standard deviation is the process standard deviation.

The extrudate is subsequently cut into individual parts, and the extruded parts have a critical cross-sectional dimension = 12.50 mm with standard deviation = 0.25 mm. The mean of this distribution is the center line of the control chart and the critical cross-sectional dimension 12.50 mm is the target or specification value.

To know more about dividing visit :

https://brainly.com/question/15381501

#SPJ11

Use the graph to find a 8 > 0 such that for all x, 0 < |x − xo | < 6 and |f(x) − L| < ε. Use the following information: 4 - f(x) = − 3x + 2, ɛ = 0.2, x = − 2, L = 4.7.

Answers

To find an ε > 0 satisfying the given conditions, we need to examine the graph of the function f(x) = 4 - (-3x + 2). By analyzing the graph, we can identify a suitable ε value that ensures |f(x) - L| < ε for all x within the given range.

The function f(x) is given by f(x) = 4 - (-3x + 2), which simplifies to f(x) = 3x + 2. We are given that x = -2 and L = 4.7. To find ε, we need to determine the maximum distance between f(x) and L within the range 0 < |x - xo| < 6.

First, let's evaluate f(x) at the given x-value:

f(-2) = 3(-2) + 2 = -6 + 2 = -4.

Next, we calculate the absolute difference between f(-2) and L:

|f(-2) - L| = |-4 - 4.7| = |-8.7| = 8.7.

Since we want |f(x) - L| to be less than ε, we set ε = 0.2, which is a smaller value. As 8.7 > 0.2, ε = 0.2 does not satisfy the condition.

To find a suitable ε value, we examine the graph of f(x) = 3x + 2. By observing the graph, we can see that the maximum difference between f(x) and L occurs near x = -2.5. Let's evaluate f(-2.5):

f(-2.5) = 3(-2.5) + 2 = -7.5 + 2 = -5.5.

The absolute difference between f(-2.5) and L is:

|f(-2.5) - L| = |-5.5 - 4.7| = |-10.2| = 10.2.

As 10.2 > 0.2, ε = 0.2 is not suitable. We need a smaller ε value to satisfy the condition.

Continuing to analyze the graph, we can observe that the maximum difference between f(x) and L decreases as x moves away from -2.5. Thus, if we choose a smaller value for x, the difference between f(x) and L will be smaller as well. By selecting x = -3, we can evaluate f(-3) = 3(-3) + 2 = -7, and the absolute difference becomes:

|f(-3) - L| = |-7 - 4.7| = |-11.7| = 11.7.

As 11.7 > 0.2, ε = 0.2 does not satisfy the condition. Therefore, we need to select an even smaller ε value.

By analyzing the graph, we can determine that for x = -3.5, f(-3.5) = 3(-3.5) + 2 = -8.5, and the absolute difference is:

|f(-3.5) - L| = |-8.5 - 4.7| = |-13.2| = 13.2.

Since 13.2 > 0.2, ε = 0.2 is still not suitable. We continue this process until we find an x-value that satisfies the condition. By repeating the analysis, we eventually find that for x = -3.8, the absolute difference becomes:

|f(-3.8) - L| = |-9.4 -

Learn more about graph here:

https://brainly.com/question/17267403

#SPJ11

9. Given that P = (-1,16) and Q = (1, 9), find the component form and
magnitude of vector QP (Q is initial and Pis terminating). *

Answers

To find the component form, u only need to know how to substitute figures for letters. What do I mean by this?

If initial side is (x1,y1)
Then x1 = -1, and y 1 = 16
If the terminal side is x2, y2
Then x2 =1 and y2 =9

This component from p is x2-x1 y2-y1
In this case <[1-(-1)], (9-16)
Which give us
2,-7

If p = x ,y using Pythagorean’s theorem
2(2) + (-7)(7)
4+49
53
Square root of 53 is
7.28010988928
7.3

Find the volume of the pyramid with a square base where the perimeter of the base is 8. 7cm and height of the pyramid is 6. 3cm round your answer to the nearest tenth of the cubic centimeter

Answers

Answer:

9.9\(cm^{3}\)

Step-by-step explanation:

Formula:

1/3(area of the base x height)

1/3 [2.175(2.175)(6.3)]

1/3(4.730625)(6.3)

1/3(29.8029375)

9.9343125

Is the perimeter of the base is 8.7, we need to divide that by 4 (2.175) to find out the side length of the square.  The area of the square, we need to multiply 2.175 by 2.175.

9.9343125 rounded to the nearest tenth is 9.9

Helping in the name of Jesus.

im confused with this homework. Please someone help me!!

Answers

Answer: yhu got to write the slope.

Step-by-step explanation:

Bob wanted to study college students at UCLA and levels of homesickness. To do this, he did a random sample and wound up surveying 200 students out of all of UCLA students. Please pick the population:

Answers

The population in this scenario is all the students at UCLA.

In this case, the population refers to the entire group of individuals that Bob wanted to study, which is all the students at UCLA. The population represents the larger group from which the sample is drawn. The goal of the study is to investigate levels of homesickness among college students at UCLA.

Bob conducted a random sample by selecting 200 students out of the entire student population at UCLA. This sampling method aims to ensure that each student in the population has an equal chance of being included in the study. By surveying a subset of the population, Bob can gather information about the levels of homesickness within that sample.

To calculate the sampling proportion, we divide the size of the sample (200) by the size of the population (total number of students at UCLA). However, without the specific information about the total number of students at UCLA, we cannot provide an exact calculation.

By surveying a representative sample of 200 students out of all the students at UCLA, Bob can make inferences about the larger population's levels of homesickness. The results obtained from the sample can provide insights into the overall patterns and tendencies within the population, allowing for generalizations to be made with a certain level of confidence.

Learn more about random sample here:

brainly.com/question/33604242

#SPJ11

for the transformation rule in the form , replacing which variable with what number will result in the transformation displayed in the graph?

Answers

For the function transformation form of f(x), \(g(x) = a f(\frac{1}{b} x - h) + k \), we are replacing variable a by 2, result will in the transformation displayed in the above graph. So, option(d) is right one.

A transformation is an another way to a parent function's graph. There are serval formulas for distinct rules of transformation. If consider transformation function of f(x) is g(x) = f(x - h) + k,

Vertically transformation of function by k units. Horizontal transformation of the function f(x) by h units.g(x) = -f(x), refelction in x-axisg(x) = f(-x), reflection in y-axisg(x) = cf(x) , if c>1, vertical stretch by factor cif c < 1, vertical shrink by factor c

We have a function f(x) = 2cos(x), that is cosine function and g(x) is it's transform function. Here, \(g(x) = a f(\frac{1}{b} x - h) + k \), now see the graph carefully.

Thus, for g(x) in above graph, there are no horizontal and vertical translation. So, h = k = 0. Also, the graphs are not reflected on both axes. However, notice that the graph of g(x) is just the vertical stretched version of f(x). The values of g(x) are twice that of f(x). Therefore, the factor a must be twice, a = 2. Hence, we replace a by 2.

For more information about function transformation, visit :

https://brainly.com/question/24863282

#SPJ4

Complete question:

The above graph of shows f(x) = 2cos(x) and transform g(x). For the transformation rule in the form , g(x) = a f( 1/b x - h) + k

replacing which variable with what number will result in the transformation displayed in the graph?

a) b is replacing by 1/2

b) k is replacing by -1/2

c) h is replacing by -2

d) a is replacing by 2

for the transformation rule in the form , replacing which variable with what number will result in the

the difference of 14 times a number m and 8 times a number n

Answers

14m-8n gives you the difference

A nonexperimental research design is best defined as:
a research design with manipulation of the independent variable and random assignment.
a research design with manipulation of the dependent variable and random assignment.
a research design that lacks manipulation of the independent variable and random assignment.
a research design that lacks manipulation of the independent variable with no random assignment.

Answers

Answer:

Step-by-step explanation:

A nonexperimental research design is a type of research design that lacks manipulation of the independent variable and random assignment.

In other words, the researcher does not intervene or manipulate the independent variable, but instead observes and measures it in its natural setting. Nonexperimental designs are often used in observational studies, surveys, and correlational research.

The absence of manipulation of the independent variable is a key feature of nonexperimental designs. Instead, the researcher typically observes and measures the independent variable in its natural setting, along with the dependent variable. This allows the researcher to examine relationships between variables and draw conclusions about their association, but does not allow for causal inferences.

Nonexperimental research designs are useful for investigating naturally occurring phenomena, exploring relationships between variables, and generating hypotheses for further research. However, they are limited in their ability to establish cause-and-effect relationships due to the lack of manipulation and random assignment.

know more about independent variable: brainly.com/question/17034410

#SPJ11

16 Select the correct answer. An ounce of cheese can be estimated by: A. One hand cupped. B. The size of your fist. C. The size of the palm of your hand. D. The size of your thumb.

Answers

Answer:

D

Step-by-step explanation:

1/3 x 8 in simplest form

Answers

In mathematics, every integer is a rational number, hence a whole number 8 can be written as 8/1. 1/3 x 8 = 8/3 in fraction form. 1/3 x 8 = 2.6667 in decimal form.

The simplest form is given as 3/8.

What is a fraction?

A fraction is a number written in the form a / b, where a and b are integers and b ≠ 0.

The number a is called as the numerator and b is the denominator.

Two fractions can be multiplied by taking the product of their numerators and denominators respectively.

The given expression is 1/3 x 8.

It can be simplified as follows,

1/3 x 8

Write 8 in the fraction form as 8 = 8/1

= 1/3  x 8/1`

Multiply the numerators and denominators to obtain,

(1 x 8)/(3 x 1)

= 8/3

The given expression can be simplified as 8/3.

To know more about fraction click on,

https://brainly.com/question/10354322

#SPJ2

Three – fourths of v subtracted from 6 times two – ninths y

Answers

The algebraic expression for the given terms, "Three – fourths of v subtracted from 6 times two – ninths y" is as follows:6(2/9y) - (3/4)v.

We have to simplify this algebraic expression to obtain the final result. To do so, we must first simplify the terms within the parentheses.Step 1: Simplify the parentheses first.6(2/9y) = 4/3yStep 2: After simplifying the parentheses, subtract 3/4v from 4/3y4/3y - (3/4)v = 16/12y - 9/12v.

Step 3: Simplify 16/12y - 9/12v. 16/12 can be simplified to 4/3.4/3y - 3/4v is the final simplified form of the given algebraic expression.Thus, the answer is 4/3y - 3/4v.

To know more about algebraic expression visit :

https://brainly.com/question/28884894

#SPJ11

PLEASE HELP
Find the indicated side of the
triangle.
b
7.
45°
a
a =
= [?]

PLEASE HELPFind the indicated side of thetriangle.b7.45aa == [?]

Answers

Answer:

a =7

Step-by-step explanation:

Since this is a right triangle, we can use trig functions

tan theta = opp side/ adj side

tan 45 = 7/a

a tan 45 = 7

a = 7/ tan 45

a = 7 / (1)

a = 7

The scale of a map is 2cm:15km. Find the actual distance for each map distance. 5cm

Answers

Step-by-step explanation:

2cm : 15cm so

5cm : 37.5cm

so 5cm is therefore=37.5cm

DUE TOMORROW PLS HELP!!

does anyone know how to solve the area and perimeter for this parallelogram pls help!!! In details !!!


DUE TOMORROW PLS HELP!!does anyone know how to solve the area and perimeter for this parallelogram pls

Answers

Answer:

The perimeter is the length of the outline of a shape. To find the perimeter of a rectangle or square you have to add the lengths of all four sides. x is in this case the length of the rectangle while y is the width of the rectangle. The area is a measurement of the surface of a shape. for example

You are able to find the perimeter of the rectangle by adding length and width and multiplying by two because the opposite sides of a rectangle are equal in length. Both lengths of the rectangle are the same, and both widths are the same. For example, P = 2 * (14 + 8) = 2 * (22) = 44 centimeter (17.3 in).

Step-by-step explanation:

PLEASE HELP (WORTH 50 POINTS!)

Select the correct answer.
What are the zeros of the function y = x(x − 2)(x + 6)^2?

Answers

Answer:A,) -6,0,and 2

please help quickly !

please help quickly !

Answers

Answer:

A

Step-by-step explanation:

Answer:

x- 41.5 = 13.5

Step-by-step explanation:

The normal rate is x and the sick rate is 41.5

The difference is 13.5

x- 41.5 = 13.5

solve for x
(x/r)+(x/w)+(x/t)= 1

solve for x(x/r)+(x/w)+(x/t)= 1

Answers

x/r + x/w + x/t = 1

x (1/r + 1/w + 1/t) = 1

x = 1 / (1/r + 1/w + 1/t)

To make the solution a bit cleaner, multiply through the numerator and denominator by the LCM of each fraction's denominator, rwt :

x = 1 / (1/r + 1/w + 1/t) • rwt / rwt

x = rwt / (rwt/r + rwt/w + rwt/t)

x = rwt / (wt + rt + rw)

Transversal Problems with equations help

Transversal Problems with equations help

Answers

Answer:

x = 30

Step-by-step explanation:

Since line m is parallel to line n:

6x - 1 = 5x + 28 (because these angles are corresponding)

6x - 5x = 29 + 1 (expressions changes signs when transferred to other side of the equation)

x = 30

Hello sam hhehehe .dk ;

Answers

Answer:

hello

Step-by-step explanation:

Write and solve an equation for the scenario below: Jake made $24 this week. This was 3 less than three times the amount he made last week. How much did Jake make last week?

Answers

Answer:

$72

Step-by-step explanation:

24 x 3 = 72

work out the reciprical of 3.5

Answers

Answer:

       \(\frac{2}{7}\)

Step-by-step explanation:

3.5 = \(\frac{7}{2}\)

swap the numerator and denominator (flip the fraction):

reciprocal of \(\frac{7}{2}\) is \(\frac{2}{7}\)

Four different beverages are sold at a​ fast-food restaurant: soft​ drinks, tea,​ coffee, and bottled water. Explain why the type of beverage sold is an example of a categorical variable

Answers

Answer:  The values of the variable can only be placed into categories.

Step-by-step explanation:

Type list of beverage sold is a categorical variable because the values of the variable can only be placed into categories.

A categorical variable, also referred to as nominal variable. is a variable which consist of two or more categories, this usually does not involve special ordering of the categories.

Mr. Johnson is going to buy a 18 3/4 of turkey for Thanksgiving. The turkey cost $2.95 per pound at the grocery store. Which is the closest estimate to the total cost of Mr. Johnson's turkey (before taxes)

Answers

Answer:

$55.31

Step-by-step explanation:

Multiply 18.75 by 2.95 and you will get the answer.

If Mr. Johnson is going to buy a 18 3/4 of turkey for Thanksgiving. The turkey cost $2.95 per pound at the grocery store. 11.06 is the closest estimate to the total cost of Mr. Johnson's turkey

What is Percentage?

percentage, a relative value indicating hundredth parts of any quantity.

Mr. Johnson is going to buy a 18 3/4 of turkey for Thanksgiving.

The turkey cost $2.95 per pound at the grocery store

We need to find the closest estimate to the total cost of Mr. Johnson's turkey (before taxes)

18 3/4 pound=18.75 pound

20% of $2.85=20/100×2.95

=0.2×2.95

=0.59

Now 0.59×18.75

=11.06

Hence 11.06 is the closest estimate to the total cost of Mr. Johnson's turkey (before taxes)

To learn more on Percentage click:

https://brainly.com/question/28269290

#SPJ2

A statistics professor finds that when she schedules an office hour for student help, an average of 1.9 students arrive. Find the probability that in a randomly selected office hour, the number of student arrivals is 7.

Answers

the probability that in a randomly selected office hour, the number of student arrivals is 7 is approximately 0.0857 or 8.57%.

To find the probability that the number of student arrivals is 7, we need to determine the probability of a specific count of arrivals in a Poisson distribution.

The Poisson distribution is commonly used to model the number of events occurring in a fixed interval of time or space, given the average rate of occurrence.

In this case, the average rate of student arrivals in an office hour is given as 1.9 students.

The probability mass function of the Poisson distribution is given by the formula:

P(x; λ) = (e^(-λ) * λ^x) / x!

Where:

P(x; λ) represents the probability of x events occurring,

λ is the average rate of occurrence,

e is the base of the natural logarithm (approximately 2.71828), and

x! represents the factorial of x.

Plugging in the values, we have:

P(7; 1.9) = (e^(-1.9) * 1.9^7) / 7!

Using a calculator or software, we can calculate this probability:

P(7; 1.9) ≈ 0.0857

To know more about number visit;

brainly.com/question/3589540

#SPJ11

What is ten kilograms minus thirty gram?

Answers

Answer:

10kg-30g

10×1000g - 30g

(10000 - 30) g

9970g

if it helps don't forget to like and Mark me

Other Questions
Which of the following oil producers does not border the Persian Gulf? Libya, Kuwait, Iran, Saudi Arabia, or Oman. Libya. The energy in an apple is an example of stored chemical energy called energy while the movement of a dog running is an example of energy. Consider a town in which only two residents, Lorenzo and Neha, own wells that produce water safe for drinking. Lorenzo and Neha can pump and sell as much water as they want at no cost. Assume that outside water cannot be transported into the town for sale. The following questions will walk you through how to compute the Cournot quantity competition outcome for these duopolists. Consider the market demand curve for water and the marginal cost for collecting water on the following graph. Assume Lorenzo believes that Neha is going to collect 12 gallons of water to sell. On the graph, use the purple points (diamond symbols) to plot the demand curve (D1) Lorenzo faces; then use the grey points (star symbol) to plot the marginal revenue curve (MR1) Lorenzo faces. Finally, use the black point (plus symbol) to indicate the profit-maximizing price and quantity (Profit Max 1) in this case. Instead, now assume Lorenzo believes that Neha is going to collect 16 gallons of water to sell, rather than 12. On the following graph, use the purple points (diamond symbol) to plot the demand curve (D2 ) Lorenzo faces; then use the grey points (star symbol) to plot the marginal revenue curve (MR2 ) Lorenzo faces. Finally, use the black point (plus symbol) to indicate the profit-maximizing price and quantity (Profit Max 2) in this case. Fill in the following table with the quantity of water Lorenzo produces, given various production choices by Neha. Given the information in this table, use the green points (triangle symbol) to plot Lorenzo's best-response function (BRF) on the following graph. Since Lorenzo and Neha face the same costs for producing water, Neha's best-response function is simply the reverse of Lorenzo's; that is, the curve has the same shape, but the horizontal and vertical intercept values are switched. Therefore, you can derive Neha's best-response function by following the same analysis as in the previous question, but from Neha's perspective. Use the purple points (diamond symbol) to plot her best-response function on the graph. Finally, use the black point (plus symbol) to indicate the unique Nash equilibrium under Cournot quantity competition. True or False: According to her best-response function, Neha will always want to decrease her output as Lorenzo decreases his. O True O False What was the purpose in forming the united nations?. Discuss the role of ethics in addressing issues of public sector management Evaluate the integral by completing the square and using the following formula. (Remember to use absolute values where appropriate. Use C for the constant of integration.) dx 12 121 n ( | X = 2 The temperature in Columbus, Ohio, on Monday is 35 degrees warmer than it was on Sunday. Saturday's temperature was 7 degrees cooler than Sunday's. At 45 degrees, Friday's temperature was 22 degrees warmer than Saturday's how the negative impacts of global warming on seas and oceans can be avoided. Kevin Carter Male Clothing Ltd is a chain of fashion outlets across Birmingham and themidlands. In quarter 1 they had inflows of 540,000 across their three stores, with outflowsof 495,000. Their opening balance for the quarter was 20,000. For quarter 2 theyanticipate inflows to increase by 7.5% and outflows increase by 5%. Calculate their closingbalance for Quarter 2. 3. ____ que los inmigrantes sin documentos no puedan tener lalicencia de conducir. Imagine that you gets an email one morning . It appears to be from your bank . The email warns that someone broke ( 1) .......... your account . It says that you need to (2 )....... in to check some things . You click the link in the email . It takes you to a site that looks very much like your bank's . You enter your username and (3 ).............You submit the form . You've just been phished ! Phishing is a type of attack that happens over the Internet . Users receive an email or text message that seems like it came from a (4)............. source. These users are being (5 )............ They are interacting with dangerous hackers . The attackers copy trusted companies . They send users to web pages that look like the ones we use everyday . When users login or provide sensitive information , the attackers steal this data .1- into with for 2- signed signing sign 3- crossword password passroad4- trusted trust trusting 5- deceiving deceive deceived Every species strives to dominate its available habitat. The factor which prevents this from happening is (a) the relationships between populations in the ecosystem (b) the limits on the amount of energy available at each trophic level (c) their own lack of genetic biodiversity (d) their position in the trophic structure of the community please help thank you Find a rational number between the two points shown. Once the show opens, the director's job is done and the stage manager takes control,running the show each evening and ensuring that throughout the run, the productioncontinues the way it was directed.TrueFalse when drawing the lewis structure of the h 2 c o molecule, the structure should represent a total of 12 valence electrons. based on the elements present, a total of electrons are needed for a stable structure. that, there should be bonds in the structure. Chromosome structure can be microscopically observed best duringShow Optionsa. telophaseb. anaphase c. prophase d. metaphase 1 Calculate the total account value for $10,000.00 at 10% interest for 15 years Truck #1 and truck #2 left from the same location at the same time, driving in opposite directions. If truck #1 traveled at 70 mph and truck #2 at 65 mph, how many hours was it before they were 1,755 miles apart? what is the magnitude of the charge of the electrons in 6.20 mol of neutral molecular-hydrogen gas (h2)?