i need your help pls

I Need Your Help Pls

Answers

Answer 1

Answer:

Point w

Step-by-step explanation:

Point w is the coordinate (5,5)


Related Questions

This graph represents
- 2x + y = 4.
Which ordered pair is in the solution set of -2x + y is greater than or equal to 4?
A: (-2, - 1)
B: (2, 1)
C: (2, - 1)
D: (-2, 1)

This graph represents- 2x + y = 4.Which ordered pair is in the solution set of -2x + y is greater than

Answers

It is C (2, 1) I think it is because they intersect

The number of female nurses in a country can be predicted using the function f(t)=7,300 + 25t, where t is the number of years since 2000. The number of male nurses can be predicted using the function m(t) = 2,500(1.02)t, where t is the number of years since 2000. About how many years will it take before the number of male nurses is expected to exceed the number of female nurses?

Answers

It take 2 years for the number of male nurses to exceed the number of female nurses.

Given:

f(t) = 7,300 + 25t

m(t) = \(2,500(1.02)^t\)

To find the value of t at which m(t) > f(t).

Let's set up the inequality:

\(2,500(1.02)^t > 7,300 + 25t\)

We can start with t = 0 (year 2000) and increment t until m(t) exceeds f(t).

For t = 0:

m(0) = \(2,500(1.02)^0\) = 2,500

f(0) = 7,300

Since m(0) < f(0), increase t.

For t = 1:

m(1) = \(2,500(1.02)^1 =\) 2,550

f(1) = 7,300 + 25(1) = 7,325

Since m(1) < f(1), increase t as

For t = 2:

m(2) = \(2,500(1.02)^2 =\) 2,601

f(2) = 7,300 + 25(2) = 7,350

Since m(2) > f(2), the number of male nurses is expected to exceed the number of female nurses after 2 years since 2000.

Therefore, it will take about 2 years.

Learn more about Inequality here:

https://brainly.com/question/20383699

#SPJ12

Solve using elimination.
-4x + 5y = -6
-4x + 3y = -2

Answers

Answer:

(-1,-2) it said the answer needed to be longer so oendosjsoomkwk

Solve using elimination.-4x + 5y = -6-4x + 3y = -2
Answer: (X,Y)= (2,1)

WHO EVER ANSWERED THE CORRECT ANSWER I'LL MARK THE BRAINLIEST!


1. a. What are the smallest and largest decimals in hundredths that rounds to 0.8?

b. What is the largest decimal in hundreths round to 0.8?

2. Mrs. Jimenez, our school canteen has a total deposit of 56 533.75. The annual interest at
3% simple interest is 1 696.0125. Round off interest to the nearest hundredths and
thousandths.

3. Nicole spent 12.5 months writing a book. About how many months did Nicole work?

4. What number is halfway between 2.3 and 4.6?

5. Jonathan traveled 82.595 km yesterday. About how many kilometers did he travel?​

Answers

Answer:

1.a 0.10

b 0.10

2. 1696.013

1696.0120

Step-by-step explanation:

After returning from the Apple Emporium, Alicia looked at her receipt and discovered that she paid $2.10 for seven Gravenstein apples, $1.00 for two Braeburn apples, and $2.10 for six Gala apples. Alicia then decided to return to the Apple Emporium to purchase three more Gravenstein apples, nine more Braeburn apples, and seven more Gala apples. How much money did Alicia spend on her second trip to the Apple Emporium?

If you get this correct I will give you brainliest and extra points

Answers

Answer:

90 cents on Gravenstein apples on the second run since each Gravenstein apple is 30 cents each. 4.50$ on Braeburn apples on the second run and 2.45$ on Gala apples.

Step-by-step explanation:

Answer:

$7.85

Step-by-step explanation:

.30x3=.90

.50x9=4.50

.35x7=2.45

.90+4.50+2.45=7.85

Select the sequences that are geometric.

18, 36, 54, 72, …

4.1, 8.2, 16.4, 32.8, …

–7, 14, –28, 56, …

980, 784, 627.2, 501.76, …

5, 2, –1, –4, …

Answers

Answer:

BCD

Step-by-step explanation:

Answer: B,C & D

Step-by-step explanation:

Select the sequences that are geometric. 18, 36, 54, 72, 4.1, 8.2, 16.4, 32.8, 7, 14, 28, 56, 980, 784,


ANYONE PLEASE HELP ME ANSWER THIS QUESTION AND I'LL GIVE THE BRAINLIEST TO SOMEONE.

Melanie needs $500 for a down payment on a car. She is saving $50 per month. How many months will it take her to save $500?

A. 5 months
B. 10 months
C. 15 months
D. 20 months​

Answers

It will take her 5 months because you do 50divided by 12 because there is 12 months in a year

A ______ can have one of two values, true or false, and is often used in if statements.

Answers

A boolean expression can have one of the two values, true or false and is often used in if statements.

Given: To identify what is used in if statements that has either of the two values, true or false.

What are boolean expressions?

Boolean expressions are logical statements that can either be true or false.

Boolean expressions are used to compare different values which are of the same domain and to verify if the condition of comparison is true or false.

For example: 4 > 5 , is this statement true? With the help of boolean variables "true" and "false" we can say that 4 > 5 is "false"

NOTE: There are two boolean variables : TRUE and FALSE

The boolean value TRUE is equivalent to 1 in the integer domain.

The boolean value FALSE is equivalent to 0 in the integer domain.

The common operators that are often used in boolean expressions are OR, AND and NOT.

For example: 7 > 6 OR 0 < 90

Now 7 > 6 is TRUE, also 0 < 90 is TRUE

So, TRUE OR TRUE gives TRUE

Hence 7 > 6 OR 0 < 90 is TRUE, the condition is verified.

The "if" statement is a conditional statement in programming which when TRUE performs certain given information and if FALSE it either terminates or performs some other statements that may be defined in the else or the FALSE part.

"if" statements works on boolean values TRUE and FALSE.

It's like IF this is TRUE do this or ELSE do that.

The structure of if statement is:

if <condition>

    //statements [executed if condition is TRUE]

else

    //statements [executed if condition is FALSE]

Hence a boolean expression can have one of the two values, true or false and is often used in if statements

Know more about "boolean expressions" here: https://brainly.com/question/13265286

A Boolean expression can have one of the two values, true or false and is often used in if statements.

We are given a statement about an expression which can have the values as true or false and is mostly used in the if statements.

We need to identify the expression that they are talking about.

We get that, they are talking about the Boolean expression as it is the only expression that has the values as True or False and is often used in the if statements to know whether those statements are correct or not.

Therefore, a Boolean expression can have one of the two values, true or false and is often used in if statements.

Learn more about Boolean expression here:

brainly.com/question/13265286

#SPJ4

What is the product?

(2y +3)(3y^2+ 4y +5)

Answers

Answer:

6y^3 + 17y^2 +22y + 15

Step-by-step explanation:

Multiply each term in the first expression by each term in the second expression and combine like terms.

For the geometric sequence 3,9/4,27/16,81/64, 1. What is the common reason? 2. What is the fifth term of the sequence? 3 What is the nth term of the sequence"

Answers

For the given geometric sequence we have:

a) R = 3/4

b) 243/256

c) Aₙ = 3*(3/4)⁽ⁿ⁻¹⁾

What is the common reason?

The common reason is given by the quotient between two consecutive terms, so using the first two, we will get:

R = (9/4)/3

R = 3/4

That is the common reason.

b) To find the fifth therm, we need to take the fourth one and multiply it by the common reason, so we will get:

81/64*(3/4) = 243/256

c) The n-th term of the sequence is the first term of the sequence multiplied by the common reason (n - 1) times, it gives:

Aₙ = 3*(3/4)⁽ⁿ⁻¹⁾

Learn more about geometric sequences:

https://brainly.com/question/24643676

#SPJ1

Can you tell me the answer to (−7c+8d)0.6

Answers

Answer:

-4.2c+4.8d

Step-by-step explanation:

(−7c+8d)0.6

Distribute

-7c*.6 + 8d * .6

-4.2c+4.8d

Answer:

-4.2c + 4.8d

Step-by-step explanation:

We would like to distribute the 0.6 in the expression (-7c + 8d) * 0.6.

Remember that when distributing, we multiply the "outside number" (0.6 in this case) by each of the "inside numbers" (-7c and 8d) and then add those products.

So, the first product will be: 0.6 * (-7c) = -4.2c. The second product will be: 0.6 * 8d = 4.8d. Add these together: -4.2c + 4.8d.

The answer is thus -4.2c + 4.8d.

~ an aesthetics lover

if you drag the blue dot to the midpoint between the black dots. Where you close? What is the exact coordinate of the point ?

if you drag the blue dot to the midpoint between the black dots. Where you close? What is the exact coordinate

Answers

Answer:

(4,1)?

Step-by-step explanation:

Now write 100,000 • 1 over 100,000 as multiplying 10 to a power by 10 to a power

Answers

Answer:

100,000=10^5,  and 1/100,000= 1/10^5=10^-5

so this is your answer

10^5 x 10^-5

Step-by-step explanation:

Sample answer from Edmentum.

The exponential value of  1,00,000 and 1/1,00,000 is 10⁵ and 10⁻⁵.

What are exponential functions?

The formula for an exponential function is f (x) = axe, where x is a variable and an is a constant that serves as the function's base and must be bigger than 0. The transcendental number e, or roughly 2.71828, is the most often used exponential function basis.

Given numbers 1,00,000 and 1/1,00,000

factors of 1,00,000 = 10 x 10 x 10 x 10 x 10

1,00,000 in exponential form is 10⁵ because 10 is multiplying continuously 5 times.

and 1/1,00,000 = 1/(10⁵)

using formula 1/aⁿ = a⁻ⁿ

so  1/(10⁵) = 10⁻⁵

Hence exponential for numbers is  10⁵ and  10⁻⁵.

Learn more about exponential functions;

https://brainly.com/question/14355665

#SPJ5

max drew a map of his neighborhood with his house located at the origin which ordered pair describes the location

A. (1,1) B.(1,5)

C.(5,1) D. (5,5)

Answers

A I believe not really sure tho

Which formulas return TRUE, if the value in cell B4 is 12 and the value in C4 is 29?

____ and ____ return TRUE, if the value in cell B4 is 12 and the value in C4 is 29.

Which formulas return TRUE, if the value in cell B4 is 12 and the value in C4 is 29?____ and ____ return

Answers

D

Step-by-step explanDAdadadad

Answer:

Pretty sure the Answer is:

=XOR(B4=12;C4<9) and =AND(B4=12;C>9) return TRUE, if the value in cell B4 is 12 and the value in C4 is 29.

Step-by-step explanation:

An =XOR function returns TRUE if any of the clauses in it are true, while an =AND function returns true only if both are true. Therefore, since in =XOR(B4=12;C4<9) B4 does equal 12, since this is an =XOR function. =AND(B4=12;C>9) is correct because B4 = 12 and C4 is greater than 9.

Hope this made some sense...

Mark brainliest if it helped!

PLS HELP 25 points Find the area of the figure

 PLS HELP 25 points Find the area of the figure

Answers

Answer:

38ft squared

Step-by-step explanation:

W w w www w w w w w. E w w w w w. Ww

Answer:

C. 42 ft^2

Step-by-step explanation:

2 * 6 = 12

3 * 10 = 30

30 + 12 = 42

Hence, the answer is C.

Please mark as Brainliest!!!

Academy sporting goods store sells two different models of a popular
fitness tracker. In one month the store sold 42 trackers for a total of
$6574. Model A costs $127 and Model B costs $189. How many of
each type of tracker was sold?



please help !! i need this done by today !!!!!! its applying systems and i suck at word problems !!

Answers

Answer:

I SUCK AT WORD PROBLEMS TOOOO LOL

Step-by-step explanation:

help meeeeeeeeeeeeeee pleaseeeeeee

help meeeeeeeeeeeeeee pleaseeeeeee

Answers

Answer: 9.7 seconds

Step-by-step explanation:

\(16t^2 =1503\\\\t^2 =1503/16\\\\t=\sqrt{1503/16} \text{ } (t > 0)\\\\t \approx 9.7\)

The mapping diagram represents a relation where x represents the independent variable and y represents the dependent variable. A mapping diagram with one circle labeled x-values containing values negative 8, negative 5, negative 1, 1, and 12 and another circle labeled y values containing values negative 4 and negative 2 and arrows from negative 8 to negative 4, negative 5 to negative 2, negative 1 to negative 2, 1 to negative 2, 12 to negative 4, and 12 to negative 2. Is the relation a function? Explain.

Answers

To determine whether the relation is a function, we need to check if each x-value is associated with only one y-value in the mapping diagram.

Identify the mapping diagram.

A mapping diagram is a picture of two circles that shows the connection between input and output values. Illustration of a mapping diagram. The x-values (inputs) in the image are converted to the associated y-values by drawing an arrow from one x-value to its corresponding y-value (outputs).

From the given mapping diagram, we can see that the x-value -8 is associated with the y-value -4, the x-value -5 is associated with the y-value -2, the x-value -1 is associated with the y-value -2, the x-value 1 is associated with the y-value -2, the x-value 12 is associated with both the y-value -4 and -2.

Since the x-value 12 is associated with two different y-values, the given relation is not a function. To be a function, each x-value must be associated with only one y-value in the mapping diagram.

To know more about mapping diagram visit:

https://brainly.com/question/12949831

#SPJ1

Answer: I think its C lmk if I'm wrong

Explanation:

what is 5 9/10 - (-8 2/5) in simplest form

Answers

Answer:

22,3

Step-by-step explanation:

It should be that

factor: 18 - 12h
\( 18 - 12h\)

Answers

Answer:

6(3 - 2h)

Step-by-step explanation:

18 - 12h             (Both of them are divisible from 6 as it's the GCF)

6(3 - 2h)

The function f(x) is a cubie function and a limited table of values is provided below. Write the equation of the cubic polynomial in standard form.

The function f(x) is a cubie function and a limited table of values is provided below. Write the equation

Answers

The required cubic polynomial is

f(x) = \(-2x^3-2x^2-28x+48\)

What is a polynomial?

An algebraic expression of the form \(a_0 + a_1x+ .... + a_nx^n\) (\(a_0 \neq 0\)) is called a polynomial of degree n.

The zeroes of the cubic polynomial are -4, 2, 3

Let the cubic polynomial is

f(x) = a(x - (-4))(x - 2)(x - 3)

f(x) = a(x + 4)(x - 2)(x - 3)

If x = -5, f(x) = 112

112 = a(-5 + 4) (-5 - 2)(-5 - 3)

112 = -56a

a = \(-\frac{112}{56}\)

a = -2

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

\(f(x) = -2(x+ 4)(x^2 -3x -2x +6)\\f(x) = -2(x + 4)(x^2 - 5x + 6)\\f(x) = -2(x^3 - 5x^2+4x^2+6x - 20x+24)\\f(x) = -2(x^3 - x^2 - 14x +24)\\f(x) = -2x^3 -2x^2 - 28x + 48\)

(x +4)(x - 2)(x - 3)

To learn more about polynomial refer to the link-

https://brainly.com/question/2833285

#SPJ1

What is the volume of the solid? Let π=3.14

What is the volume of the solid? Let =3.14

Answers

Answer:

V = 7234.56 km^3

Step-by-step explanation:

The volume of a sphere is given by

V = 4/3 pi r^3

V = 4/3 (3.14) (12)^3

V = 7234.56 km^3

Answer:

7234, 56 km³

Step-by-step explanation:

π×R³×4/3=3.14×1728×4/3=7234, 56 km³

What is the area?
5 yd
2 yd
10 yd
square yards

Answers

Answer:

The area is always placed in square so the correct answer is square yards.

Solve for the positive value of x: logx256=4
the x is bellow log not next to it please help

Answers

Answer:

x = 4

Step-by-step explanation:

Knowing that:

\( log_{a}(x) = b\)

Is equal to

\(x = a {}^{b} \)

And knowing that:

\( log_{x}(256) = 4\)

\(x {}^{4} = 256\)

Solve by finding the x using the fourth root

\( \sqrt[4]{ {x}^{4} } = \sqrt[4]{256} \)

That is equal to

\(x = 4\)

Find the value of x if 212x5 is a multiple of 3 and 11 please find out now guys HELP!

Answers

Answer:

x = 8

Step-by-step explanation:

If the number 212x5 is a multiple of 3, the sum of the digits needs to be a multiple of 3, so we have:

2 + 1 + 2 + x + 5 = 10 + x

The value of x can be 2, 5 or 8

If the number is a multiple of 11, we have to calculate the first number minus the second, plus the third, minus the fourth... and so on, and the result needs to be a multiple of 11. So we have:

2 - 1 + 2 - x + 5 = 8 - x

x needs to be 8, so we have 8 - 8 = 0, that is a multiple of 11.

So the value of x is 8.

stand and cory are saving for a new video game. Stan saves $5 for every $3 cory. how many dollars will cory have saved when stan has saved $25

Answers

25 divided by 5 equals 5 so, 3 times 5 equals 15, so he will save 15 dollars when Stan has saved $25.

As a unit rate, swimming 16 laps in 1
hour is _____
a. 32 laps per 2 hours
b. 1 lap per 4 minutes
G. 16 laps per hour
d. 8 laps per 30 minutes

Answers

Answer:

The correct answer is D., 8 laps per 30 minutes.

Step-by-step explanation:

We can evaluate by making a ratio table:

Our laps are directly proportional to the time spent completing these laps. I will be measuring time in minutes, rather than hours.

laps: minutes

16: 60  *Simplify

8:30

This is also a logical answer statement as 1/2 of 16 is 8, and 1/2 of an hour (60 minutes) is 30 minutes. Therefore, you're completing 8 laps every 30 minutes.

Use Excel to solve this: You want to buy a car for $50,000 and you can put $10,000 as a down payment and borrow the remaining $40,000. The bank will make a bank loan at a 9% per year over 3 years and monthly payments. What is the monthly payment?

Answers

In this case, the monthly payment for the car loan would be approximately $1,299.13.

To calculate the monthly payment for a bank loan using Excel, you can use the PMT function.

Here's how to do it:

1. Open Excel and create a new spreadsheet.

2. In cell A1, enter the loan amount: -40000 (negative because it's an outgoing payment).

3. In cell A2, enter the annual interest rate: 9%.

4. In cell A3, enter the loan duration in years: 3.

5. In cell A4, enter the formula to calculate the monthly payment: =PMT(A2/12, A3*12, A1).

6. The result in cell A4 will be the monthly payment.

So, in this case, the monthly payment for the car loan would be approximately $1,299.13.

Learn more about PMT function at

https://brainly.com/question/31131647

#SPJ11

Reduce these fractions to the simplest form: 12/18= *

1. 6/9
2. 2/3
3. 1/6
4. 4/6

Answers

2. 2/3 you can divide 12 by 18 which is 0.6 repeating or 2/3
Other Questions
What is a registered behavior technician? PLEASE HELP PLEASE PLEASE does anyone know any accurate algebra calculators that show how the problem was solved like it shows the steps April drew the graph below. She wants to show how many cookies remain after a number of cookies are eaten. April said that if 5 cookies are eaten, there should be 2 cookies left. Is April correct? Explain. (links = report) find the formuma f/g(x) and simplify your answer find the diameter of the circle whose circumference are 198cm Jolene's office cubicle is next to a colleague who has a provocative calendar hanging on the wall and can be frequently overheard telling vulgar jokes. The colleague's behavior is an example ofMultiple Choicea) reverse discrimination harassment.b) hostile work environment sexual harassment.c) the glass ceiling effect.d) low gender egalitarianism.e) quid pro quo sexual harassment. What is a monsoon, and why is it seasonal? HELP! What is the ordered pair that is a reflection over the x-axis for the point shown? (5, 6) (5, 6) (6, 5) (6, 5) a street light is at the top of a 14 ft tall pole. a woman 6 ft tall walks away from the pole with a speed of 4 ft/sec along a straight path. how fast is the tip of her shadow moving along the ground when she is 45 ft from the base of the pole? ft/sec how fast is the length of her shadow increasing? ft/sec while studies show that the share of labor in national income has declined over the past two decades, experts caution that in reality the decline has only affected Which plate borders the Philippine plate?African Antarctic EurasianNorth American Read the headline below to answer the following questionMassive Disney-Fox deal expected to get close antitrust scrutiny - December 14, 2017The headline above is an example of government in a Free Enterprise system trying to ensurea a decrease in government interventionb competition among businessesc an increase in economic freedom.d private property to individuals Help pls i think it right not wrong A finance question that I need help with. Qu intencin manifiestaColn en la siguiente cita: "LaEspaola es maravilla: las sierrasy las montaas y las vegas y lascampias, y las tierras tan fermo-sas y gruesas para plantar y sem-brar, para criar ganados de todassuertes, para edificios de villas ylugares"? The ratio of boys to girls in a group is 2:1.If there are 22 more boys than girls how many people are there all together? Jargon is ____. a. Telling the audience how they should think about a certain word. b. An overused expression like "cute as a button". c. Language used in a specialized field like medicine or the military.d. Using words that no one in the audience would understand. In November 2021, Simon pays $1,000 to take a course to improve his job skills to qualify for a new position at work. Simon's employer reimbursed him for the cost of the course. For 2021, Simon's lifetime learning credit is: HELP MEEEEEEE PLEASE