Answer:
(a)[tex]\dfrac{11}{26}[/tex]
(b)[tex]\dfrac{9}{13}[/tex]
(c)[tex]\dfrac{4}{13}[/tex]
Step-by-step explanation:
Number of cards in a Standard Deck=52
(a)
Number of Diamonds (D)=13
Number of Face Cards(F) = 12
Number of Diamonds that are face cards = 3
[tex]Pr($that the card is a diamond or a face card)=P(D)+P(F)-P(D \cap F)\\=\dfrac{13}{52} +\dfrac{12}{52} -\dfrac{3}{52} \\=\dfrac{22}{52} \\=\dfrac{11}{26}[/tex]
(b)The probability that the card is neither an ace nor a heart.
Number of Aces (A)=4
Number of Hearts(H) = 13
Number of Hearts that are Aces = 1
[tex]Pr($that the card is a Ace or a Heart), P(A \cup H)=P(A)+P(H)-P(A \cap H)\\=\dfrac{4}{52} +\dfrac{13}{52} -\dfrac{1}{52} \\=\dfrac{16}{52} \\$Therefore, probability that the card is neither an ace nor a heart.\\=1-P(A \cup H)\\=1-\dfrac{16}{52}\\=\dfrac{36}{52}\\=\dfrac{9}{13}[/tex]
(c)The probability that the card is a face card or a 3
Number of 3 cards(T)=4
Number of Face Cards(F) = 12
[tex]Pr($that the card is a three or a face card)=P(T)+P(F)\\=\dfrac{4}{52} +\dfrac{12}{52} \\=\dfrac{16}{52} \\=\dfrac{4}{13}[/tex]
Suppose a company's revenue function is given by R(q) = - q^3 + 220q^2 and its cost function is given by C(q) = 500 + 13q, where q is hundreds of units sold/produced, while R(q) and C(q) are in total dollars of revenue and cost, respectively.
A) Find a simplified expression for the marginal profit function. (Be sure to use the proper variable in your answer.)
MP(q) =
B) How many items (in hundreds) need to be sold to maximize profits? (Round your answer to two decimal places.)
Answer:
A) MP(q) = -3q² + 440q - 13
B) 146.64 units.
Step-by-step explanation:
The profit function is given by the revenue minus the cost function:
[tex]P(q) = R(q) - C(q)\\P(q) = -q^3+220q^2-500-13q[/tex]
A) The Marginal profit function is the derivate of the profit function as a function of the quantity sold:
[tex]P(q) = -q^3+220q^2-500-13q\\MP(q) = \frac{dP(q)}{dq} \\MP(q)=-3q^2+440q-13[/tex]
B) The value of "q" for which the marginal profit function is zero is the number of items (in hundreds) that maximizes profit:
[tex]MP(q)=0=-3q^2+440q-13\\q=\frac{-440\pm \sqrt{440^2-(4*(-3)*(-13))} }{-6}\\q'=146.64\\q'' = - 0.03[/tex]
Therefore, the only reasonable answer is that 146.64 hundred units must be sold in order to maximize profit.
The first term in the sequence 5, 7, −7, ... is 5. Each even-numbered term is 2 more than the previous term and each odd-numbered term, after the first, is (−1) times the previous term. For example, the second term is 5+2 and the third term is (−1)×7. What is the 255th term of the sequence?
Answer:
Step-by-step explanation:
According to the condition, your terms are arranged as
5, 7 , -7 ,-5, 5, 7, -7, 5, -5,...................
So one loop will have 4 terms: 5, 7, -7. -5
Hence after 63 loops, the new loop has only 3 terms. That means the last loop will be 5, 7 ,-7. In other words, the 255th term will be -7
If f(x) = 4–1 and g(x) = 8x, which expression is equivalent to (g-1)(3)?
O 8-3-(4 + 3)
08-3-(4-32
813)-4432
O 6(3) 4-32
Answer:
Option (3)
Step-by-step explanation:
Given functions are f(x) = 4 - x² and g(x) = 6x
We gave to find the expression for (g - f)(3).
(g - f)(x) = g(x) - f(x)
= 6x - (4 - x²)
= 6x - 4 + x²
By substituting x = 3 in this expression,
(g - f)(x) = 6(3) - 4 + (3)²
Therefore, option (3) will be the answer.
solve 5(x+4)<75 sdsdsd
Answer:
x < 11
Step-by-step explanation:
[tex]5(x+4)<75 \\ open \: the \: bracket \: using \: 5 \\ 5x + 20 < 75 \\ subtract \: - 20 \: from \: both \: sides \: [/tex]
[tex]5x + 20 - 20 < 75 - 20 \\ 5x < 55 \\ divide \: both \: sides \: of \: the \: equation \: \\ by \: 5[/tex]
[tex] \frac{5x}{5} < \frac{55}{5} \\ x < 11[/tex]
The required solution of inequality is,
⇒ x < 11
We have to simplify the expression,
⇒ 5 (x + 4) < 75
We can simplify it by definition of inequality as,
⇒ 5 (x + 4) < 75
⇒ 5x + 20 < 75
Subtract 20 both side,
⇒ 5x + 20 - 20 < 75 - 20
⇒ 5x < 55
⇒ 5x - 55 < 0
⇒ 5 (x - 11) < 0
⇒ x - 11 < 0
⇒ x < 11
Therefore, The required solution of inequality is,
⇒ x < 11
Learn more about the inequality visit:
https://brainly.com/question/25944814
#SPJ6
In a certain city district the need for money to buy drugs is stated as the reason for 70% of all thefts. Find the probability that among the next 7 theft cases reported in this district, exactly 3 of them resulted from the need to buy drugs.
Answer:
9.72% probability that among the next 7 theft cases reported in this district, exactly 3 of them resulted from the need to buy drugs.
Step-by-step explanation:
For each theft, there are only two possible outcomes. Either the need to buy drugs is the reason of the theft, or it is not. Each theft is independent of each other. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
In a certain city district the need for money to buy drugs is stated as the reason for 70% of all thefts.
This means that [tex]p = 0.7[/tex]
Find the probability that among the next 7 theft cases reported in this district, exactly 3 of them resulted from the need to buy drugs.
This is P(X = 3) when n = 7. So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 3) = C_{7,3}.(0.7)^{3}.(0.3)^{4} = 0.0972[/tex]
9.72% probability that among the next 7 theft cases reported in this district, exactly 3 of them resulted from the need to buy drugs.
Given AB intersects DE at point C. prove: DCB = ECA. What is the missing reason in step 5
Answer: the answer is linear pair
Step-by-step explanation:
Answer:
Linear pair postulate
Step-by-step explanation:
1. What is the approximate area of a circle with a diameter of 20 inches?
2. What is the volume of a cube with a side length of 3 cm?
3. What is the median of the data set { 35,20, 30,25,20 }?
Answer:
1. 100[tex]\pi[/tex]
2. 27 [tex]cm^{3}[/tex]
3. 30
Step-by-step explanation:
Area = [tex]\pi[/tex][tex]r^{2}[/tex]
= [tex]\pi[/tex] x [tex]10x^{2}[/tex]
= 100[tex]\pi[/tex]
Volume = l x w x h
= 3 x 3 x 3
= 27
which is the equation of a circle with center (-3, -5) and radius of 4
Answer: -8
Step-by-step explanation:
Each square in the grid is a 1 x 1 unit square. What is the area of the shape
Answer:
So since the formula for a square is w*h
That means that the area is 1*1 or 1 unit^2
I knew it was a joke question.
:))))
Step-by-step explanation:
Chocolate chip cookies have a distribution that is approximately normal with a mean of 23.1 chocolate chips per cookie and a standard deviation of 2.9 chocolate chips per cookie. Find Upper P 10 and Upper P 90. How might those values be helpful to the producer of the chocolate chip cookies?
Answer:
[tex]z=-1.28<\frac{a-23.1}{2.9}[/tex]
And if we solve for a we got
[tex]a=23.1 -1.28*2.9=19.388[/tex]
And for the 90 percentile we can do this:
[tex]z=1.28<\frac{a-23.1}{2.9}[/tex]
And if we solve for a we got
[tex]a=23.1 +1.28*2.9=26.812[/tex]
The P10 would be 19.388 and the P90 26.812
Step-by-step explanation:
Let X the random variable that represent the chocolate chip cookies of a population, and for this case we know the distribution for X is given by:
[tex]X \sim N(23.1,2.9)[/tex]
Where [tex]\mu=23.1[/tex] and [tex]\sigma=2.9[/tex]
For this part we want to find a value a, such that we satisfy this condition:
[tex]P(X>a)=0.90[/tex] (a)
[tex]P(X<a)=0.10[/tex] (b)
We can find a z score value who that satisfy the condition with 0.10 of the area on the left and 0.90 of the area on the right it's z=-1.28.
Using this value we can do this:
[tex]P(X<a)=P(\frac{X-\mu}{\sigma}<\frac{a-\mu}{\sigma})=0.10[/tex]
[tex]P(z<\frac{a-\mu}{\sigma})=0.10[/tex]
And we can solve for the value of interest
[tex]z=-1.28<\frac{a-23.1}{2.9}[/tex]
And if we solve for a we got
[tex]a=23.1 -1.28*2.9=19.388[/tex]
And for the 90 percentile we can do this:
[tex]z=1.28<\frac{a-23.1}{2.9}[/tex]
And if we solve for a we got
[tex]a=23.1 +1.28*2.9=26.812[/tex]
The P10 would be 19.388 and the P90 26.812
i need to know £400 in euros and how to convert it
Answer:
449.40 Euro
Step-by-step explanation:
1 pound=1.12 euro
400*1.12=
A gum ball machine has 22 red 18 white 10 blue and 23 green. What chances of pulling out a red
Step-by-step explanation:
Total gum balls = 22 + 18 + 10 + 23 = 73
Probability of red gum = 22/73
Leroy is 22 years old. His car averages 31 miles
per gallon. His car payments are $165.32 per
month, and he has 36 more payments to
make. How old will he be when he pays off his
car?
Answer:
he will be 25
Step-by-step explanation:
36 monthly payments left/12 payments a year = 3 years. 22 + 3 = 25
Los Angeles workers have an average commute of 33 minutes. Suppose the LA commute time is normally distributed with a standard deviation of 15 minutes. Let X represent the commute time for a randomly selected LA worker. Round all answers to 4 decimal places where possible.
a. What is the distribution of X? X N
b. Find the probability that a randomly selected LA worker has a commute that is longer than 38 minutes
c. Find the 80th percentile for the commute time of LA workers. _______ minutes
Answer:
a) N(33,15).
b) 37.33% probability that a randomly selected LA worker has a commute that is longer than 38 minutes
c) 45.6 minutes.
Step-by-step explanation:
Problems of normally distributed samples are solved using the z-score formula.
In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.
In this question, we have that:
[tex]\mu = 33, \sigma = 15[/tex]
a. What is the distribution of X?
Normal with mean 33 and standard deviaton 15. So
N(33,15).
b. Find the probability that a randomly selected LA worker has a commute that is longer than 38 minutes
This is 1 subtracted by the pvalue of Z when X = 38. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{38 - 33}{15}[/tex]
[tex]Z = 0.333[/tex]
[tex]Z = 0.333[/tex] has a pvalue of 0.6267.
1 - 0.6267 = 0.3733
37.33% probability that a randomly selected LA worker has a commute that is longer than 38 minutes
c. Find the 80th percentile for the commute time of LA workers.
This is X when Z has a pvalue of 0.8. So it is X when Z = 0.84.
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]0.84 = \frac{X - 33}{15}[/tex]
[tex]X - 33 = 0.84*15[/tex]
[tex]X = 45.6[/tex]
45.6 minutes.
Graph the equation below by plotting the
y-intercept and a second point on the
line.
Answer:
Step-by-step explanation:
On the y-axis, graph the point on (0,4). Then from there, go up one, and to the right 4.
A company makes candles in the shape of a right cone. The lateral surface of each candle is covered with paper for shipping and each candle also has a plastic circular base. Find the amount of paper needed to cover the lateral surface of each candle. Then find the total amount of paper and plastic needed for the candle. Round to the nearest tenth. Use 3.14 for π.
Answer:
If we have a cone-shape candle with r=2 cm and h=3 cm, then the amount of paper needed is 18.84 cm^2 and the amount of plastic needed is 12.56 cm^2.
Step-by-step explanation:
The question is incomplete: no numerical values for the dimensions of the cone are given.
A right cone is defined by the radius r of the base and the height h.
The base area is the area of a circle with radius r:
[tex]A_b=\pi r^2[/tex]
The lateral area is calculated as:
[tex]A_l=\pi \cdot r\cdot l[/tex]
As the values for r and h are not given, we will use an example with r=2 and h=3.
Then, the amount of paper needed is:
[tex]A_l=\pi \cdot r\cdot l=3.14\cdot (2\,cm)\cdot (3\, cm)=18.84\,cm^2[/tex]
The amount of plastic needed is:
[tex]A_b=\pi r^2=3.14\cdot (2\,cm)^2=3.14\cdot 4\,cm^2=12.56\,cm^2[/tex]
Bytecoin is a new cryptocurrency that is currently valued at $243 per coin. You want to make an investment and purchase 1 Bytecoin and cash out when its value reaches $1,000. Over the last 12 months, you ve seen the value of the Bytecoin grow exponentially at a rate of 15% per month! You want all of your friends and family to invest with you, but you need to make predictions about how long it will take for your $243 investment to earn $1,000. Write an exponential equation in the form y = a * b ^ x and explain what a and b represent
Answer:
Step-by-step explanation:
The growth rate of the coin is exponential. We would apply the formula for exponential growth which is expressed as
y = ab^x
y = b(1 + r)^ t
Where
y represents the value of the coin after x months.
x represents the number of months.
a represents the initial value of the coin.
b represents rate of growth.
From the information given,
a = 243
b = 1 + 15/100 = 1 + 0.15 = 1.15
Therefore, the exponential expression to determine the number of months, x it will take for the coin to attain a certain value, y is expressed as
y = 243(1.15)^x
If y = 1000, it means that
1000 = 243(1.15)^x
1000/243 = 1.15^x
4.115 = 1.15^x
Taking log of both sides, it becomes
log 4.115 = xlog1.15
0.614 = 0.061x
x = 0.614/0.061
x = 10 months
It will take 10 months
Please help me. I’ll mark you as brainliest if correct
Answer:
b = -18
Step-by-step explanation:
(3 + 4i) (-3-2i)
When we foil:
-9 + -6i + -12i + -8i^2
-8i^2 = +8
Combine like terms:
-1 + -18i
Can anyone help me with the answer please
Answer:
Graph D
Step-by-step explanation:
First, look at the x-intercepts (where the graph touches the x-axis): x= -1 and x= 3
This rules out Graph B and C which have x-intercepts at x= -3 and x= -1
Next, look at the y-intercept (where the graph touches the y-axis): y= -3
This rules out Graph A which has a y-intercept at y= 3
Please help! Correct answer only, please! Consider the matrix shown below: What are the dimensions of A. A. 3 X 4 B. 4 X 3 C. 12 D. A and B
Answer: A) 3 x 4
Step-by-step explanation:
The dimensions of a matrix are ROWS x COLUMNS.
The given matrix has 3 rows and 4 columns,
therefore the dimensions are: 3 x 4
A random sample of 1141 men and 1212 women aged 25-64 y (response rate 76%) completed a questionnaire and underwent a short examination in a clinic. Intake of beer, wine and spirits during a typical week, frequency of drinking, and a number of other factors were measured by a questionnaire. The present analyses are based on 891 men and 1098 women who were either nondrinkers or 'exclusive' beer drinkers (they did not drink any wine or spirits in a typical week). 500 men are beer drinkers and 325 men from this group have the obesity. 80 non-drinkers men are obese.
Required:
a. What type of study desing?
b. Which parameters can be calculated?
c. Determine it and explain the results.
Answer:
(a) A cross sectional study (b) The parameter can be computed as follows: Non-drinkers who agree exposed to obesity, Drinkers who are exposed or vulnerable to obesity (c) A postie relationship is established from the experiment between drinkers who are exposed to obesity and non drinkers who are exposed to obesity
Step-by-step explanation:
(a) The type of design is refereed to as a cross sectional study
(b) Now, because 50 men are beer drinkers out of 891 men.
Hence we can deduce form this that 500/891 gives us 0.56%.
This suggest that 0.56% men are beer drinkers out of which 325 have obesity, lets take for example 235/500 = 0.65% are exposed to obesity in which 80/ (89-500) = 80/491 = 0.16%
The non drinkers are 0.16% and are not exposed to obesity
Thus,
The parameters to be calculated is stated below:
Non-drinkers who agree exposed to obesityDrinkers who are exposed or vulnerable to obesity(c) The next step is to determine and explain the results.
In this case we can say there is a positive relationship between drinkers and non drinkers, since from the experiment 0.65% are exposed to obesity and 0.16$ non drinkers are exposed to obesity.
What is the inverse of the given function f(x)=1/4x -12?
Answer:
[tex]f^{-1}(x)=4x+48[/tex]
Step-by-step explanation:
To find the inverse, solve for y:
x = f(y)
x = (1/4)y -12
x +12 = (1/4)y . . . . add 12
4(x +12) = y . . . . . multiply by 4
y = 4x +48 . . . . . . simplify
The inverse function is ...
[tex]\boxed{f^{-1}(x)=4x+48}[/tex]
Solve.
3^x+1 = 9^ 5x
a. x=3
b. x = 1/3
c. x=9
d. x= 1/9
Answer:
x = 1/9
Step-by-step explanation:
3^ (x+1) = 9 ^ (5x)
Replace 9 with 3^2
3^ (x+1) = 3^2 ^ (5x)
We know that a^b^c = a ^(b*c)
3^ (x+1) = 3^(2 * (5x))
3^ (x+1) = 3^(10x)
The bases are the same so the exponents are the same
x+1 = 10x
Subtract x from each side
x+1-x = 10x-x
1 = 9x
Divide each side by 9
1/9 = 9x/9
1/9 =x
To test whether or not there is a difference between treatments A, B, and C, a sample of 12 observations has been randomly assigned to the three treatments. You are given the results below. Treatment Observation A 20 30 25 33 B 22 26 20 28 C 40 30 28 22 The test statistic to test the null hypothesis equals _____.
Answer:
The test statistic to test the null hypothesis equals 1.059
Step-by-step explanation:
From the given information; we have:
Treatment Observations
A 20 30 25 33
B 22 26 20 28
C 40 30 28 22
The objective is to find the test statistic to test the null hypothesis; in order to do that;we must first run through a series of some activities.
Let first compute the sum of the square;
Total sum of squares (TSS) = Treatment sum of squares [tex](T_r SS)[/tex] + Error sum of squares (ESS)
where:
(TSS) = [tex]\sum \limits ^v_{i=1} \sum \limits ^{n_i}_{j-1}(yij- \overline {y}oo)^2[/tex] with (n-1) df
[tex](T_r SS)[/tex] [tex]= \sum \limits ^v_{i=1} n_i( \overline yio- \overline {y}oo)^2[/tex] with (v-1) df
[tex](ESS) = \sum \limits ^v_{i=1} \sum \limits ^{n_i}_{j-1}(yij- \overline {y}io)^2[/tex] with (n-v) df
where;
v= 3
[tex]n_i=[/tex]4
i = 1,2,3
n =12
[tex]y_{ij}[/tex] is the [tex]j^{th[/tex] observation for the [tex]i^{th[/tex] treatment
[tex]\overline{y}io[/tex] is the mean of the [tex]i^{th[/tex] treatment i = 1,2,3 ; j = 1,2,3,4
[tex]\overline y oo[/tex] is the overall mean
From the given data
[tex]\overline y oo = \dfrac{1}{12} \sum \limits ^3_{i=1} \sum \limits ^{4}_{j=1}(yij)^2= 27[/tex]
[tex]TSS = \dfrac{1}{12} \sum \limits ^3_{i=1} \sum \limits ^{4}_{j=1}(yij- 27)^2 = 378[/tex]
[tex]T_r SS= \sum \limits^3_{i=1}4 (\overline y io - \overline yoo)^2[/tex]
[tex]=4(27-27)^2+4(24-27)^2+4(30-27)^2 = 72[/tex]
Total sum of squares (TSS) = Treatment sum of squares [tex](T_r SS)[/tex] + Error sum of squares (ESS)
(TSS) = 378 - 72
(TSS) = 306
Now; to the mean square between treatments (MSTR); we use the formula:
MSTR = TrSS/df(TrSS)
MSTR = 72/(3 - 1)
MSTR = 72/2
MSTR = 36
The mean square within treatments (MSE) is:
MSE = ESS/df(ESS)
MSE = 306/(12-3)
MSE = 306/(9)
MSE = 34
The test statistic to test the null hypothesis is :
[tex]T = \dfrac{ \dfrac{TrSS}{\sigma^2}/(v-1) }{ \dfrac{ESS}{\sigma^2}/(n-v) } = \dfrac{MSTR}{MSE} \ \ \ \approx \ \ T(\overline {v-1}, \overline {n-v})[/tex]
[tex]T = \dfrac{36}{34}[/tex]
T = 1.059
Which of the following statements is NOT true?
YA
The slope of AB is
different than the
slope of BC.
The ratios of the rise to
the run for the triangles
are equivalent.
B
2.
х
-2
AB has the same slope
as AC.
The slope of Ac is
Answer:
The slope of AB is
different than the
slope of BC.
Step-by-step explanation:
find the mean of the following numbers 7,21,2,17,3,13,7,4,9
Answer:
9.222222222
Step-by-step explanation:
7+21+2+17+3+13+7+4+9 = 83
7+21+2+17+3+13+7+4+9 = 83 83÷9 = 9.222222222
_____________________________
Hey!!
Solution,
Given data=7,21,2,17,3,13,7,4,9
summation FX= 83
N(total no. of items)=9
Now,
Mean=summation FX/N
= 83/9
=9.23
So the answer is 9.23
__________________________
3km 5hm multiplied by 15 equals what
Answer: 525
Step-by-step explanation:
3 km =30 hm
35hm*15=525
An oval shaped walking path at a local park is 3/4 of a mile long. Four walkers recorded the number of laps they walked and the time it took them in them.
laps Minutes
Amber. 3. 40. Bruno. 4. 54. Cady. 5. 75. Drake. 6. 72.
Match each walker to their corresponding unit rate in miles per hour................................................. 3 3/4 mph, 3 mph, 3 1/2mph, 3 1/4 mph, 3 3/8 mph and 3 2/3mph
Answer:
Amber = 3 3/8 mphBruno = 3 1/3 mphCady =3 mphDrake = 3 3/4 mphStep-by-step explanation:
Consider the calculations in the table below with the respective columns being: Name | Laps | Time | Time(in hours) |Total Distance | Unit Rate
[tex]\left|\begin{array}{c|c|c|c|c|c}---&---&---&----&----&---\\Amber&3&40&\frac{40}{60}&3*\frac{3}{4}=2.25&2.25 \div \frac{40}{60}= 3\frac{3}{8} \\\\Bruno&4&54&\frac{54}{60}&4*\frac{3}{4}=3&3 \div \frac{54}{60}= 3\frac{1}{3}\\\\Cady&5&75&\frac{75}{60}&5*\frac{3}{4}=3.75&3.75 \div \frac{75}{60}= 3 \\\\Drake&6&72&\frac{72}{60}&6*\frac{3}{4}=4.5&4.5 \div \frac{72}{60}= 3\frac{3}{4} \end{array}\right|[/tex]
We can then match each walker to their respective unit rates in miles per hour.
Amber = 3 3/8 mphBruno = 3 1/3 mphCady =3 mphDrake = 3 3/4 mphWhich of the lists of letters all have rotational symmetry?
a. C, H, N, X
b. N, O, S, Z
c. H, J, N, S
d. F, H, X, Z
Answer:
So C doesn't have symmetry so that rules out a
b does though
J doesn't work so that rules out c
F doesn't work so that rules out d
B is answer
Answer:
B. is the rotational symmetry
Step-by-step explanation:
What degree of rotation about the origin will cause the triangle below to map
onto itself?
A. 90 degrees
B. 360 degrees
C. 180 degrees
D. 270 degrees
Answer: 360ᴼ
Step-by-step explanation:
If a figure goes 360ᴼ around the graph, it will be mapped onto itself.
360ᴼ is full circle (number of degrees in a circle), so the figure just went around in a circle, back into the same location before it rotated.
Answer:
360
Step-by-step explanation:
i took the text