3/8 is equal to is my question do you have an answer

Answers

Answer 1

Answer:

0.375 as a decimal or 37.5%

Step-by-step explanation:

Happy Halloween!


Related Questions

I NEED HELP PLEASEEEEEEEEEEE I CANT DO IT PLEASE JELP ASAP

Answers

Answer:

D: its 18

Step-by-step explanation:

I yeeted it into a calculator

Answer: D
[3 divided by 1/6] 6
18 divided by 1
18

Combine the like terms the expression 6a - 4b - 2a + c - 3b + a.

Answers

Answer:

5a-7b+c

Step-by-step explanation:

Combine and don’t forget to keep the signs

The expression after combing the like terms is 5a - 7b + c.

What are Like terms?

Like terms in an expression is defined particularly for the expression involving sum of numbers including variables.

Or in other words, the term only differ by a numerical factor. Their coefficients can be added to get the answer.

For example in the expression, 32a + 5a + 3c + a, we can add all the three terms 32a, 5a and a to get 38a.

The given expression is,

6a - 4b - 2a + c - 3b + a

The terms involving 'a' are one like terms, 'b' are another like terms and 'c' are another.

Add together 6a, -2a and a. Also add -4b and -3b. Term including 'c' is only one term.

6a - 4b - 2a + c - 3b + a = (6a - 2a + a) + (-4b - 3b) + c

                                       = 5a - 7b + c

Hence the expression 6a - 4b - 2a + c - 3b + a can be added together by combining like terms to get 5a - 7b + c.

To learn more about Like terms, click on the link :

https://brainly.com/question/29169167

#SPJ2

1. It took Jed of an hour to complete his math homework on Friday. of an hour
on Saturday, and of an hour on Sunday. How many hours did he take to
complete his homework altogether?
A. 1 2/3
B.1 1/3 C.1/3 D.1 1/12

Answers

Correct Question:

It took Jed 5/3 of an hour to complete his math homework on Friday, 3/4 of an hour on Saturday, and 5/6 of an hour on Sunday. How many hours did he take to complete his homework altogether?​

Answer:

[tex]Total = 3\frac{1}{4}\ hours[/tex]

Step-by-step explanation:

Given

[tex]Friday= \frac{5}{3}[/tex]

[tex]Saturday = \frac{3}{4}[/tex]

[tex]Sunday = \frac{5}{6}[/tex]

Required

Determine the total time spent

Total time is calculated as follows:

[tex]Total = Friday + Saturday + Sunday[/tex]

[tex]Total = \frac{5}{3} + \frac{3}{4} + \frac{5}{6}[/tex]

[tex]Total = \frac{20 + 9 + 10}{12}[/tex]

[tex]Total = \frac{39}{12}[/tex]

Divide numerator and denominator by 3

[tex]Total = \frac{13}{4}[/tex]

[tex]Total = 3\frac{1}{4}\ hours[/tex]

find the least common maltible of the following numbers 3,4,5,6,10,and 15

Answers

Answer:  60

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

Evaluate using Runge-Kutta methods. Unless otherwise mentioned, use fourth
order R.K. method....
1. Find y (0-2) given y
dx=y-x,y (0)=2 taking h= 0:1.
dy
2. Evaluate y (1-4) given x+y₁y (1·2) = 2.
3. Obtain the value of y at x=0-2 if y satisfies
dy
-y=xy (0)=1 taking h=0-1.
dx
4. Solve
dy
=xy for x= 1-4, taking y (1)=2, h=0-2.
y-x
y+x
6. Solve the initial value problem
5. Solve: y =
given y (0)= 1, to obtain y (02).
Sonnned with Cam Sonnnar

Answers

Given statement solution is :- Runge-Kutta for Differential Equations is y(0.2) = 2.023163 + (0.1923163 + 2 * 0.2064487 + 2 *

To solve the given problems using the fourth-order Runge-Kutta method, we'll follow the general procedure:

Define the differential equation in the form dy/dx = f(x, y).

Choose the step size, h.

Use the fourth-order Runge-Kutta formulas to compute the values of y at each step.

Let's go through each problem and solve them accordingly.

Problem 1:

Find y(0-2) given y' = y - x, y(0) = 2, and h = 0.1.

Here, f(x, y) = y - x.

Using the fourth-order Runge-Kutta method, the formulas are as follows:

k1 = hf(x, y)

k2 = hf(x + h/2, y + k1/2)

k3 = hf(x + h/2, y + k2/2)

k4 = hf(x + h, y + k3)

y(n+1) = y(n) + (k1 + 2k2 + 2k3 + k4)/6

Applying the formulas:

Step 1: For x = 0, y = 2

k1 = 0.1 * f(0, 2) = 0.1 * (2 - 0) = 0.2

k2 = 0.1 * f(0 + 0.1/2, 2 + 0.2/2) = 0.1 * (2.1 - 0.05) = 0.205

k3 = 0.1 * f(0 + 0.1/2, 2 + 0.205/2) = 0.1 * (2.10125 - 0.0525) = 0.20975

k4 = 0.1 * f(0 + 0.1, 2 + 0.20975) = 0.1 * (2.20975 - 0.1) = 0.210975

y(0.1) = 2 + (0.2 + 2 * 0.205 + 2 * 0.20975 + 0.210975)/6 = 2.023163

Step 2: For x = 0.1, y = 2.023163

k1 = 0.1 * f(0.1, 2.023163) = 0.1 * (2.023163 - 0.1) = 0.1923163

k2 = 0.1 * f(0.1 + 0.1/2, 2.023163 + 0.1923163/2) = 0.1 * (2.1177829 - 0.0493416) = 0.2064487

k3 = 0.1 * f(0.1 + 0.1/2, 2.023163 + 0.2064487/2) = 0.1 * (2.1191462 - 0.0509701) = 0.2069196

k4 = 0.1 * f(0.1 + 0.1, 2.023163 + 0.2069196) = 0.1 * (2.2308559 - 0.1) = 0.2130856

Runge-Kutta for Differential Equations is y(0.2) = 2.023163 + (0.1923163 + 2 * 0.2064487 + 2 *

For such more questions on Runge-Kutta for Differential Equations

https://brainly.com/question/29967505

#SPJ8

What is the slope of a line that is parallel to the line y = -1/5?
-1/5
0
5
undefined

Answers

Answer:

0 Thats the answer bloody hell mate just get the test done

Step-by-step explanation:

Its Zero fools

distance between (10,-8) and (10,5)

Answers

Answer:

I'm pretty sure it's 13 units

Step-by-step explanation:

If you go straight from -8 to 5 on a number line or on a graph, it will give you 13 units.

Hope this helps!

Answer: d = 13

The distance between (10,-8) and (10,5) is 13

To find the distance between two points use the Distance Formula:

d = √(x₂ - x₁)² + (y₂ - y₁)²

So d = √(10 - 10)²  +  [5 - (-8)]²   =  13

Plz mark braniliest

Find the missing Factor of ×9=90

Answers

Answer:

x=10

Step-by-step explanation:

9×10=90 That is how I got the answer.

Hello pls help I’m dying

Answers

Answer:

The answer should be A.

What number is equivalent to: 4 x 1,000,000,000 + 5 x 1,000,000 + 9 x 10,000 + 8 x 100 + 7 x 1?

A) 45,987
B) 459,871
C) 4,509,807
D) 4,005,090,807

Answers

Answer:

D. 4,005,090,807

Step-by-step explanation:

D is indeed correct!!!!! :D

An exercise machine with an original price of 590$ is on sale at 5% off. What is the exercise​ machine's sale​ price?

Answers

Answer:

The exercise machine's sale price is 560.50$.

Answer:$560.50Step-by-step explanation:

To find the answer to your problem, we first have to convert the 5% into a decimal. We do this by simply moving the decimal point to the left two times to make it 0.05.

Then we take 0.05 and multiply it by 590.

0.05 x 590 = 29.5

Now, we subtract 29.5 by the original price:

590 - 29.5 = $560.50

I hope my answer helped you! If you need more information or help, comment down below and I will be sure to respond if I am online. Have a wonderful rest of your day!

90÷4.5=_______
a.2

b.200

c.20

d.0.5​

Answers

The answer if you divide 90 by 4.5 is C. 20

Barry wants to buy a bicycle that originally costs $150. The bicycle is on sale for 1/4 off. How much money will the discount take off?* O $50.00 O $37.50 O $25.25​

Answers

Answer:

37.50

Step-by-step explanation:

If given two points (2,-4) and (0,6), what is the slope of the line? Select ALL
equivalent answers.
10/-2
-5
10/5
5
-5

Answers

Answer:

10/-2    -5

Step-by-step explanation:

6- -4=10

0-2= -2

10/-2=-5

why is there 2   -5's  in the answers options?

4tanA%1-tan^4A=tan2A+sin2A​

Answers

Answer:

See prove of the identity below

Step-by-step explanation:

Recall that the following difference can be factored out as:

[tex](1-tan^4(A)) = (1+tan^2(A)) *(1-tan^2(A))[/tex]

Now we look at the right side of the equal sign, and recall the identity that relates the sine of a double angle 2A with an expression in terms of the tan(A):

[tex]sin(2A) = \frac{2\,tan(A)}{1+tan^2(A)}[/tex]

and similarly, the tangent of the double angle "2A" can be written as:

[tex]tan (2A) = \frac{2*tan(A)}{1-tan^2(A)}[/tex]

We can then combine the two expressions on the right using  the common denominator: [tex](1-tan^4(A)) = (1+tan^2(A)) *(1-tan^2(A))[/tex]:

[tex]tan(2A) +sin(2A)=\frac{2*tan(A)*(1+tan^2(A))}{1-tan^4(A)} +\frac{2*tan(A)*(1-tan^2(A))}{1-tan^4(A)} \\=\frac{2*tan(A)+2*tan(A)}{1-tan^4(A)} =\frac{4*tan(A)}{1-tan^4(A)}[/tex]

And we have proved the identity since the right hand side becomes exactly equal to the left hand side of the equal sign.

What is 3/4 of a dollar

Answers

Answer:

0.75 U.S. dollars

Step-by-step explanation:

Answer: seventy-five cents

What does (-7) mean
Does it mean +7
Or -7

Answers

it means it’s a negative number so it’s -7

Part A
Rebecca's house cost $100000 in the year 2000.
In 2008 she sold it for $210000.
Was the change in price a positive or negative change?
Answer:
Part B
What was the percentage of change in the price of the house?

Answers

I forgot how to do this in middle school_

Evaluate the expression: 3x - 4 when x = -2

Answers

Answer:

-10

Step-by-step explanation:

Substitute the value of the variable into the equation and simplify.

−10

Answer:

-10

Step-by-step explanation:

3(-2)-4=

-6-4=-10

:)

A skier started a fire in the fireplace. Each log she put on burned for a half-hour. If she started with a supply of 10 logs, for how many hours could the fire burn?

Answers

Answer:

if skier started with a supply of 10 logs,the fire would burn for 5 hours.

good luck buddy

You make a cylindrical glass with an open top in
industrial technology class. What is the surface area of
the outside of the glass? Round your answer to the
nearest hundredth, if necessary.

Answers

The surface area of the cylinder is calculated as  533.8cm²

What is the surface area of the cylinder?

The surface area of a cylinder can be calculated by adding the areas of its two circular bases and its lateral surface area.

The formula for the surface area of a cylinder is:

Surface Area = 2πr² + 2πrh

where:

r represents the radius of the circular base, andh represents the height of the cylinder.

Substituting the values into the formula;

S.A = (2*3.14 * 5²) + (2 * 3.14 * 5 * 12)

S.A = 533.8cm²

learn more on surface area of a cylinder here;

https://brainly.com/question/76387

#SPJ1

4x + 8 + 6x – 5 = 33​

Answers

Answer:

x = 3

Step-by-step explanation:

4x + 8 + 6x – 5 = 33​

10x + 3 = 33

10x = 30

x = 3

Best of Luck!

What is 500000-50-10-9-100-998-0-0-0x4+-4?

Answers

Answer:

498829

Step-by-step explanation:

Find the area of a circle with diameter, d = 18m.
Give your answer in terms of π.​

Answers

Answer:

81π

Step-by-step explanation:

Area of a circle formula is : [tex]A=\pi r^2[/tex]. r stands for radius.

Radius is half of the diameter. To solve for the area of the circle, we must replace r with diameter/2 which is 9 (18/2 = 9).

[tex]A=\pi 9^{2}[/tex]

Now, the question wants us to give the answer in terms of pi. So we are going to simplify the equation WITH PI. Meaning, we aren't going to multiply pi. So we will just simplify 9 squared to 81.

So in terms of pi the area is 81π

Answer:

81π

Step-by-step explanation:

Area of a circle= π[tex]r^{2}[/tex] ( where r is the radius multiplying it twice)

Area of a circle = π × r × r ( this is the formula in simplier terms )

Area of a circle = 3.14 × 9 × 9 ( To get 9 divide 18 by 2 as diameter is 2 radii

Area of a circle = 81π ( multiply the numbers AND THESE ARE THE TWO NINES LEAVING π)

HOPE IT HELPED

Will Nate need to lower the ramp

Answers

Answer:

Yes

Step-by-step explanation:

answer: yes Will Nate will need to lower the ramp

answer both these questions and ill give the best answer brainliest

Answers

Answer:

Page 1:

A. exactly one solution

B. infinite many solutions

C. no solution

Page 2:

x = 3

Step-by-step explanation:

Page 1:

A. 3(x - 3) = 10x + 2

3x - 9 = 10x + 2

3x - 9 - 3x = -9

10x + 2 - 2 = 10x

-9 + 2 = -7

10x + 3x = 13x

-7 = 13x

13x / 13 = x

-7 / 13 = -7/13

B. -9x + 3 = -3(3x - 1)

-9x + 3 = -9x + 3

no matter what you'll end up with this

C. 2(3x - 1) = 6x - 1

6x - 2 = 6x - 1

there's no way to solve it :/

Page 2:

2/3x - 3 = 5

2/3x - 3 + 3 = 2/3x

5 - 3 = 2

2/3x = 2

2/3x / 2/3 = x

2 / 2/3 = 3

x = 3

Find the measure of A (show work please)

Answers

Answer:

Step-by-step explanation:

4x - 6 + supplement of 88 + the vertically opposite angle of 3x + 17 = 180

4x - 6 + 92 + 3x + 17 = 180

7x + 103 = 180

7x = 77

x = 11

Therefore A = 4x + 17= 44 + 17= 61

Please help me solve this, I will give you Brainliest. !

Answers

[tex] \frac{8 + x}{2} [/tex]

Answer:

[tex]\boxed{\frac{8+x}{2} }[/tex]

Step-by-step explanation:

→ Work out the sum of 8 and x

8 + x

→ Divide that by 2 since it says 1/2 of the sum

[tex]\frac{8+x}{2}[/tex]

Simplify. I'm don't know how to type it so I am going to take a picture.​

Answers

Answer:2/1

Step-by-step explanation:

Answer: The fraction 1/3

===========================

Explanation:

Let's focus on adding 8/9 to -5/6

To do this, we need the denominators to be the same. The LCD is often the best choice, but you could pick any common denominator.

LCM of 9 and 6 is 18

8/9 = 16/18 after multiplying top and bottom by 2

-5/6 = -15/18 after multiplying top and bottom by 3

So,

8/9 + (-5/6) = 16/18 - 15/18 = 1/18

The two fractions up top combine to 1/18

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

The original expression turns into (1/18) over (1/6)

This is the same as

(1/18)*(6/1)

since we flip the second fraction and multiply. Let's simplify that

(1/18)*(6/1)

(1*6)/(18*1)

(6*1)/(6*3)

1/3

please help me with this​

Answers

Answer:

all the ones that aren't a single letter

Step-by-step explanation:

the 2 that start with e might be wrong but I'm pretty sure its right

Add me on PlayStation charles_kym_
Other Questions
Assume that the Yuan is pegged to the USD and the Candian dollar floats freely against the USD and suppose that the following two scenarios occur:Scenario 1: China imposes tariffs on US goods. Scenario 2: Canadians demand the new iPhone from US company Apple. Scenario 1 will cause ___________ in the Yuan relative to the USD and Scenario 2 will cause the USD to __________ relative to the Canadian dollar.appreciation; depreciatedevaluation; appreciaterevaluation; appreciateno change; appreciateappreciation; depreciate A directed segment ST is partitioned from S (5,0) to T in a 32 ratio at point M (10, 15). What are the coordinates of point T? What is the Value of the expression below when w=9 and x=2w-4x The Seventh Amendment guarantees each citizens right to trial by jury. Since mandatory arbitration clauses contained in consumer contracts waive the Seventh Amendment right, why are mandatory arbitration clauses legal in the United States? Should they be legal? Please provide support for your conclusions. Suppose that the spot rate for the euro is $1.0000 and with a forward discount of -5.00%.Which of the following most closely approximates the implied forward rate of the euro in this situation?-$0.0029$0.9500$0.0010-$0.0019 Suppose Tesla Corp. is considering the purchase of additional equipment for $5 million at the end of 2020 , and this equipment would be depreciated using simple straight line method for 5 years starting in 2021. Tesla's current projected Net Income is $39 million in 2020, and $77 million in 2021 , and a tax rate of 35%. If Tesla goes ahead with this additional purchase, what would be its new projected Net Income in year 2021 ? (Assume the equipment is paid for out of cash.) Answer in million dollars and round your answer to 2 decimals. The intensity of sunlight on Earth is affected by A.) the mass of Earth B.) the speed of Earth C.) the number of rotations of Earth D.) the curved surface of Earth Watch the Ted Talk, "GRIT: The Power of Passion and Perseverance," then answer the following questions: 1. What is your reaction to the video? Explain your reaction. 2. Do you agree or disagree with what is presented in the video and why? 3. Do you think we can strengthen and grow our own "grittiness"? If so, how? If not, why? 4. Do you think failure has any part in success? Explain. 5. Give an example of your GRIT. Which 3 of the following statements are false regarding forms T4A and T5018?a) T5018s can be issued for the past year or the past fiscal yearb) T5018s must be issued for amounts over $500c) QBO files the forms with the CRAd) You can batch add business IDs or social insurance numbers for contractorse) The T4A excludes sales tax paid to the contractor Find The Value Of f(g(3)) If investors are to earn a 3.1% real interest rate, what nominal interest rate must they earn if the inflation rate is: (Do not round intermediate calculations. Enter your answers as a percent rounded to 2 decimal places.)Inflation rate Nominal interest ratea. Zerob. 4.1%c. 6.1% write a short essay about Nike's performance in the market inrecent years up to 2022 Consider the market for TVs in France. This market is competitive and is characterized by the following supply and demand functions:QS = -200 + 4PQD = 600 - 3Pwhere P is the price of a TV and the quantities are denominated in millions. TVs are produced in many other countries. For simplicity, assume that the French market is small relative to the world market, so that changes in the French market do not affect the equilibrium price of TVs on the world market, which is PW=60.Suppose now that France is a large economy and faces an export supply curve from the foreign market as follows: EX* = 200+ 3P.What happens to the quantities and surpluses derived in part (ii)?What would be the revenue maximizing tariff for the French government when France is a large economy? Relate your discussion of tariffs and elasticity of export supply curve. What is the impact of this tariff? Discuss the validity of the import tariff set at the revenue maximizing level. The details from this excerpt best support theinference thatdeath from starvation was common in ElizabethanEngland.very few people died of starvation in ElizabethanEngland.communities were shocked by the deaths fromstarvation.communities tried to prevent the deaths fromstarvation. 1). Which of the following companies would be most likely to use a process costing system rather than a job costing system? Question 16 options: A) Custom tailor B) Shipbuilding. C) Crude oil refining. D) Auto repair shop HELP!! 10 points pleaseee!!!!!! I beg of you!!! Vladimir buys 1.20 pounds of Skittles, 312 pounds of M&Ms, and 5.2 pounds of pretzels. If the candy cost $1.20 a pound and the pretzels cost $1.10 a pound, how much did Vladimir spend? Discuss some of the things that Ms. Chandler identifies as unique to the nonprofit sector.Starting a Nonprofit/Doing Business in DC/Essential Trends - Talk by Jennifer Chandler, Vice President and Director of Network Support and Knowledge Transfer at the National Council on Nonprofits, regarding trends in the nonprofit sector, including increased accountability. Which of the following Unified Endpoint Management (UEM) features can help an IT administrator manage and administer IT assets? [Choose all that apply] Software deployment Remote management User provisioning License Management Operating system deployment Which of the following is the LEAST LIKELY consequence of protectionism? a. Changes in the competitive landscape b. Reduction of choices available to buyers c. Brain drain d. Price inflation e. Both brain drain and price inflation are the least likely consequence