Answer:
The modes are 16, 17 and 20.
This is because they appear most often in the set of numbers. They each appear 3 times.
Have a good day :)
Answer:
• Mode is the observation that occurs most number of times.
therefore in this set of ungrouped data;
16 occurs 3 times
17 occurs 3 times
18 occurs 2 times
19 occurs 1 times
20 occurs 3 times
therefore mode here are 16,17 and 20
El jueves olvidó anotar el porcentaje, sólo
anotó la cantidad. ¿En cual de las opciones
está el porcentaje que corresponde a la
cantidad de ese día?
A) 12 %
B) 28 %
C) 35 %
D) 37. 5 %
Based on the information in the graph, it can be inferred that the percentage that you forgot to write down (Thursday percentage) corresponds to the number: 35%
How to find the missing percentage?To find the missing percentage we must carefully analyze all the information in the table. In this case, all the percentages are proportional, so we could infer that a rule of three would be the most effective way to find the missing percentage.
To perform the rule of three we must use two of the data already shown in the table. For example, the first data:
If 11 defective containers represent 27.5%, what percentage does 14 containers represent?
14 * 27.5 / 11 = 35%In accordance with the above, we can infer that 14 defective containers represent 35%. So the correct answer is C.
Learn more about rule of three in: https://brainly.com/question/9264846
#SPJ1
Hi! I really need this answer urgently and I am trying to find the theoretical and experimental probability for it :)
Answer:
Theoreticly u have a 1 in 8 chances. experimently it would be 40 in 320 chances
Step-by-step explanation:
So sorry if wrong. but this seems most reasonable to me. it seems to make the most sense though because of how many and multiplicaion to find it. once again sorry if wrong though.
Small scooters cost £80 and large scooters cost £130. A school buys few scooters for the playground for £1000. How many of the smaller and larger scooter did they buy?
Answer:
Small scooters = 6
Large scooters = 4
Step-by-step explanation:
Let S represents small scooter and L represents large scooter
The cost of a small scooter is £80
Mathematically, the cost of S number of small scooters is
80S
The cost of a large scooter is £130
Mathematically, the cost of L number of large scooters is
130L
The total amount spent on both scooters is £1000
Mathematically,
80S + 130L = 1000
So we have 2 unknowns and only 1 equation. Therefore, we have use trial and error method .
Trial and Error Method:
80S + 130L = 1000
80S = 1000 - 130L
S = (1000 - 130L)/80
Let’s suppose they bought 1 large scooter
S = (1000 - 130(1))/80
S = 10.875
Number of scooters cannot be in fraction so 1 doesn’t work
Let’s suppose they bought 2 large scooter s
S = (1000 - 130(2))/80
S = 9.25
Number of scooters cannot be in fraction so 2 doesn’t work
Let’s suppose they bought 3 large scooter s
S = (1000 - 130(3))/80
S = 7.625
Number of scooters cannot be in fraction so 3 doesn’t work
Let’s suppose they bought 4 large scooters
S = (1000 - 130(4))/80
S = 6
So that means they bought 6 small scooters and 4 large scooters.
Similarly, other combinations for scooters don’t work since they yield either fractional value or negative value which cannot be correct.
Therefore, the only possible combination of small and large scooters is
6 Small scooters
4 Large scooters
Verification:
80S + 130L = 1000
80(6) + 130(4) = 1000
480 + 520 = 1000
1000 = 1000 (satisfied)
If the distance from the boat to the lighthouse is 110 meters and the angle of elevation is 44°, which of the following equations will find the height of the lighthouse?
Answer:
C.tan 44° = y over 110
Step-by-step explanation:
Took the test
The height of the lighthouse is 106.5m
How do find the height of the lighthouse?Using the given diagram, we get
tan 44° = y / 110
0.965 = y / 110
y = 0.965 * 110 = 106.5m
The answer is 106.5m
What is height in trigonometry?
The height of the object. The angle at which the observer views the topmost point of the object (angle of elevation) The angle at which the observer views the object when the observer is on top of a tower/building (angle of depression).
Learn more about height and distance here: brainly.com/question/16177976
#SPJ2
12. Volume of a cube is 648V3 cm³. Find its total surface
area.
Answer:
area= 449.2984 cm^2 if I understand correctly that the volume is 648 cm^3
Step-by-step explanation:
side length=the cube root of 648
side length=8.6535 cm
area=8.6536x8.6535x6=449.2984 cm^2
1 point 5. Mariah drew a model to match the equation below. 2/1/6 =12 What model best represents her equation?
Answer:
c
Step-by-step explanation:
Find the area of the triangle
Please show step by step how to solve the problem in Excel with the formula and not in Excel.
1.) Kate wants to purchase a car for $505.76 monthly payments for the next 5 years. Kate qualifies for a 4.3% loan. How much does the car cost?
Answer: 27,261
Use Excel to find PV (present value) of these monthly payments.
Excel PV formula: =PV(rate,nper,pmt,fv)
Use the number of monthly payments (years *12) for the nper and the monthly interest rate (rate/12).
Please show step by step how to solve the problem in Excel with the formula and not in Excel.
Answer: 437
2.) M wants to buy a used car for $23,099. If M wants to pay it off in 5 years, how much will she have to pay each month with an annual interest rate of 5.1%? Post answer as a positive amount.
PVOA = PMT x [1 - (1 /(1 + k)n ) / k] x ( 1 + k)
or use the PMT function in Excel. =PMT(rate,nper,pv,fv)
Remember for monthly payments, the nper = years * 12 and the annual interest rate must be divided by 12.
Thank you.
Problem 1
PMT = 505.76 = monthly payment
k = monthly interest rate in decimal form
k = 0.043/12 = 0.003583333 (approximate)
n = 5*12 = 60 months
PVOA = present value of ordinary annuity
PVOA = PMT * ( 1 - (1+k)^(-n) )/k
PVOA = 505.76 * ( 1 - (1+0.003583333)^(-60) )/0.003583333
PVOA = 27,261.436358296
When rounding to the nearest dollar, we get $27,261
Your teacher made a mistake in choosing the formula. S/he mixed up present value ordinary annuity with annuity due. The (1+k) portion at the end is ignored. I rewrote the 1/( (1+k)^n ) sub-portion as (1+k)^(-n) to avoid a bit of clutter.
--------
To type this into excel we will write
=PV(0.043/12,5*12,505.76,0,0)
That will produce the result of -27,261.44. The negative is to indicate a cash outflow.
Don't forget about the equal sign up front when writing excel formulas.
=====================================================
Problem 2
L = loan amount = 23099
k = interest rate per month = 0.051/12 = 0.00425 exactly
n = number of months = 5*12 = 60 months
PMT = monthly payment
PMT = (Lk)/(1 - (1 + k)^(-n) )
This formula is the result of solving PVOA = PMT * ( 1 - (1+k)^(-n) )/k for "PMT". The PVOA value is the loan amount in this case.
Let's plug in the values mentioned
PMT = (Lk)/(1 - (1 + k)^(-n) )
PMT = (23099*0.00425)/(1 - (1 + 0.00425)^(-60) )
PMT = 436.965684557303
PMT = 437 when rounding to the nearest whole number
--------
To do this in excel, we type in
=PMT(0.051/12,5*12,23099,0,0)
The output should be -436.97 which rounds to -437.
The value is negative to represent a cash outflow, but your teacher mentions to post the answer as a positive value.
NAME
DATE
Topic Representing Linear Relationships
PERIOD
4. A mountain road is 5 miles long and gains elevation at a constant rate.
After 2 miles, the elevation is 5,500 feet above sea level.
After 4 miles, the elevation is 6,200 feet above sea level. (Lesson 3-6)
a. Find the elevation of the road at the point where the road begins.
The elevation of the road is 4800 feet.
From the question, we have
y = mx + b
where m is the rate of change, b is the initial value of y and y, x are variables.
Let y represent the elevation of the road after x miles.
After 2 miles, the elevation is 5500 feet above sea level.
5500 = 2m + b (1)
After 4 miles, the elevation is 6200 feet above sea level.
6200 = 4m + b (2)
Solving equation 1 and 2, we get
m = 350, b = 4800
The elevation of the road 4800 feet.
Subtraction:
Subtraction represents the operation of removing objects from a collection. The minus sign signifies subtraction −. For example, there are nine oranges arranged as a stack (as shown in the above figure), out of which four oranges are transferred to a basket, then there will be 9 – 4 oranges left in the stack, i.e. five oranges. Therefore, the difference between 9 and 4 is 5, i.e., 9 − 4 = 5. Subtraction is not only applied to natural numbers but also can be incorporated for different types of numbers. The letter "-" stands for subtraction. Minuend, subtrahend, and difference are the three numerical components that make up the subtraction operation. A minuend is the first number in a subtraction process and is the number from which we subtract another integer in a subtraction phrase.
To learn more about subtraction visit: https://brainly.com/question/2346316
#SPJ9
Tyreek Hill is the fastest player in the NFL, running a 40 yar dash in 2.4 seconds. Using the rate, 38 yards for every 4 seconds: How many yards can he run in 12 seconds?
Answer:
He can run 112 yards in 12 seconds
Step-by-step explanation:
Here, we want to know the number of yards he can run in 12 seconds
From the question, we are told that his running rate is 38 yards in 4 seconds
So the number of yards he can run in 12 seconds will be;
38 * 12/4
= 38 * 3 = 114 yards
Given f(2) = 1093 (92) and g(2) = 30 . Find and simplify (fog) (2)
Refer to image
Given \( f(x)=\log _{3}(9 x) \) and \( g(x)=3^{x} \). Find and simplify \( (f o g)(x) \) \( 2 x \) \( 27^{x} \) \( 2+x \) None of these.
The simplified expression for (f ∘ g)(x) is 2 + x (option d).
To find and simplify (f ∘ g)(x), we need to substitute the expression for g(x) into f(x) and simplify.
Given:
f(x) = log₃(9x)
g(x) = \(3^x\)
Substituting g(x) into f(x):
(f ∘ g)(x) = f(g(x)) = log₃\((9 * 3^x)\)
Now, we simplify the expression:
log₃\((9 * 3^x)\) = log₃(9) + log₃\((3^x)\)
Since logₓ(a * b) = logₓ(a) + logₓ(b), we have:
log₃(9) + log₃\((3^x)\) = log₃\((3^2)\) + x
Using the property logₓ\((x^a)\) = a * logₓ(x), we get:
log₃\((3^2)\) + x = 2 * log₃(3) + x
Since logₓ\((x^a)\) = a, where x is the base, we have:
2 * log₃(3) + x = 2 + x
Therefore, (f ∘ g)(x) simplifies to:
(f ∘ g)(x) = 2 + x
So, the correct answer is (d) 2 + x.
To know more about expression, refer here:
https://brainly.com/question/31800038
#SPJ4
Complete Question:
Given f(x)=log₃(9x) and g(x)=\(3^x\). Find and simplify (f ∘ g)(x)
(a) 2x
(b) x
(c) \(27^x\)
(d) 2+x
(e) None of these.
Which exponential function has the greatest average rate of change over the interval [0,2]
Step 1
Given;
Step 2
A) The equation of the graph will be;
\(\begin{gathered} y=ab^x \\ x=1,y=6 \\ 6=ab^1---(1) \\ x=0 \\ y=4 \\ 4=ab^0-----(2) \\ a=4 \\ \end{gathered}\)\(\begin{gathered} From\text{ equation 1} \\ 6=4b \\ b=\frac{6}{4}=\frac{3}{2} \\ The\text{ function is} \\ y=4(1.5)^x \end{gathered}\)At the interval [0,2]
\(\begin{gathered} y_1=4(1.5)^0 \\ y_1=4 \\ y_2=4(1.5)^2 \\ y_2=9 \\ Average\text{ rate of change=}\frac{f(b)-f(a)}{b-a}=\frac{9-4}{2-0}=2.5 \end{gathered}\)B)
\(\begin{gathered} 1.5=a(2)^0 \\ a=1.5 \\ y=1.5(2)^x \\ f(b)=6 \\ f(a)=1.5 \end{gathered}\)\(Average\text{ rate of change=}\frac{6-1.5}{2-0}=2.25\)C)
\(\begin{gathered} f(x)=3(1.6)^x \\ f(b)=7.68 \\ f(a)=3 \\ Average\text{ rate of change=}\frac{7.68-3}{2-0}=2.34 \end{gathered}\)D)
\(Average\text{ rate of change=}\frac{\frac{25}{2}-8}{2-0}=2.25\)Answer;
\(Option\text{ A}\)Kwame reads that the mass of an average
elephant's brain is 3 4/10 kilograms greater
than an average man's brain. How many
kilograms is an average elephant's brain?
In linear equation, 4.9 kilograms is an average elephant's brain .
What in mathematics is a linear equation?
An algebraic equation with simply a constant and a first-order (linear) term, such as y=mx+b, where m is the slope and b is the y-intercept, is known as a linear equation.
The variables in the previous sentence, y and x, are referred to as a "linear equation with two variables" at times.
An average human's brain is 1.5 kilograms.
= 1.5 + 3 4/10
= 1.5 + 3.4
= 4.9
Learn more about linear equation
brainly.com/question/11897796
#SPJ1
6+3x=7-x. pls solve and i will mark you brainliest
⇛6 + 3x = 7 - x
⇛3x + x = 7 - 6
⇛4x = 1
⇛x = 1/4
Answer:
x=0.25 or 1/4
Step-by-step explanation:
Theoretical arguments suggest use of the following regression function: E{In Y) = B_0 + B_1 In X_1 + B_2 In (140 - X_2) + B_3 In X_3 Fit the regression function based on theoretical considerations.
The regression function given is a log-log model where the natural logarithm of the dependent variable is a linear function of the natural logarithm of the independent variables. Test the significance of the coefficients and the overall goodness of fit of the model using appropriate statistical tests.
The regression function given is a log-log model where the natural logarithm of the dependent variable is a linear function of the natural logarithm of the independent variables. The model has three independent variables, X1, X2, and X3, and the coefficients B1, B2, and B3 represent the percentage change in Y for a 1% change in X1, (140-X2), and X3, respectively. The coefficient B0 is the intercept.
To fit the regression function based on theoretical considerations, we need to use the principles of economic theory or other relevant theory to derive the functional form of the model. Once the theoretical model is derived, we can estimate the coefficients using regression analysis. In this case, the theoretical argument suggests a log-log model, and we can use the method of ordinary least squares (OLS) to estimate the coefficients.
To estimate the coefficients, we need a dataset with observations on the dependent variable Y and the independent variables X1, X2, and X3. Once we have the data, we can use a statistical software package to perform the regression analysis and obtain the estimates of the coefficients. We can also test the significance of the coefficients and the overall goodness of fit of the model using appropriate statistical tests.
Learn more about statistical tests here:
https://brainly.com/question/31746962
#SPJ11
kayla had collected 132 store tickets. she shared her tickets with her friends so each of her friends including herself ended up with 11 tickets how many friends including her self did. she share it with
Answer: 12 friends
Step-by-step explanation:
Simplify the expression....
Answer:
−3x^2+2x /x−2
Step-by-step explanation:
4x−9x^3/ 3x^2−4x−4
= −9x^3+4x /3x^2−4x−4
= x(−3x+2)(3x+2) /(3x+2)(x−2)
= −3x^2+2x /x−2
Please help me with this. When dividing fractions, the ________ term becomes the reciprocal. A. Second B. First C. Neither D. Both
Answer:
The second term becomes the reciprocal and then you multiply the first term by the second term
Answer:
A. second
Step-by-step explanation:
When dividing fractions, we always take the second term and flip that. In other words, we convert the second term into its reciprocal. Remember the phrase "flip the guy, and multiply!" Essentially, the "guy" just refers to the second term.
For example, if we have 1/3 ÷ 2/5, in order to solve this, we flip the second term, which is 2/5 so that it becomes 5/2 and then multiply:
1/3 ÷ 2/5 = 1/3 × 5/2 = 5/6
The answer is thus A.
~ an aesthetics lover
In 2020, a total of 9559 Nissan Leafs were sold in the US. For the 12-month period starting January 2020 and ending December 2020, the detailed sales numbers are as follows: 651, 808, 514, 174, 435, 426, 687, 582, 662, 1551, 1295 and 1774 units.
before the Nissan plant in Smyrna, Tennessee, started to produce the Nissan Leaf they were imported from Japan. Although cars are now assembled in the US, some components still imported from Japan. Assume that the lead time from Japan is one weeks for shipping. Recall that the critical electrode material is imported from Japan. Each battery pack consists of 48 modules and each module contains four cells, for a total of 192 cells. Assume that each "unit" (= the amount required for an individual cell in the battery pack) has a value of $3 and an associated carrying cost of 30%. Moreover, assume that Nissan is responsible for holding the inventory since the units are shipped from Japan. We suppose that placing an order costs $500. Assume that Nissan wants to provide a 99.9% service level for its assembly plant because any missing components will force the assembly lines to come to a halt. Use the 2020 demand observations to estimate the annual demand distribution assuming demand for Nissan Leafs is normally distributed. For simplicity, assume there are 360 days per year, 30 days per month, and 7 days per week.
(a) What is the optimal order quantity?
(b) What is the approximate time between orders?
(a)The optimal order quantity is 4609 units.
(b)The time between orders is 1.98 months.
To determine the optimal order quantity and the approximate time between orders, the Economic Order Quantity (EOQ) model. The EOQ model minimizes the total cost of inventory by balancing ordering costs and carrying costs.
Optimal Order Quantity:
The formula for the EOQ is given by:
EOQ = √[(2DS) / H]
Where:
D = Annual demand
S = Cost per order
H = Holding cost per unit per year
calculate the annual demand (D) using the 2020
sales numbers provided:
D = 651 + 808 + 514 + 174 + 435 + 426 + 687 + 582 + 662 + 1551 + 1295 + 1774
= 9559 units
To calculate the cost per order (S) and the holding cost per unit per year (H).
The cost per order (S) is given as $500.
The holding cost per unit per year (H) calculated as follows:
H = Carrying cost percentage × Unit value
= 0.30 × $3
= $0.90
substitute these values into the EOQ formula:
EOQ = √[(2 × 9559 × $500) / $0.90]
= √[19118000 / $0.90]
≈ √21242222.22
≈ 4608.71
Approximate Time Between Orders:
To calculate the approximate time between orders, we'll divide the total number of working days in a year by the number of orders per year.
Assuming 360 days in a year and a lead time of 1 week (7 days) for shipping, we have:
Working days in a year = 360 - 7 = 353 days
Approximate time between orders = Working days in a year / Number of orders per year
= 353 / (9559 / 4609)
= 0.165 years
Converting this time to months:
Approximate time between orders (months) = 0.165 × 12
= 1.98 months
To know more about quantity here
https://brainly.com/question/14581760
#SPJ4
Help and hurry please!!
In the 2000 Summer Olympics, Michael Johnson ran the 400-meter race in 43.84 seconds. To the nearest hundredth, what was his speed in meters per second?
a.
9.12 m/s
c.
1.09 m/s
b.
10.96 m/s
d.
91.24 m/s
Please select the best answer from the choices provided
a
Step-by-step explanation:
Evaluate a + b for a = 34 and b = -6
Answer:
28
Step-by-step explanation:
since b is NEGATIVE 6, you are really just taking 6 away from 34.
So, 34-6
Hope this helped!
1. Sally is cleaning houses. She can clean 2/5
of a house in 1/3 of an hour. How much of a
house can she clean in 1 hour?
Answer:
Step-by-step explanation:
Sally will clean in one hour
2/5*3=6/5=1 1/5 houses in one hour
the interquartile range (iqr) is a measure of the ____________ of the middle ____________ percent of the data.
The interquartile range (IQR) is a measure of the spread or variability of the middle 50 percent of the data.
The interquartile range (IQR) is a statistical measure that describes the spread or dispersion of the middle 50 percent of the data. It is calculated as the difference between the third quartile (Q3) and the first quartile (Q1) of a dataset.
The quartiles divide a dataset into four equal parts, each representing 25 percent of the data. The first quartile (Q1) represents the lower boundary of the middle 50 percent, while the third quartile (Q3) represents the upper boundary of the middle 50 percent. The IQR captures the range of values within this middle range.
By focusing on the middle 50 percent of the data and excluding the extreme values, the interquartile range provides a measure of variability that is less affected by outliers or extreme values. It is commonly used in descriptive statistics and data analysis to understand the spread and distribution of a dataset, particularly when the data is not symmetrically distributed or contains outliers.
Learn more about interquartile range here:
https://brainly.com/question/29173399
#SPJ11
Translate the sentence into an equation.
Nine more than the quotient of a number and 8 is equal to 5.
Answer:
x/8 + 9 =5
Step-by-step explanation:
Quotient is division and I decided to use x as my number so the first part is x/8. Then you do the nine more because more is addition to whatever is after it in our case it is x/8 so now you have x/8 + 9. Then it says equals 5 so the equation is x/8 + 9 = 5
I hope this helps!
Which degree measurement is equivalent to
7pie/6 radians?
How does ionization energy change as you
move left to right in period 4 from potassium
through iron? refer to the periodic table.
(1 point)
it does not change.
it generally increases
it generally decreases
it varies unpredictably
Ionization energy generally increases as you move left to right in Period 4 from potassium through iron on the periodic table.
Ionization energy refers to the amount of energy required to remove an electron from an atom or ion in the gaseous state. As you move from left to right in Period 4, the number of protons in the nucleus increases, resulting in a stronger attraction between the nucleus and the electrons. This increased attraction makes it more difficult to remove an electron, hence requiring more energy. Therefore, ionization energy generally increases as you move from potassium to iron in Period 4 on the periodic table.
This trend can be observed by looking at the atomic numbers of the elements in Period 4. Potassium has a lower ionization energy compared to iron because it has fewer protons and a larger atomic radius. As you move towards iron, the increasing number of protons leads to a stronger nuclear charge, resulting in higher ionization energy. However, it's important to note that there may be some irregularities or exceptions within this trend due to factors such as electron configuration and shielding effects.
Learn more about ionization energy here:
brainly.com/question/28385102
#SPJ11
NO LINKS!!! WILL REPORT!!!! NEED HELP ASAP
Answer:
Step-by-step explanation:
take 45 degree as reference angle
using cos rule
cos 45=adjacent/hypotenuse
1/\(\sqrt{2}\)=x/4(do cross multiplication)
x\(\sqrt{2\)=4
x=4/\(\sqrt{2}\)
x=2\(\sqrt{2}\)
Use the drop-downs to identify the domain and range of the following relation.
{(4, -7), (0, 6), (5,-3), (5, 2)}
What is the domain of this relation?
What is the range of this relation?
Answer:
Domain ( -4,0, 5) Range ( -7, -3, 2, 6)
Step-by-step explanation:
The domain and range of the given relation {(4, -7), (0, 6), (5,-3), (5, 2)}
is:
Domain = { 4, 0, 5, 5 }
Range = { -7, 6, -3, 2 }
Given,
{(4, -7), (0, 6), (5,-3), (5, 2)}
We need to find what is the domain and range of this relation.
What are the domain and range of a function?A function has an input and an output.
Example: f(x) = x + 4
Now,
x = 1, 2, 3
f(1) = 1 + 4 = 5
f(2) = 2 + 4 = 6
f(3) = 3 + 4 = 7
Here,
Domain = 1, 2, 3
Range = f(1), f(2), f(3) = 5, 6, 7
We can also write it as { (1,5), (2,6), (3,7)}
Find the relation.
(4, -7)
Here,
domain = 4 and range = -7
(0, 6)
domain = 0 and range = 6
(5,-3)
domain = 5 and range = -3
(5, 2)
domain = 5 and range = 2
Find the domain and range of {(4, -7), (0, 6), (5,-3), (5, 2)}.
Domain = { 4, 0, 5, 5 }
Range = { -7, 6, -3, 2 }
Thus the domain and range of the given relation {(4, -7), (0, 6), (5,-3), (5, 2)}
is:
Domain = { 4, 0, 5, 5 }
Range = { -7, 6, -3, 2 }
Learn more about the domain and range of a function here:
https://brainly.com/question/28135761
#SPJ2
is the line through (-2, 4, 0 and (1, 1, 1) perpendicular to the line through (2, 3, 4) and (3, 21, -8)?
AB is not perpendicular to CD
What does perpendicular mean ?Perpendicular lines are two separate lines that cross one other at a right angle, or a 90° angle. Example: Because AB and XY overlap at a 90° angle, AB is perpendicular to XY in this instance.
Does perpendicular means opposite?Lines that cross one other at an angle are known as perpendicular lines. Their slopes are the reciprocal opposites of one another.
Given A (-2, 4, 0),B(1, 1, 1),C(2, 3, 4),D (3, 21, -8)
(-1,3,-1) for AB
(-1,-18,12) for CD
For the lines AB and CD to be perpendicular
a 1a2+b1b2+c1c2=0
-1(-1)+3(-18)+(-1)(12)
=1-54−12=-65not equal to 0
∴ AB not perpendicular to CD
In order to learn more about perpendicular lines visit link:
https://brainly.com/question/29582941
#SPJ4
Find two numbers between 3.456 and 3.457
Answer:
3.4561 and 3.4562
Step-by-step explanation:
there are uncountable infinitely many numbers...
Answer:
Answer is 3.456 , 3.456.
Step-by-step explanation:
3.456=3.4560
3.457=3.4570
then numbers between 3.45610 and 3.4570
is - 3.4561 , 3.4562 , ..........., 3.4570
Please Mark me as Brainliest