Is the negative square root of 9 rational or irrational ​

Answers

Answer 1

Answer:

Rational

Step-by-step explanation:

-9 is rational because 9 is a perfect square and all perfect squares are rational.


Related Questions

consider the following table. what is the probability of red? red blue total yes 15 21 36 no 38 13 51 total 53 34 87 g

Answers

The probability of red is 0.1724, given the following table.

The table provided is given in the form of a contingency table. It is used to display the relationship between two categorical variables or nominal data through frequency distribution. It is also referred to as a two-way frequency table.

The table has "Yes" and "No" categories in the rows and "Red" and "Blue" categories in the columns.

The probability of Red can be calculated using the formula;

P(Red) = (Frequency of Red) / (Total Frequency)

Using the values provided in the table

,P(Red) = 15/87P(Red) = 0.1724

Hence, the probability of red is 0.1724.

To learn more about  probability: https://brainly.com/question/13604758

#SPJ11

The spinner is divided into a equal sections which two events have the same probability

Answers

Answer:

its A

Step-by-step explanation:

Please help. Here's the question

Please help. Here's the question

Answers

He goes 1.5k/h. To get that you divide the km by the hour. Then multiply the hour by 1.5 to get the km. (Ex. 2hrs x 1.5km = 3km)

Question 1 (2 x 12 = 24 marks) Analyze and discuss the performance (in Big-O notation) of implementing the following methods over Singly Linked List and Doubly Linked List Data structures: To be submitted through Turnitin.Maximum allowed similaritv is 15% Operation Singly Linked List Doubly Linked List add to start of list Big-O notation Explanation add to end of list Big-O notation Explanation add at given index Big-O notation Explanation

Answers

In analyzing the performance of implementing the given methods over Singly Linked List and Doubly Linked List data structures, we consider the Big-O notation, which provides insight into the time complexity of these operations as the size of the list increases.

Add to Start of List:

Singly Linked List: O(1)

Doubly Linked List: O(1)

Both Singly Linked List and Doubly Linked List offer constant time complexity, O(1), for adding an element to the start of the list.

This is because the operation only involves updating the head pointer (for the Singly Linked List) or the head and previous pointers (for the Doubly Linked List). It does not require traversing the entire list, regardless of its size.

Add to End of List:

Singly Linked List: O(n)

Doubly Linked List: O(1)

Adding an element to the end of a Singly Linked List has a time complexity of O(n), where n is the number of elements in the list. This is because we need to traverse the entire list to reach the end before adding the new element.

In contrast, a Doubly Linked List offers a constant time complexity of O(1) for adding an element to the end.

This is possible because the list maintains a reference to both the tail and the previous node, allowing efficient insertion.

Add at Given Index:

Singly Linked List: O(n)

Doubly Linked List: O(n)

Adding an element at a given index in both Singly Linked List and Doubly Linked List has a time complexity of O(n), where n is the number of elements in the list.

This is because, in both cases, we need to traverse the list to the desired index, which takes linear time.

Additionally, for a Doubly Linked List, we need to update the previous and next pointers of the surrounding nodes to accommodate the new element.

In summary, Singly Linked List has a constant time complexity of O(1) for adding to the start and a linear time complexity of O(n) for adding to the end or at a given index.

On the other hand, Doubly Linked List offers constant time complexity of O(1) for adding to both the start and the end, but still requires linear time complexity of O(n) for adding at a given index due to the need for traversal.

To learn more about Big-O notation visit:

brainly.com/question/30452896

#SPJ11

A school cafeteria offers three lunch options on Mondays: spaghetti, sub sandwiches, or salad bar. The following two-way frequency table shows the number of each lunch option ordered on a given.

What percentage of teachers ordered the salad bar?
OA. 19.48%
B. 10.21%
C. 2.38%
D. 65.22%​

A school cafeteria offers three lunch options on Mondays: spaghetti, sub sandwiches, or salad bar. The

Answers

Answer: 65.22%

Step-by-step explanation: 15 is more than half of 23 which means it can’t be the other options because the others aren’t more than half.

65.22 % of teachers ordered the salad bar

What is percentage?

Percentage is defined as a given part or amount in every hundred. It is a fraction with 100 as the denominator and is represented by the symbol "%".

According to the question

A school cafeteria offers three lunch options on Mondays:

Spaghetti, sub sandwiches, or salad bar.

Percentage of teachers ordered the salad bar

Total number of teachers = 23

Total number of teachers ordered the salad bar = 15

= \(\frac{15}{23}\)

= 0.6522

= 65.22%

Thus, 65.22 % of teachers ordered the salad bar

Find out more information about percentage here

https://brainly.com/question/1466006

#SPJ3

Noah is a waiter at a restaurant. Each day he works, Noah will make a guaranteed wage of $30, however the additional amount that Noah earns from tips depends on the number of tables he waits on that day. From past experience, Noah noticed that he will get about $7 in tips for each table he waits on. How much would Noah expect to earn in a day on which he waits on 16 tables? How much would Noah expect to make in a day when waiting on tt tables?

Answers

Answer:

noah would make 30+(7x16)=30+112=142$

Step-by-step explanation:

also, what the flip is "tt"

Answer:

$142

Step-by-step explanation:

7 x 16 =112

112 + 30 =142

Use the distributive property to write an equivalent expression.

12(4n+10). ASAP, thank you.

Answers

Answer: 48n + 120

Step-by-step explanation:

12(4n+10)

12(4n) + 12(10)

48n + 120

if the ratio of the number of almonds to the number or raisins in a bag of trail mix is 4/3 there are 600 almonds in the bag how many raisins are in the bag

Answers

Answer: 450

Step-by-step explanation:

almonds : raisins

4:3

600:?

600/4 = 150

3x150 = 450

there are 450 raisins in the bag.

Final answer:

Using the given ratio of almonds to raisins (4 to 3) and the number of almonds (600), a simple calculation using cross-multiplication leads to the conclusion that there are 450 raisins in the bag of trail mix.

Explanation:

Let's solve this problem using the concept of ratios. The question provides that the ratio of almonds to raisins in a bag of trail mix is 4 to 3. And we are also given that there are 600 almonds in the bag. Our task is to find out the number of raisins.

To do this, we can use cross-multiplication. It is a simple mathematical methodology to find an unknown value in a ratio. We will set up our equation as follows: 4/3 = 600/X.

Now, cross-multiply to find the value of X (raisins). The result is: X = (600*3) / 4 = 450.

So, there are 450 raisins in the bag.

Learn more about Cross Multiplication here:

https://brainly.com/question/31782887

#SPJ2

Given f(x)=x*-x³-6x², for what values of x will f(x) > 0?

Answers

The  values of x will f(x) > 0 for x < 0, and f(x) < 0 for -6 < x < 0 and x > -6.

To determine the values of x for which f(x) > 0, we need to find the intervals where the function is positive. Let's analyze the function f(x) = x*-x³-6x².

First, let's factor out an x from the expression to simplify it: f(x) = x(-x² - 6x).

Now, we can observe that if x = 0, the entire expression becomes 0, so f(x) = 0.

Next, we analyze the signs of the factors:

1. For x < 0, both x and (-x² - 6x) are negative, resulting in a positive product. Hence, f(x) > 0 in this range.

2. For -6 < x < 0, x is negative, but (-x² - 6x) is positive, resulting in a negative product. Therefore, f(x) < 0 in this range.

3. For x > -6, both x and (-x² - 6x) are positive, resulting in a negative product. Thus, f(x) < 0 in this range.  

For such more questions on values

https://brainly.com/question/843074

#SPJ8

Solve for the given variable. Record your work and check the solution, if possible.

75c-300=25c+200​

Answers

Answer:

10

Step-by-step explanation:

75c-300=25c+200

-25c         -25c

50c-300=200

+300         +300

50c=500

c=10

Final Answer: \(c = 10\)

Steps/Reasons/Explanation:

Question: Solve for the given variable: \(75c - 300 = 25c + 200\).

Step 1: Add \(300\) to both sides.

\(75c = 25c + 200 + 300\)

Step 2: Simplify \(25c + 200 + 300\) to \(25c + 500\).

\(75c = 25c + 500\)

Step 3: Subtract \(25c\) from both sides.

\(75c - 25c = 500\)

Step 4: Simplify \(75c - 25c\) to \(50c\).

\(50c = 500\)

Step 5: Divide both sides by \(50\).

\(c = \frac{500}{50}\)

Step 6: Simplify \(\frac{500}{50}\) to \(10\).

\(c = 10\)

~I hope I helped you! :)~

4 painters that have completed 12 rooms in 8 hours. assuming they are working at the same efficiency, how many hours does it take 7 painters to paint 21 rooms?

Answers

Answer:  We can use the concept of rates to solve this problem.

A rate is a ratio of the amount of work done to the amount of time it takes to do the work. We can find the rate of work for the 4 painters by dividing the number of rooms they painted by the number of hours it took them:

Rate = Rooms painted / Hours

Rate = 12 rooms / 8 hours = 1.5 rooms per hour

Now we can use this rate to find out how long it will take 7 painters to paint 21 rooms. To do this, we'll use the formula:

Time = Rooms / Rate

Time = 21 rooms / 1.5 rooms per hour = 14 hours

So it would take 7 painters working at the same efficiency as the 4 painters 14 hours to paint 21 rooms.

Step-by-step explanation:

A rectangular greenhouse has an area of 6,480 square meters. Its length is 120 meters.
The width of the greenhouse is

Answers

Answer:

54

Step-by-step explanation:

divide the 2 numbers

3
(
2
n

4 what is this = to

)
+
6
n

Answers

Answer:

Step-by-step explanation:

2 • (n2 + 2n + 2)

--------------------------

             N    

3. for a population with a standard deviation of 8 and mean of 40, draw a bell shaped curve, marking location of the mean and the numbers that correspond with all the standard deviations
4. Using the graph and info from question 3, what is the z-score for X = 48? (you should be able to answer this question by looking at your graph, and do not have the need to use the equation to solve)

Answers

The z-score for X = 48, given a population with a standard deviation of 8 and a mean of 40, is 1.

A bell-shaped curve, also known as a normal distribution, is a symmetric curve with a single peak resembling a bell. It is commonly used to represent data that follows a normal distribution pattern.

In the provided graph, the location of the mean (μ) is marked on the bell-shaped curve. Additionally, the numbers corresponding to each standard deviation, which are -1, -2, +1, and +2, are also indicated. These values represent the distance from the mean in terms of standard deviations.

To calculate the z-score for X = 48, we can use the z-score formula: $z = \frac{X - \mu}{\sigma}$, where X is the raw score, μ is the population mean, and σ is the population standard deviation.

Applying the formula to the given values, we have:

$z = \frac{48 - 40}{8} = 1$

Therefore, the z-score for X = 48 is 1.

Learn more about the normal distribution:

https://brainly.com/question/4079902

#SPJ11

The perimeter of a rectangular field is 306 m. If the width of the field is 68 m, what is it’s length?Please help!

Answers

Answer:

The Length is 85 m

Step-by-step explanation:

? = l

68 = w

306 = P

The perimeter formula is P = 2(l+w) or P = (l+w) + (l+w)

306 = 2(l+68)

306 = 2l + 136    

306 - 136 = 2l + 136 - 136

170 = 2l

\(\frac{170}{2}\) = \(\frac{2l}{2}\)

85 = l

Length is 85 m

306 m = perimeter
68 + 68 = 136
306 - 136 = 170
170 / 2 = 85
So therefore the width is 85 m
Check

68 + 68 + 85 + 85 = 306
136 + 170 = 306
306 = 306

Joy bought pens at $ 120 a dozen. He sold it for $15 each. What is his profit percent?​

Answers

Answer:

50%

Step-by-step explanation:

He sold it for Rs 15 each. What is his profit percent? CP of 1 pen = 120/12= 10 SP of 1 pen = 15 Profit = 5 P % = (p/CP)*100=(5/10) x 100 = 50%.

True or false? if you are balancing an object on its center of mass, there must be equal amounts of mass on both sides of the center of mass

Answers

The statement 'if you are balancing an object on its center of mass, there must be equal amounts of mass on both sides of the center of mass" is false.

What is center of mass?

A place at which the entire mass of a body or all the masses of a system of particles appears to be concentrated is defined as the center of mass of a body or system of particles.

We have statement:

If you are balancing an object on its center of mass, there must be equal amounts of mass on both sides of the center of mass.

As we know, center of a mass is an object balance point it doesn't need to have equal amounts of mass on both sides of the center of mass.

Thus, the statement 'if you are balancing an object on its center of mass, there must be equal amounts of mass on both sides of the center of mass" is false.

Learn more about the center of mass here:

https://brainly.com/question/8662931

#SPJ4

3. Victor's weight was 60 kg. He lost 1/10 of his weight in 3 months. How
much weight did he lost?
O

Answers

60 total
You want to find the 1/10
60 / 10 = 6
6 x 1 = 6

Answer: He lost 6kg of weight.

Carlos is going on a boat tour the boat will travel a total distance of 35 km during the 7 hour tour it's a boat travels at a constant speed during the tour what distance in kilometers should the boat travel in 3 hours

Answers

We can easily figure out how fast the boat is moving per hour.

35 km / 7 hours = 5 km/h

We now know that we are moving at a rate of 5 kilometers every 1 hour. We can now take our 5 km/h and multiply it by 3 hours to get our answer

5 km/h x 3 = 15 kilometers

HELP PLSSS THIS IS HARD SOMEONE

HELP PLSSS THIS IS HARD SOMEONE

Answers

Answer:

It should be last choice

Answer:

D

Step-by-step explanation:

add 2 to the x value then add 2 to the y value

Simplify (7x) - (-2x).
A.-9x
B.-5x
C.9x
D.5x

Answers

Answer:

Step-by-step explanation:

7x - (-2x) = 7x + 2x

              = 9x

-9 (c + 7) = -13c +7
What value of c makes the equation true? Enter the answer in the box.

Answers

Answer:

c=17,5

Step-by-step explanation:

-9(c+7) = -13c+7

<=> -9c - 63 = -13c+7

<=> -9c + 13c = 7+63

<=> 4c = 70

<=> c = 70/4 = 35/2 = 17,5

CHECK THE ANSWER:

-9(c+7) = -13c+7

-9(17,5+7) = -13×17,5+7

-220,5 = -220,5

Hope it's help u:))

at a price of $8 in this diagram, profit per unit is approximately , and total profit is approximately . $2.50; $36 $8.00; $114 $5.00; $60 $5.50; $78

Answers

The profit per bag is approximately $2.50  and the total profit is approximately is $36 , the correct option is (c) .

In the question ,

a graph of relation of price and quantity is given .

Under the perfect competition , the profit maximization condition is where price is equal to the marginal cost

that means P = MC .

price is given as = $8 ,

Form the graph ATC = $5.5

per unit profit can be calculated using the formula ,

Per unit profit = Price - ATC

per unit profit = 8 - 5.5

= $2.5

From the graph , the quantity is Q = 14.4 (approximately)

Total profit is calculated using the formula

Total Profit = (profit per unit) × (quantity)

Total Profit = 2.5 × 14.4

= $36

Therefore , The profit per bag is approximately $2.50  and the total profit is approximately is $36 .

The given question is incomplete , the complete question is

This figure is the market for bags of coffee roaster . At a price of $8 per bag . Profit per bag is approximately is      and the total profit is       .

(a) $5.50 , $78

(b) $5.00 , $60

(c) $2.50 , $36

(d) $8.00 , $114

Learn more about Profit here

https://brainly.com/question/17261352

#SPJ4

at a price of $8 in this diagram, profit per unit is approximately , and total profit is approximately

use traces to sketch the surface. 9x2 + 4y2 + z2 = 36

Answers

Using these traces, we can sketch the surface as an ellipsoid in three dimensions centered at the origin, with semi-major axis of length 6 along the z-axis, semi-major axis of length 3 along the y-axis, and semi-major axis of length 2 along the x-axis.

To sketch the surface 9x^2 + 4y^2 + z^2 = 36 using traces, we can fix values of x, y, and z and plot the resulting curves. When we fix x = 0, we get 4y^2 + z^2 = 36, which is an ellipse in the yz-plane centered at the origin with semi-major axis of length 6 along the z-axis and semi-minor axis of length 3 along the y-axis.

When we fix y = 0, we get 9x^2 + z^2 = 36, which is also an ellipse in the xz-plane centered at the origin with semi-major axis of length 6 along the z-axis and semi-minor axis of length 2 along the x-axis. When we fix z = 0, we get 9x^2 + 4y^2 = 36, which is a horizontal ellipse in the xy-plane centered at the origin with semi-major axis of length 2 along the x-axis and semi-minor axis of length 3 along the y-axis.

To know more about surface,

https://brainly.com/question/31479134

#SPJ11

Please I need help quick

What percent of 80 is 52?

Answers

Answer: 65%

Step-by-step explanation:

Karan says that he has 6 balls more than five times the number of balls, find the equation form for this statement.

Answers

Answer:

5x + 6

Step-by-step explanation:

take x as the number of balls

5x = 5 times x

5x = 5 times the numbers of balls

+ 6 = 6 more balls

therefore, 5x + 6 =

5 times the number of balls, plus 6 balls

Answer:

5X + 6

Step-by-step explanation:

If number of balls is Unknown let "X" represent

then Karan has 5xX + 6. Karan "K" represent

Then the equation is;

5X + 6

If the 5th term of a geometric progression (GP) is 6.25 and the 7th term is 1.5625, determine the 1st term, and the common ratio. Select one: O a. a₁ = 10, r=0.5 O b. a₁ = -100, r = 0.5 Oca₁ = 100, r = ±0.5 O d. a₁ = 100, r = ±0.25

Answers

Answer:

\(\mathrm{a=10,\ r=0.5}\)

Step-by-step explanation:

\(\mathrm{The\ nth\ term\ of\ any\ geometric\ sequence\ is\ given\ by:}\\\mathrm{t_n=ar^{n-1}}\\\mathrm{Given,}\\\mathrm{5th\ term(t_5)=6.25}\\\mathrm{or,\ ar^{5-1}=6.25}\\\mathrm{or,\ ar^4=6.25......(1)}\\\\\mathrm{And,\ 7th\ term(t_7)=1.5625}\\\mathrm{or,\ ar^{7-1}=1.5625}\\\mathrm{or,\ ar^6=1.5625.........(2)}\)

\(\mathrm{Dividing\ equation(2)\ by\ (1),}\\\mathrm{\frac{ar^6}{ar^4}=\frac{1.5625}{6.25}}\\\\\mathrm{or,\ r^2=\frac{1}{4}}\\\\\mathrm{or,\ r=\frac{1}{2}}\)

\(\mathrm{From\ equation(1)\ we\ have}\\\mathrm{ar^4=6.25}\\\mathrm{or,\ a(0.5)^4=6.25}\\\mathrm{or,\ a=100}\)

Alternative method:

\(\mathrm{Here,\ the\ sixth\ term\ of\ the\ sequence\ is\ geometric\ mean\ of\ the\ 5th\ and\ 7th}\\\mathrm{term.}\\\mathrm{So,\ we\ may\ say:}\\\mathrm{t_6=\sqrt{t_5\times t_7}}=\sqrt{6.25\times 1.5625}=3.125\\\mathrm{Now,\ common\ ratio(r)=\frac{t_6}{t_5}=\frac{3.125}{6.25}=\frac{1}{2}=0.5}\\\mathrm{We\ know,\ t_6=3.125}\\\mathrm{or,\ ar^5=3.125}\\\mathrm{or,\ a(0.5)^5=3.125}\\\mathrm{or,\ a=100}\)

The first term and common ratio of the geometric progression (GP) can be determined based on given information. First term (a₁) is 100, and the common ratio (r) is ±0.5, leading to correct answer c. a₁ = 100, r = ±0.5.

By analyzing the values of the 5th and 7th terms, we can find the relationship between them and solve for the unknowns. The correct answer is c. a₁ = 100, r = ±0.5. In a geometric progression, each term is obtained by multiplying the previous term by a constant ratio. Let's denote the first term as a₁ and the common ratio as r. Based on the given information, the 5th term is 6.25 and the 7th term is 1.5625.

Using the formula for the nth term of a geometric progression, we can express these terms in terms of a₁ and r:

a₅ = a₁ * r⁴ = 6.25

a₇ = a₁ * r⁶ = 1.5625

To solve for a₁ and r, we can divide the equations:

(a₇ / a₅) = (a₁ * r⁶) / (a₁ * r⁴)

1.5625 / 6.25 = r²

0.25 = r²

Taking the square root of both sides, we have:

r = ±0.5 Substituting the value of r back into one of the equations, we can solve for a₁:

6.25 = a₁ * (0.5)⁴

6.25 = a₁ * 0.0625

a₁ = 6.25 / 0.0625

a₁ = 100

Therefore, the first term (a₁) is 100, and the common ratio (r) is ±0.5, leading to the correct answer c. a₁ = 100, r = ±0.5.

To learn more about geometric progression click here : brainly.com/question/30447051

#SPJ11

Tommy is buying a new custom T-shirt. He can choose from 5 different shirt colors and 4 different logos. How many different shirts can Tommy create?

Answers

Tommy can create 20 different shirts by choosing from 5 different shirt colors and 4 different logos.

You must multiply the number of options for the shirt color by the number of options for the logo to determine the total number of unique shirts that Tommy can design.

Tommy offers 4 different logos and 5 different shirt colors.

Consequently, Tommy may make the following amount of distinct shirts in total:

20 distinct shirts result from multiplying 5 shirt colors by 4 logos.

Tommy can therefore choose from 4 different logos and 5 different shirt colors to produce 20 different shirts.

Hence Tommy can create 20 different shirts by choosing from 5 different shirt colors and 4 different logos.

Learn more about fundamental principal of counting click;

https://brainly.com/question/32437345

#SPJ1

Expedition Everest, a major thrill ride at Walt Disney World, often has a demand of over 3,000 riders an hour causing long waiting times for guests wishing to ride. The attraction averages 1,800 riders an hour. The roller coaster has a design capacity of 2,050 riders an hour and an effective capacity of 1,900 riders an hour.
a. What is the efficiency of Expedition Everest?
b. What is the utilization of Expedition Everest?
c. Is the operation overcapacity or undercapacity?

Answers

a. The efficiency of Expedition Everest is approximately 87.8%.

b. The utilization of Expedition Everest is approximately 94.7%.

c.  The demand is greater than the effective capacity, the operation is considered overcapacity. This means that the ride cannot accommodate all the riders who wish to ride, resulting in long waiting times for guests.

To calculate the efficiency and utilization of Expedition Everest, we need to compare the actual number of riders with the design capacity and effective capacity.

Given:

Demand = 3,000 riders/hour

Average riders = 1,800 riders/hour

Design capacity = 2,050 riders/hour

Effective capacity = 1,900 riders/hour

a. Efficiency:

Efficiency is calculated as the average riders divided by the design capacity, multiplied by 100%.

Efficiency = (Average riders / Design capacity) * 100%

= (1,800 / 2,050) * 100%

≈ 87.8%

Therefore, the efficiency of Expedition Everest is approximately 87.8%.

b. Utilization:

Utilization is calculated as the average riders divided by the effective capacity, multiplied by 100%.

Utilization = (Average riders / Effective capacity) * 100%

= (1,800 / 1,900) * 100%

≈ 94.7%

Therefore, the utilization of Expedition Everest is approximately 94.7%.

c. Capacity Analysis:

To determine if the operation is overcapacity or undercapacity, we compare the demand with the effective capacity.

Demand > Effective capacity

3,000 > 1,900

Since the demand is greater than the effective capacity, the operation is considered overcapacity. This means that the ride cannot accommodate all the riders who wish to ride, resulting in long waiting times for guests.

Learn more about demand from

https://brainly.com/question/29146504

#SPJ11

HOMEWORK HELP ME PLEASE

HOMEWORK HELP ME PLEASE

Answers

Answer:

Y = 3

Step-by-step explanation:

The correct answer is B) y=3

Have a wonderful day :D
Other Questions
16.5 6.67 - 4.67 16.5 If a 6 month term deposit at a bank pays a simple interest of 3%, how much will have to be deposited to earn $18,000? A. $270 B. $120,000 C. $540 D. $600,000 E. $1,200,000 according to rousseau how does the social contract work The baker made a batch of chocolate chip, oatmeal raisin, and sugar cookies. If P(chocolate chip) = 50%, interpret the likelihood of randomly selecting a chocolate chip cookie from the batch. Likely Unlikely Equally likely and unlikely This value is not possible to represent probability of a chance event. Miguel: Qu prefieres que tu madre cocine hoy, pollo o pescado? Leticia: Me gustara que _______ pescado con vegetales.A. cocineB. cocinamosC. cocinoD. cocinemos Find the scale ratio for the following map.1 inch on the map represents 12 milesThe scale ratio is to 1.(Type an integer or a decimal.) CH 10 AP. Open Doors Manufacturing expects to make purchases of $65,000 in January; $80,000 in February; $50,000 in March; and $90,000 in April. Purchases are paid 30% in the month of purchase and 70% in the month after purchase. How much is budgeted accounts payable at March 31 Can someone answer this The Role played by the women in the transformation of South Africa from 1970 to 1994 Explain how this quote is an example of scarcity. What costs are the presidentreferring to?" Every gun that is made, every warship launched, every rocket firedsignifies in a sense, a theft, from those who hunger and are not fed, those whoare cold and are not clothed. This world in arms is not spending money alone. It isspending the sweat of its laborers, the genius of its scientist, the hopes of itschildren". -President Dwight D. Eisenhower helppppp rn please. survivorship curves are used to study the following? a. study various factors in humans that cause social inequalities b. control or manage invasive species in an ecosystem c. used for managing the fishing industries d. field studies are done to assess when organisms are at the peak of reproduction to increase the population for species conservation e. all the answers are correct find the slope of the curve yx3x at the given point p(,) by finding the limiting value of the slope of the secants through p. by the eighteenth century, mestizos made up a majority of the population in mexico and new mexico. who were they? group of answer choices "Peter Piper picked a pack of pickled peppers" is an example of a(n): *A. PersonificationB. MetaphorC. HyperboleD. Alliteration Q1. Is respiration a physical change or a chemical change? How? Based on this passage the region of North Africa shares solve the system of linear equations by elimination 5 + 6 = 50x - 6 = - 26 During her lifetime, she published only seven of her poems, and she published those anonymously.Look at the portion of the passage number (7). In an effort to make the passage more concise, which would be the BEST revision ofthe sentence?During her lifetime, she published only seven of her poems, and she published those anonymously.A)She published only seven anonymous poems during her lifetime.During her anonymous lifetime, she published only seven of her poems.During her lifetime, she anonymously published only seven of her poems.DDuring her lifetime, she published only seven of her poems anonymouslyLanguage Exercise 2 Complete each sentence by adding an appropriate adjective in the space provided. ____________ Greek food can be really tasty.