-3/4÷-1/2

pls help armieee​

Answers

Answer 1

Answer:

exact form : 3/2

decimal form 1.5

mixed number form 1 1/2


Related Questions

120 meals to 52 meals what is the percentage change?

Answers

Answer: The percentage change is 56.67%.

Step-by-step explanation:

From 120 meals to 52 meals, change in meals = ( 120- 52) meals

= 68 meals

The percentage change = [tex]\dfrac{\text{change in meals}}{\text{Original quantity of meals}}\times100[/tex]

[tex]=\dfrac{68}{120}\times100\\\\=56.67\%[/tex]

Hence, the percentage change is 56.67%.

c program to generate prime numbers from 1 to 100.Also count prime numbers. ​

Answers

Answer:

Step-by-step explanation:

#include <stdio.h>

int main()

{

  int num1, num2, flag_var, i, j;

 

  /* Ask user to input the from/to range

   * like 1 to 100, 10 to 1000 etc.

   */

  printf("Enter two range(input integer numbers only):");

  //Store the range in variables using scanf

  scanf("%d %d", &num1, &num2);

 

  //Display prime numbers for input range

  printf("Prime numbers from %d and %d are:\n", num1, num2);

  for(i=num1+1; i<num2; ++i)

  {

     flag_var=0;

     for(j=2; j<=i/2; ++j)

     {

        if(i%j==0)

        {

           flag_var=1;

           break;

        }

     }

     if(flag_var==0)

        printf("%d\n",i);

 }

 return 0;

}

Identify the equivalent expressions of 4(2x + x-3) - 3x + 3 by substituting x = 2 and x = 3.
9x - 9
9x - 1
9x + X-9
9(x - 1)
4(3x - 3) + 3 - 3x

Answers

Answer:

9x -9

9(x - 1)

4(3x-3) - 3x + 3

Step-by-step explanation:

4(2x + x-3) - 3x + 3

Combine like terms

4(3x-3) - 3x + 3

Distribute

12x -12 -3x+3

Combine like terms

9x -9

Factor out 9

9(x-1)

Answer:

9

18

Step-by-step explanation:

x = 2:

4(4 + 2 - 3) - 6 + 3 = 12 - 6 + 3 = 9

x = 3:

4(6 + 3 - 3) - 9 + 3 = 24 - 9 + 3 = 18

Two tablespoons of peanut butter contain 190 calories. Two tablespoons of grape jelly contain 122 calories. Which contains more calories, two tablespoons of peanut butter or two tablespoons of grape jelly?

Answers

Peanut butter is the correct answer

find the equation of the sides of an isosceles right angled triangle whose vertex is (-2,-3) and the base is on the line x=0​

Answers

Answer:

AC:y=x-1  CB:y=-x-5 AB:x=0

Step-by-step explanation:

Consider the triangle. The base AB is on the line x=0, the vertex C is (-2,-3)

The side AC is equal to BC. The angle ACB is 90 degrees. If the base is on the line x=o, it is on the axis Y.Explore the distance from the point C to the AB

c(-2,-3), the distance to the axis Y is equal to the modul of the coordinate x (-2), it is 2. The coordinates of point projected by the point C to the axis Y is N(0,-3). The modul of the height is 2, the height of the isosceles triangle to the base is the bisectrix, so the angle BCA is 90/2=45degrees, CBA is 180-90-45=45 degrees too

the heigt CN is equal to side NB, NB=2

Suppose B is (0,y) (x=0 because the base is on this line)

THe modul of the vector NB is equal to sqrt ((0-0)^2+(y+3)^2)= 2

modul (y+3)= 2

y=-1 or y=-5

(0,-1), (0,-5) - two points, one of them (suppose B) is (0,-5) when A is (0,-1) (A is remote from the point N on the same distance with B, because AB is the median too)

Find CB and AC

Use the equation for AC

(x-0)/(-2-0)= (y+1)/(-3+1)

x/-2= (y+1)/-2

x=y+1

y=x-1

For CB

(x-0)/ (-2-0)= (y+5)/ (-3-(-5))

x/-2= (y+5)/2

-x=y+5

y=-x-5

If SSR is 2592 and SSE is 608, then A. the standard error would be large. B. the coefficient of determination is .23. C. the slope is likely to be insignificant. D. the coefficient of determination is .81.

Answers

Answer:

D. the coefficient of determination is .81.

Step-by-step explanation:

SST = SSE + SSR

where

SST is the summation of square total

SSE is the summation of squared error estimate = 608

SSR is the summation of square of residual = 2593

with these in mind we put the values into the formula

= 2592 + 608

=3200

Coefficient of determination = SSR/SST

= 2592/3200

= 0.81

Therefore option D is the correct answer to the question.

1 - Dada a função f(x)= -Ix²-5x+4I, determine o valor de função para x = -1. * 1 ponto a) -10 b) 10 c) 9 d) -9 e) -8

Answers

Option a) -10

[tex] f(x)=-|x^2-5x+4|[/tex]

put $x=-1$

$f(-1)=-|(-1)^2-5(-1)+4|$

$\implies f(-1)=-|1+5+4|=-|10|=10$

Answer:

option a

Step-by-step explanation:

Option a) -10

put $x=-1$

$f(-1)=-|(-1)^2-5(-1)+4|$

$\implies f(-1)=-|1+5+4|=-|10|=10$

The function g is defined as follows for the domain given.
g(x) = 2x+1,
domain = (-5, -1, 2, 3)
Write the range of g using set notation. Then graph g​

Answers

Answer:

g(x): 2(-5)+1= -10+1=-9

2(-1)+1= -2+1=-1

2(2)+1= 4+1=5

2(3)+1=6+1= 7

Hence, the range of [tex]g[/tex] using the set notation is [tex](-9,-1,5,7)[/tex].

What is the function?

Functions are often defined by a formula that describes a combination of arithmetic operations and previously defined functions; such a formula allows computing the value of the function from the value of any element of the domain.

Here given that,

The function g is defined as follows for the domain given.

[tex]g(x) = 2x+1,[/tex]  and domain [tex]= (-5, -1, 2, 3)[/tex]

So,

[tex]x=-5\\2(-5)+1\\= -10+1\\=-9\\\\x=-1\\2(-1)+1\\= -2+1\\=-1\\\\x=2\\2(2)+1\\= 4+1\\=5\\\\x=3\\2(3)+1\\=6+1\\= 7[/tex]

Hence, the range of [tex]g[/tex] using the set notation is [tex](-9,-1,5,7)[/tex].

To know more about the function

https://brainly.com/question/10500042

#SPJ2

Find the value of x.

Answers

Answer:

[tex]here \: the \: two \: sides \: are \: equal \: so \: \\ the \: triangle \: is \: issosceles \\ then \: x = 40 \\ thank \: you[/tex]

I need someone to answer this question for me correctly please?

Answers

Answer:

[tex]\boxed{x \leq -4}[/tex]

Step-by-step explanation:

Hey there!

Well to solve for x in,

16x - 7 ≤ -71

We need to single out x.

16x - 7 ≤ -71

+7 to both sides

16x ≤ -64

Divide both sides by 16

x ≤ -4

Hope this helps :)

Answer:

x ≤ -4

I hope this helps!

Explain how to solve the inequality (x + 1)(x – 2) ∙ (x – 3) > 0. Explain in your own words, each step necessary to solve the inequality, making sure to follow the proper order of operations. Is this inequality accurate? Explain why or why not.

Answers

Answer:

[tex]x > -1[/tex] or

[tex]x > 2[/tex] or

[tex]x > 3[/tex]

Step-by-step explanation:

Given

[tex](x + 1)(x - 2) (x - 3) > 0[/tex]

Required

Solve; with steps

[tex](x + 1)(x - 2) (x - 3) > 0[/tex]

Start by splitting the inequality as follows

[tex]x + 1 > 0[/tex] or [tex]x - 2 > 0[/tex] or  [tex]x - 3 > 0[/tex]

Solve the inequalities one after the other

Solving: [tex]x + 1 > 0[/tex]

Subtract 1 from both sides

[tex]x + 1 - 1 > 0 - 1[/tex]

[tex]x > -1[/tex]

Solving: [tex]x - 2 > 0[/tex]

Add 2 to both sides

[tex]x - 2 +2 > 0 +2[/tex]

[tex]x > 2[/tex]

Solving: [tex]x - 3 > 0[/tex]

Add 3 to both sides

[tex]x - 3 +3> 0+3[/tex]

[tex]x > 3[/tex]

Hence, the solution to the inequality is

[tex]x > -1[/tex] or

[tex]x > 2[/tex] or

[tex]x > 3[/tex]

A major traffic problem in the Greater Cincinnati area involves traffic attempting to cross the Ohio River from Cincinnati to Kentucky using Interstate 75. Let us assume that the probability of no traffic delay in one period, given no traffic delay in the preceding period, is 0.9 and that the probability of finding a traffic delay in one period, given a delay in the preceding period, is 0.6. Traffic is classified as having either a delay or a no-delay state, and the period considered is 30 minutes.Required:a. Assume that you are a motorist entering the traffic system and receive a radio report of a traffic delay. What is the probability that for the next 60 minutes (two time periods) the system will be in the delay state?b. What is the probability that in the long run the traffic will not be in the delay state?c. An important assumption of the Markov process model presented here has been the constant or stationary transition probabilities as the system operates in the future. Do you believe this assumption should be questioned for this traffic problem? Explain.

Answers

Answer:

a) 0.36

b) 0.3

c) Yes

Step-by-step explanation:

Given:

Probability of no traffic delay in one period, given no traffic delay in the preceding period = P(No_Delay) = 0.9

Probability of finding a traffic delay in one period, given a delay in the preceding period = P(Delay) = 0.6

Period considered = 30 minutes

a)

Let A be the probability that for the next 60 minutes (two time periods) the system will be in the delay state:

As the Probability of finding a traffic delay in one period, given a delay in the preceding period is 0.6 and one period is considered as 30 minutes.

So probability that for the next two time periods i.e. 30*2 = 60 minutes, the system in Delay is

P(A) = P(Delay) * P(Delay) =  0.6 * 0.6 = 0.36

b)

Let B be the probability that in the long run the traffic will not be in the delay state.

This statement means that the traffic will not be in Delay state but be in No_Delay state in long run.

Let C be the probability of one period in Delay state given that preceding period in No-delay state :

P(C) =  1 - P(No_Delay)

        = 1 - 0.9

P(C) = 0.1

Now using P(C) and P(Delay) we can compute P(B) as:

P(B) = 1 - (P(Delay) + P(C))

      = 1 - ( 0.6 + 0.10 )

      = 1 - 0.7

P(B) = 0.3

c)

Yes this assumption should be questioned for this traffic problem because it implies that  traffic will be in Delay state for the 30 minutes and just after 30 minutes, it will be in No_Delay state. However, traffic does not work like this in general and it makes this scenario unrealistic. Markov process model can be improved if probabilities are modeled as a function of time instead of being presented as constant (for 30 mins).

solve the following equations
x-1=6/x​

Answers

Answer:

or,x2-x=6

or,x2-x-6=0

or,x2-3x+2x-6=0

or,x(x-3)+2(x-3)=0

or,(x-3)(x+2)=0

so either x=3

or x=-2

Which equation represents a line with slope į and y-intercept -6?
2x +3y=-6
3x - 2y= 6
2x - 3y= 18
3x - 2y= 12

Answers

Answer:

Answer:y=-2/9+3

Step-by-step explanation:

The circumference of a redwood tree trunk is 16π ft, and it is 100 ft tall. What is the approximate volume of the redwood tree trunk? 2,560π ft3 640π ft3 25,600π ft3 6,400π ft3

Answers

Answer:

volume of  redwood tree is 6400 π ft^3(option 4)

Step-by-step explanation:

concept =

volume of cylinder = πr^2l

where r is the radius and l is the length of cylinder

circumference of cylinder = 2πr

_____________________________________

shape of  redwood tree can be taken as cylindrical

given

circumference of a redwood tree trunk is 16π ft

2πr = 16π

=> r = 16π/2π = 8

Thus, radius is 8 feet

Therefore volume of  redwood tree = πr^2l = π8^2*100 = π*64*100

volume of  redwood tree =6400 π ft^3

Answer:

6,400π ft3

Step-by-step explanation:

took test and got it right

Y=-×+1 and y=2×+4 how many solutions when graphed

Answers

Answer:

One solution (-1,2)

Step-by-step explanation:

Since these two linear equations have different slopes, different y-intercepts, and are indeed linear, these equations will only have one crossing when graphed, and hence one solution.

To find that solution, we can simply set the equations equal to each other.

y = -x + 1

y = 2x + 4

-x + 1 = 2x + 4

-3 = 3x

-1 = x

Now plug that value back into one of the equations:

y = -x + 1

y = -(-1) + 1

y = 2

So now you know the crossing for these two equations occurs at (-1,2).

Cheers.

In the 30-60-90 triangle below, side s has a length of__and side q has a
length of
30°
g
8
90°
60"
S
O A. 16-3,5
OB. 1613, 16-3
O C. 4,8-13
O D. 8-5, 16
O E. 4, 4.5
O F. 4/2, 412

Answers

Answer:

Option E, 4, 4√3

Step-by-step explanation:

s = 4

q = 4√3

Hi people, Please if someone can give me a hand, l already have done the first part of the exercise, but l cant make Angle CAB= X^0 c) calculate the lower bound for the value of tan X^0 there is the answer 1.02 (2dp) but l have no clue how to get it thanks i used Toa (Tan = Opp/ adj) but l couldnt find it thanks

Answers

Answer:

  (c) 1.02

Step-by-step explanation:

(c) The tangent is the ratio of Opposite to Adjacent. Its lowest value will be found where Opposite is lowest, and Adjacent is highest:

  min tan(A) = (min BC)/(max AB) = 75/73.5 ≈ 1.020408...(42-digit repeat)

Suppose a vine maple grows in height linearly. Four weeks after it is planted it stands 10.67 inches, and after seven weeks it is 15.67 inches tall. Write an equation that models the growth, in inches, of the vine maple as a function of time, in weeks. 1. What is the slope of the function? 2. How tall was the tree when it was first planted? 3. Write the function 4. How tall will the vine maple be after 16 weeks?

Answers

Answer:

Height (z)= 4+(5/3)(z)

Where z is the number of weeks

1). Slope = 4

2). Height= 5.67 inches

3).Height (z)= 4+(5/3)(z)

4).Height= 30.67 inches

Step-by-step explanation:

At week four

10.67= x+4y

Week 7

15.67= x+7y

Solving both equation simultaneously

3y= 5

Y= 5/3

15.67= x+7y

15.67= x+7(5/3)

15.67-35/3= x

15.67-11.67= x

4= x

The modeled equation is

Height (z)= 4+5/3(z)

Where z is the number of weeks

Slope of the function as compared to y= mx+c is 4

The first week of it's plantation

Height (z)= 4+5/3(z)

Height (1)= 4+5/3(1)

Height= 5.67 inches

After 16 weeks

Height (z)= 4+(5/3)(z)

Height (16)= 4+(5/3)(16)

Height= 30.67 inches

Solve the following system of equations: y + 5 = x
y= x2 – 3x – 5

Answers

Answer:

X=0,y=-5

x=4,y=-1

Step-by-step explanation:

Replace all occurrences of y with x^2-3x-5

(x^2-3x-5)+5=x

x^2-3x=x

X^2-4x=0

so :x=0,4

enter the value of x in the equation then find y

y=-5,-1

helpppppppppppppppppppppppppppp give bralienst

Answers

Answer:

Brainliest! Hope I helped!

Step-by-step explanation:

you know its greater than 1cm and less than 2cm,

1 and 7hundreths cm is = 1.07 cm

thats not right because you know it is greater than that for sure!

so the only answer left is 1.7 cm

You answer is 1.7 cm

another way...

read the ruler and see the answer

Answer:

1.7 cm.

Step-by-step explanation:

The midpoint of 1 - 2 is 5 so count the lines after 5 and you get .7 to add to one cm.

Hope this helps, have a good day :)

ASAP
Which of the following factors determine a plane? A. line and a point on the line B. two lines C. a straight line D. a line and a point not on that line

Answers

Answer:

D. a line and a point not on that line

Step-by-step explanation:

That is how you determine a plane.

The factors which determine a plane are a line and a point not on that line.

What is plane ?

In geometry, a plane is a flat surface that extends into infinity.

In a three dimensional space, a plane can be defined by three points it contains, as long as those points are not on the same line.

Therefore, the factors which determine a plane are a line and a point not on that line.

Hence, option D is correct.

Learn more about plane here:

https://brainly.com/question/17458011

#SPJ2

which terms are like terms in the following expression ? 6x + 8xy - 3x + 9y + 4x^2

Answers

Answer:

[tex]\Large \boxed{{6x \ \mathrm{and} \ -3x}}[/tex]

Step-by-step explanation:

Like terms have identical variables and exponents, the coefficients don’t have to be the same.

The like terms from the expression are 6x and -3x.

Step-by-step explanation:

Hey, there!!

6x and -3x are like terms.

Like terms in algebraic terms are those terms which has same variable or exponents. In This expression "6x+8xy-3x+9y4x^2"

6x and -3x has "x" common in them so, The answer is 6x and -3x.

Hope it helps..

helppfind the value of x and y ​

Answers

I know tje answer

x+6kkkkkkkk

Answer:

X=75°;AND Y=30°

Step-by-step explanation:

Angle( x+75°)+(y)=180°

Angle(2x)+(y)=180°

[by subtracting both the equation we get;]

-1x=-75

x=75°

Now,value of y;

2x+y=180

2×75+y=180

150+y=180

y=180-150

y=30°

plz help i'm having a really hard time with this

Answers

Answer:

Domain all reals

Range  all reals

Step-by-step explanation:

The domain is the values that x can take, or the values of the input

x can be any real number

The range is the values that y can take, or the values of the output

y can be any real number

Answer:

C)

Step-by-step explanation:

it's fully continous, linear function thus all values are possible for both, x and y

Which cross-sectional shapes do you find the most surprising? Which shapes do you find the least surprising? Explain why.

Answers

Answer:

I was surprised that a plane parallel to the vertical axis creates a rectangular cross-section. I guess I was expecting to always see a circle or a circular shape in the cross-section, not purely straight edges as seen in a rectangle.

Step-by-step explanation:

edmentum answer

Answer:

The circles were the least surprising because the base of the cone is a circle. The curves that look like bent rods were the most surprising because I have not seen geometric figures like those before.

Step-by-step explanation:

Malek sets out for a hike at 8.00 am and returns at 17:15.
How long was Malek hiking for?
hours and
minutes

Answers

Answer:

9 hours and 15 mins

Step-by-step explanation:

17 - 8 (time calculation)

What is 22 x 2 + 6 = x

Answers

Answer:

x=50

Step-by-step explanation:

22•2=44

44+6=50

Answer:

50

Step-by-step explanation:

22×2=44+6=50.

jjjjjjjjjjjjjjjjjj

A television camera at ground level is filming the lift-off of a space shuttle at a point 750 meters from the launch pad. Find the angle of elevation to the shuttle when the height of the shuttle is 300 meters.

Answers

Answer:

21.8°

Step-by-step explanation:

tan(θ) = opposite / adjacent

tan(θ) = 300 / 750

θ = arctan(300 / 750)

θ = 21.8°

Answer:

theta=21.8014

Step-by-step explanation:

We want to find theta

Since this is a right triangle, we can use trig functions

tan theta = opp /adj

tan theta = 300/750

Taking the inverse tan of each side

tan^-1(tan theta) = tan^-1(300/750)

theta=21.8014

Can someone do this assuming that it is infinite and as well as assuming it's not infinite? Thanks!

Answers

Answer:

see below

Step-by-step explanation:

4,7,12,19

We are adding 3,5,7,9..... each time

The sequence is not arithmetic because we are not adding a constant.  It is not geometric since we are not multiplying by a constant term each time

There is no common difference  or common ratio.

The explicit formula is

an =n^2 +3

 

The recursive formula is

(n+1)^2 +3 - (n^2 +3)

    n^2 +2n+1+3 - ( n^2+3)

      2n+1

a sub(n+1) = a sub( n) + 2n+1

The 10th term

an      = n^2 +3

Let n=10

an = 10^2+3

    = 100+3

    = 103

summation

see image

since the numbers are increasing and greater than 1 the sum does not exist

Other Questions
Are Labrador retrievers the best dog breed? Why or why not? Explain. PLEASE HELP TO BE MARKED THE BRAINLIEST In the liquidation of a partnership, any gain or loss on the realization of non-cash assets should be allocated:_____.a. first to creditors and the remainder to partners. b. to the partners on the basis of their capital balances. c. only after all creditors have been paid. d. to the partners on the basis of their income-sharing ratio. Reflections, rotations, and translations are types of transformations. A reflection flips an image, a rotation spins an image, and a translation slides an image. Draw a shape on a piece of paper and cut it out. Then, flip it, spin it, and slide it. Explain how each transformation affects the size and shape of the image you drew. IDK how to answer this PLS HELP Which phrase best describes the narrator? * 0 points a dumb voiceless one an immigrant who goes to America a pregnant woman with nowhere to go a student who goes abroad to study Find h, k, and pWrite the equation in standard formIdentify the missing piecesVertex (0,0); focus (0,-4) Is Population Pyramid in 2007 'High' or 'Low' Rate Of Population Growth? What is the simplified form of x minus 5 over x squared minus 3x minus 10 x plus 2 over x squared plus x minus 12 ? (6 points) Select one: a. 1 over the quantity x minus 3 times the quantity x plus 4 b. 1 over the quantity x minus 3 times the quantity x plus 2 c. 1 over the quantity x plus 4 times the quantity x minus 5 d. 1 over the quantity x plus 2 times the quantity x minus 5 If you are preparing a report about the effect of climate change on sea level,whose work would you be most likely to study?A. Warren WashingtonB. Edwin HubbleO C. Christian DopplerO D. Charles Kuen Kao A. Suppose two dice (one red, one green) are rolled. Consider the following events. A: the red die shows 1; B: the numbers add to 4; C: at least one of the numbers is 1; and D: the numbers do not add to 10. Express the given event in symbols. The red die shows 1 and the numbers add to 4.How many elements does it contain?B. Suppose two dice (one red, one green) are rolled. Consider the following events. A: the red die shows 3; B: the numbers add to 2; C: at least one of the numbers is 1; and D: the numbers do not add to 10. Express the given event in symbols. HINT [See Example 5.]The numbers do not add to 2.How many elements does it contain?C. Suppose two dice (one red, one green) are rolled. Consider the following events. A: the red die shows 1; B: the numbers add to 2; C: at least one of the numbers is 3; and D: the numbers do not add to 11. Express the given event in symbols. HINT [See Example 5.]Either the numbers add to 11 or the red die shows a 1.How many elements does it contain?D. Suppose two dice (one red, one green) are rolled. Consider the following events. A: the red die shows 4; B: the numbers add to 5; C: at least one of the numbers is 1; and D: the numbers do not add to 9. Express the given event in symbols. HINT [See Example 5.]Either the numbers add to 5, or they add to 9, or at least one of them is 1.How many elements does it contain? square of 2x+3y.Please help me You are a fraud investigator just hired to begin an engagement. You create a tool that considers all the aspects of the fraud that are currently known to you. With this tool you also establish different fraud theories. This tool is also known as a ______________ Group of answer choices Pareto chart Surveillance log Perceptual map Vulnerability chart Rays of light coming from the sun (a very distant object) are near and parallel to the principal axis of a concave mirror. After reflecting from the mirror, where will the rays cross each other at a single point? The rays __________ a. will not cross each other after reflecting from a concave mirror. b. will cross at the center of curvature. c. will cross at the point where the principal axis intersects the mirror. d. will cross at the focal point. will cross at a point beyond the center of curvature. URGENT! What is the period for the cotangent function? (Answer in radians.) What is the value of 2 in 9,274 Assuming Digbys current market share for its Drat product remains the same, how many units of Drat should Digby expect to sell in the primary segment for the upcoming year? You find a new organism and are trying to determine what how it eats. You found it in a mud flat at the ocean and it has no teeth, but a very long alimentary canal. You see living examples moving through the mud very slowly. Based on all of this, you conclude that this animals is -2x-7+9-2= Please can i have an answer I got this wrong please help me get the right answer in the first little box marked in red. thx In science class, Jake mixed water with differing amounts of an unknown liquid. After mixing the liquids, he heated 20 milliliters (ml) of each mixture and observed how quickly it boiled. The table shows his results.