PLEASE PLEASE IM RUNNING OUT OF TIME AND NEED YOUR HELP!!!!!
hope i wrote these correctly!
Simplify: ^3√108c^17
My Choics are...
:
a. 6c^8√3c
b. 3^3√4c^17
c. 3c^5 ^3√4c^2
d. 18c^8√3c
Jackie walks into a convenience store and recognizes the number of lottery tickets she can purchase varies inversely with the price of each ticket. If Jackie buys $5 tickets, she can purchase exactly 6 tickets. If she buys $3 tickets, what is the maximum number of tickets she can purchase?
Answer:
Step-by-step explanation:
10
I'm in desperate need of help please !!
Write a function max that has two c string parameters and returns the larger of the two.
Final answer:
To determine the larger of two C strings, a function named max uses strcmp to compare them, returning the one considered greater in alphabetical order.
Explanation:
To write a function named max that returns the larger of two C strings, one must compare the two strings alphabetically. Here is an example implementation in C:
#include // Include the header file for string functionsThe strcmp function from the string.h library is used to perform the comparison. If the first string (str1) is greater than or equal to the second string (str2), str1 is returned; otherwise, str2 is returned. Note that the comparison is based on the ASCII values of the characters, effectively ordering them alphabetically.
You flip a coin eight times. find the number of possible outcomes in the sample space.
A ship traveled for 4 hours heading west and for 5 hours heading north. If the total distance traveled was 119 miles, and the ship traveled 5 miles per hour faster west, at what speed was the ship traveling west
Jill has been watching the squirrels that live in her neighborhood. The number of squirrels changes each week.
n f(n)
1 8
2 12
3 18
4 27
Which function best shows the relationship between n and f(n)?
A f(n) = 12(1.5)n
B f(n) = 12(1.5)n−1
C f(n) = 8(1.5)n
D f(n) = 8(1.5)n−1
simplify
27 2/3
----------
27 4/3
Answer:
It would be 9
Step-by-step explanation:
for edgen 2020
A veterinarian surveys her clients and finds that 32 percent of the households have dogs, 25 percent have cats, and 11 percent have both dogs and cats. Let event C be choosing a client who has cats and let event D be choosing a client who has dogs. Which statements are true? Check all that apply.
1.P(C | D) = 0.78
2.P(D | C) = 0.44
3.P(C ∩ D) = 0.11
4.P(C ∩ D) = P(D ∩ C)
5.P(C | D) = P(D | C)
The statements which are true based on the given sets of data are:
2.P(D | C) = 0.443.P(C ∩ D) = 0.114.P(C ∩ D) = P(D ∩ C)What is a Set?This refers to the grouping of data between different types of data within a range.
Based on the given information, we can see that
32% have dogs
25% have cats
11% has both cats and dogs
We can see that using a Venn diagram, we can make the graphical representation where there would be the intersection and Union of the data.
With this, we can see that options B, C and D are true because they satisfy the choosing events about the given set of data.
Read more about Venn diagram here:
https://brainly.com/question/2099071
Chase answers 3/4 of his math questions correctly. There were 40 questions on the test.
a. How many did he get right?
b. How many did he miss?
multiply 40 by 3/4
40 x 3/4 = 40*3 = 120, 120/4 = 30
he answered 30 correctly
40-30 = 10, he missed 10
The graph of a line goes down and to the right when
(04.01 LC)
Which of the tables represents a function?
Table A
Input
Output
3 1
3 4
2 3
Table B
Input
Output
2 7
5 6
2 9
Table C
Input
Output
1 5
7 2
7 3
Table D
Input
Output
3 4
1 5
8 5
Table A
Table B
Table C
Table D
Answer:
I believe the answer is table D.
Step-by-step explanation:
Each input can only have one output. The other tables have multiple outputs for each input. Therefore they get "cut off," and table D is the answer.
Helper's Message:
I hope this answer helped you! I wouldn't mind if you hit the 5-star rating or gave me a thank you. :)
-ChocoChocoCho
Which of the following is an identity?
A. csc^2 x + cot^2 x = 1
B. (cscx + cotx)^2 = 1
C. sec^2 x sec^2 x + 1 = tan^2 x csc^2 x
D. sin^2 x - cos^2 x = 1
15,000 loses value by 20% each year. What is the value after 3 years
Answer:
Step-by-step explanation: 7680
After losing 20% we have 80% remaining
∴ value after three years = 15,000 × [tex]\frac{80}{100}[/tex] × [tex]\frac{80}{100}[/tex] ×[tex]\frac{80}{100}[/tex]
= 15,000 × [tex]\frac{4}{5}[/tex] ×[tex]\frac{4}{5}[/tex] ×[tex]\frac{4}{5}[/tex]
= 7680
(03.06 MC) Choose the equation below that represents the line passing through the point (−3, −1) with a slope of 4.
Answer:
The equation of the line is
Y= 4X + 11
Step-by-step explanation:
The equation of the line is equall to
(Y- Y1)/(X-X1) = slope
X1 = -3
Y1= -1
Equation is
(Y-(-1))/(X-(-3))=4
(Y+1)/(X+3) = 4
Y+ 1 = 4X + 12
Y= 4X + 11
Kate, who is 16, is four times as old as her brother. how old will kate be when she is half as old as her brother?
Find the least common multiple of these two expressions. 14x^2y^4 and 21x^3u^7y^8
When a meteorologist says that there is a 30% chance of showers, what type of probability is the person using?
What is the answer Barbara also works part-time at themepark the radio of the number of hours Barbara works at the park to the money she earns in dollars is 1:9 create a table to show the money earned by Barbara for 5,6,8 hours of work at a theme park
A basketball court is in the shape of a rectangle. It has a length of (x − 7) meters and a width of (x + 3) meters. The expression below represents the area of the court in square meters:
(x − 7)(x + 3)
Which of the following simplified expressions represents the area of the basketball court in square meters?
− 6x + 3
x2 − 21
x2 − 4x − 21
x2 − 7x + 3
The answer is x² - 4x - 21 or C
The area (A) of the rectangle is:
A = l * w (l - length, w - width)
We have:
l = x - 7
w = x + 3
Therefore:
A = (x - 7)(x + 3)
Now, multiply each factor with another:
A = (x - 7)(x + 3) = x * x + x * 3 - 7 * x - 7 * 3 = x² + 3x - 7x - 21 = x² - 4x - 21
ROUND 977.259856871 TO 3 DECIMAL PLACES HELP!
3 decimal places would be where the 9 is, since the next number is 8 , the 9 would become a 0 and the number before it (5) would become a 6
so it would be 977.260
In triangle PQR, C is the centroid.
Find the value of x for which M//N
A.
38
B.
62
C.
102
D.
150
I think the answer is B= 62
the lines shown below are parallel. if the green line has a slope of -1/11, what is the slope of the red line?
a)-1/11
b)1/11
c)-11
d)11
Answer:
-1/11
Step-by-step explanation:
I just did it
In a genetics experiment on? peas, one sample of offspring contained 402402 green peas and 3838 yellow peas. based on those? results, estimate the probability of getting an offspring pea that is green. is the result reasonably close to the value of 3 divided by 43/4 that was? expected?
The empirical probability of getting a green pea is approximately 91.37%, which is not reasonably close to the expected value of 75% based on Mendel's laws.
Explanation:In this observed pea experiment, there were 402 green peas and 38 yellow peas. To calculate the probability of getting a green pea, we divide the number of green peas by the total number of peas. Therefore, the probability is 402/(402+38) ≈ 0.9137 or 91.37%, which is the empirical probability of getting a green pea.
The expected ratio, which is based on Mendel's genetic laws, is 3/4 for the dominant trait (green peas in this case) but after doing the math, it represents 0.75 or 75%, which is lower than our empirical probability. Therefore, the result is not reasonably close to the value expected (3/4).
It's worth mentioning that this discrepancy can occur due to many reasons including statistical variation, "especially when sample size is not large enough".
Learn more about Probability in genetics here:https://brainly.com/question/19956593
#SPJ12
The area of a square garden is 200 m². How long is the diagonal?
100 m
10 sqrt of 2
200 m
20 m
To find the length of the diagonal of a square garden, you can use the Pythagorean theorem. In this case, the length of the diagonal is approximately 14.14 meters.
Explanation:To find the length of the diagonal of a square garden, we can use the Pythagorean theorem. The Pythagorean theorem states that in a right triangle, the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides.
In this case, the two shorter sides of the right triangle are the sides of the square garden. Let's call each side x. The hypotenuse (the diagonal) will be the side we are trying to find.
Using the Pythagorean theorem, we have: x^2 + x^2 = diagonal^2. Since the area of the square garden is 200 m², we can set up the equation: x^2 + x^2 = 200. Combining like terms, we get: 2x^2 = 200. Dividing both sides by 2, we have x^2 = 100. Taking the square root of both sides, we find that x = 10.
Therefore, each side of the square garden is 10 meters. And using the Pythagorean theorem one more time, we can find the length of the diagonal: diagonal^2 = 10^2 + 10^2. Simplifying, we get diagonal^2 = 200. Taking the square root of both sides, we find that the length of the diagonal is approximately 14.14 meters.
In the polynomial below, what number should replace the question mark to produce a difference of squares? x2 + ?x - 49
Answer:
0
Step-by-step explanation:
You deposit $1400 into a savings account that earns simple annual interest. After 12 years, the balance in the account is $2408. What is the annual interest rate?
Two minor league baseball players got a total of 292 292 hits. washington had 18 18 more hits than sanchez. find the number of hits for each player
A customer calls and says that they are upset because they just received their bill and it is for two months service plus a $20 late fee. They have never had a late payment before. They explain that they moved last month and never received their bill. What would you tell them?
Answer with explanation:
The Customer , is irked due to the reason that,he or She hasn't got the last month bill and now they have to pay the bill for two months service plus $ 20 late fee.
Also, the customer is Saying that they moved from that place last month where they were Residing.
I will start Querying with the customer in the following way
Sir, or Madam
1. Have you checked , or asked your Neighbor or Landlord, after leaving that place ,whether they have got this kind of bill ?
2. Secondly , we have your email-ID as well as Mobile number.We message every month about your bill,through email as well as Messaging tool of your mobile.Haven't you Checked your Mail as well as Messaging.
it Shows that Customer is Lying.
So, Sir or Madam
Please , pay the Bill along with late fee.