Someone pls help me due in 30 min. Given that x and y show inverse variation, complete the table.

Someone Pls Help Me Due In 30 Min. Given That X And Y Show Inverse Variation, Complete The Table.

Answers

Answer 1

Answer:

1st blank=[tex]y_{1}[/tex]

2nd blank=[tex]x_{1}[/tex]

3rd blank= [tex]y_{2}[/tex]

3*27=81

so 1*[tex]y_{1}[/tex]=81

hence [tex]y_{1}[/tex]=81

9* [tex]x_{1}[/tex]= 81

[tex]x_{1}[/tex]=9

27*[tex]y_{2}[/tex]=81

[tex]y_{2}[/tex]=3

Thus solved.

Hope this helps.

Please mark me as brainliest.


Related Questions

Find the square root of 1225 by Division method.​

Answers

Answer:

35

Step-by-step explanation:

square root of 1225 is 35

Answer:

Write 1225 as 5 x 5 x 7 x 7

So, 52 x 72 = 1225

So (5 x 7)2 = 1225

So √1225 = 5 x 7 = 35

Find all the roots of the equation
[tex] {x}^{6} - 64 = 0[/tex]

Answers

Standard form:
X^2 -64=0
Factorization:
(x+8)(x-8)=0

Solution:
X+8=0 x^1=-8
X-7=0. X^2=8

Answer:

x = 2

x =-2

x =1 +√3i

x =1 -√3i

x =-1 +√3i

x =-1 -√3i  

Step-by-step explanation:

[tex]x^{6} -64 = 0\\(x^{3} -8)(x^{3} + 8) = 0\\ \\( x - 2) (x^{2} + 2x + 4)( x + 2) (x^{2} -2x + 4) = 0\\[/tex]

x = 2

x =-2

x =1 +√3i

x =1 -√3i

x =-1 +√3i

x =-1 -√3i  

 

 

 

 

 

 

 

Recall the creative calligraphy case we discussed in class. Suppose you have received a rush order of 55 invitations that have to be created in the next (four hour) work session. What is the most time You (i.e. not Susie) can spend writing on the card and envelope for each invitation and still fill the order

Answers

Answer:

About 4 minutes and 3 seconds

Step-by-step explanation:

If I have 55 invitations to be created in four hours.

4 hours × 60 =240 minutes

240/55= 4.36 minutes

So if I spend 4 minutes and 3 seconds on an invitation, I should be able to fill the order.

What was the original price of the car? Show all work

Answers

Answer:

I got u, it is litearly 16540/83.8 = $19737.5

Step-by-step explanation:

its very simple sincen 100-16.2=83.8

In ABC, if CB AC≅ , m∠A = 3x + 18, m∠B = 7x – 58, and m∠C = 2x – 8, find x and the measure of each angle.

Answers

9514 1404 393

Answer:

  x = 19

  A = 30°

  B = C = 75°

Step-by-step explanation:

In an isosceles triangle, the angles opposite the congruent sides have the same measures.

  A = B

  3x +18 = 7x -58

  76 = 4x . . . . . . . . add 58-4x

  19 = x . . . . . . . . . divide by 4

Then the equal angles measure ...

  A = B = 3(19) +18 = 75

  C = 2(19) -8 = 30

Angles A, B, C measure 75°, 75°, 30°, respectively.

_____

Alternate solution

The sum of angles in a triangle is 180°, so you could write ...

  (3x +18) +(7x -58) +(2x -8) = 180

  12x = 228 . . . . . add 48

  x = 19 . . . . . divide by 12

would someone mind looking over my answers to geometry!!

Answers

Answer:

Question 1: x = 6

Question 2: Correct!

Question 3: x = 11

Question 4: Correct!

Step-by-step explanation:

Question 1:

Angle 22x - 2 DOESN'T equal 50 degrees. Only Alternate Interior Angles will equal each other. These two angles are Same Side Interior Angles, meaning if you added them together, they would equal 180 degrees.

Knowing that adding 22x - 2 and 50 will equals 180 degrees, here's how we solve for x:

First, subtract 50 from 180 to find what angle 22x - 2 will equal:

180 - 50 = 130

130 = 22x - 2

Now use basic algebra to solve for x:

130 = 22x - 2

(add 2 to both sides)

132 = 22x

(divide both sides by 22)

x = 6

Question 3:

Angle 5x + 15 DOESN'T equal 9x + 11. They make up a line, which is 180 degrees, so they are supplementary angles.

With that in mind, to solve for x, add the two equations and set it equal to 180:

5x + 15 + (9x + 11) = 180

Now use basic algebra to solve for x:

5x + 15 + 9x + 11 = 180

(add like terms)

14x + 26 = 180

(subtract 26 from both sides)

14x = 154

(divide 14 from both sides)

x = 11

Hope it helps (●'◡'●)

You want to put a 5 inch thick layer of topsoil for a new 23 ft by 27 ft garden. The dirt store sells by the cubic yard. How many cubic yards will you need to order?

Answers

Answer:

9.5833333333 yd³

9 7/12 yd³

Step-by-step explanation:

23 * 27 * 5/12 = 258.75 ft³

1 yd³ = 3ft * 3ft * 3ft

1 yd³ = 27 ft³

258.75 ft³ * 1 yd³/27 ft³ = 9.5833333333 yd³

9.5833333333 yd³

9 7/12 yd³

Question 1a) Suppose you sample 100 times at random with replacement from a population in which 26% of the individuals are successes. Write a Python expression that evaluates to the chance that the sample has 20 successes.

Answers

Answer:

from math import comb

n = 100

x = 20

p = 0.26

q = 0.76

print(comb(n, x)*(p**x)*(q**(n-x)))

Step-by-step explanation:

Given that :

Number of trials, n = 100

P(success), p = 26% = 0.26

P(success)' = 1 - p = 1 - 0.26 = 0.74

Chance that sample has 20 successes = x

This problem meets the condition for a binomial probability distribution :

p(x = 20)

Recall :

P(x = x) = nCx * p^x * q^(n-x)

Using python :

comb is an built in function which calculate the combination of two arguments it takes ; and returns the combination value.

** mean raised to the power and

* is used for multiplication

The Python code as per the given question is provided below.

Program explanation:

The number of trials,

100

Probability of success,

20% or 0.26

Size of array generated,

2000

The output that shows chances of 20 success,

S

Program code:

import numpy as np

S=sum(np.random.binomial(100,0.26,2000)==20)/2000

S

Learn more about Python expression here:

https://brainly.com/question/21645017

Select the correct answer.
Tom gets $12 off a box of chocolates that had an original price of $48. What percentage is the discount

Answers

Answer:

25

Step-by-step explanation:

divide 48 by 4 which is 25%

1. In the spring of 2017, the Consumer Reports National Research Center conducted a survey of 1007 adults to learn about their major health-care concerns. The survey results showed that 574 of the respondents lack confidence they will be able to afford health insurance in the future. Develop a 90% confidence interval for the population proportion of adults who lack confidence they will be able to afford health insurance in the future.

Answers

Answer:

The correct answer is "1668". A further solution is provided below.

Step-by-step explanation:

According to the question,

Estimated proportion,

[tex]\hat{p} = \frac{574}{1007}[/tex]

  [tex]=0.57[/tex]

Margin of error,

E = 0.02

Level of confidence,

= 90%

= 0.90

Critical value,

[tex]Z_{0.10}=1.65[/tex]

Now,

⇒  [tex]0.02=1.65\times \sqrt{\frac{0.57\times 0.43}{n} }[/tex]

 [tex]0.0004=2.7225\times \frac{0.2451}{n}[/tex]

         [tex]n=\frac{2.7225\times 0.2451}{0.0004}[/tex]

             [tex]=1668.21[/tex]

or,

         [tex]n \simeq 1668[/tex]

Find the distance between the two points.(-7,4/19) and (7,4/9)

Answers

Answer:

d=(14,0)

Step-by-step explanation:

√(7-(-7))^+(4/19-4/19)^√(7+7)^+(0)^√(14)^+0= 14

Please help solve
-5<14-4x≤3

Answers

Answer:

Interval notation (-5,3]

plsssssssssssssssssssssssssssssssssssssssssssss quick

Answers

Answer:

D

y = mx + b

-10 is b because it´s the y intercept (the y value when x is 0).

now, the slope (m) is rise/run:

this is easier graphed, but you can see that the run is 3 (moving sideways on the x axis) and the rise is 2 (going up or down) so its 2/3.

because we are going down on the y axis, the slope is negative (so is the y intercept).

So y = -2/3 -10 is the answer.

what type of number cannot be written as a fraction p/q, where p and q are intergers and q is not equal to zero

Answers

Answer:

irrational numbers

Step-by-step explanation:

An irrational number is a number that cannot be expressed as a fraction p/q for any integers p and q.

Hi there!  

»»————- ★ ————-««

I believe your answer is:

Irrational Number

»»————- ★ ————-««  

Here’s why:  

⸻⸻⸻⸻

The definition that is given in the question was the definition of a irrational number.A number that cannot be written as a fraction with two integers is called a irrational number. Some examples of irrational numbers are non-terminating decimals that do not repeat and non-perfect squares. A number that CAN be written as a fraction with two integers is called a rational number.

⸻⸻⸻⸻  

»»————- ★ ————-««  

Hope this helps you. I apologize if it’s incorrect.  

Explain why the following function is not piecewise continuous ​

Answers

9514 1404 393

Answer:

  the function has no finite limit at the left end of the interval (5, ∞)

Step-by-step explanation:

In order for the function to be piecewise continuous, it must have finite limits at the endpoints of each of the subintervals. Here, the function goes to infinity as x → 5+, so has no finite limit there.

The highway department is testing two types of reflecting paint for concrete bridge end pillars. The two kinds of paint are alike in every respect except that one other is yellow. The orange paint is applied to 12 bridges, and the yellow paint is applied to 12 bridges. After a period of 1 year, reflectometer readings were made end pillars. (A higher reading means better visibility.) For the orange paint, the mean reflectometer reading was x19.4, with standard deviation s1-2.5. For the mean was X2-6.5, with standard deviation S2-2.4. Based on these data, can we conclude that the yellow paint has less visibility after 1 year?
Use a 10% level What are we testing in this problem?
a. difference of means
b. single proportion
c. difference of proportions
d. single mean
e. paired difference

Answers

Answer:

a. difference of means

Step-by-step explanation:

Given that :

Mean , x = 9.4

Standard deviation, [tex]s.d_1[/tex] = 2.5

Number, [tex]n_1[/tex] = 12

Mean, y = 6.5

standard deviation, [tex]s.d_2[/tex] = 2.4

Number, [tex]n_2[/tex] = 12

The null hypothesis is : [tex]$H_0: \mu_1=\mu_2$[/tex]

The alternate hypothesis is : [tex]$H_1: \mu_1>\mu_2$[/tex]

Level of significance, [tex]\alpha[/tex] = 0.1

From the [tex]\text{standard normal table, right tailed,}[/tex] [tex]$t_{1/2}$[/tex] = 1.363

Since out test is right tailed.

Reject [tex]H_0[/tex], if [tex]$T_0>1.363$[/tex]

We use the test statics,

[tex]$t_0=\frac{(x-y)}{\sqrt{\frac{s.d_1}{n_1}+\frac{s.d_2}{n_2}}}$[/tex]

[tex]$t_0=\frac{(9.4-6.5)}{\sqrt{\frac{6.25}{12}+\frac{5.76}{12}}}$[/tex]

[tex]$t_0=2.899$[/tex]

[tex]$|t_0|=2.899$[/tex]

[tex]\text{Critical value}[/tex]

The value of [tex]$|t_{1/2}|$[/tex] with minimum [tex]$\left(n_1-1,n_2-1)$[/tex] that is 11 df is 1.363

We go [tex]$|t_0|=2.899$[/tex] and [tex]$|t_{1/2}|$[/tex] = 1.363

Decision making:

Since the value of [tex]|t_0|>|t_{1/2}|$[/tex]  and we reject the [tex]H_0[/tex]

The p-value : right tail [tex]H_a:(p>2.8988)[/tex]

                                      = 0.00724

Therefore the value of [tex]$p_{0.1} > 0.00724$[/tex], and so we reject the [tex]H_0[/tex]

Thus we are testing 'the difference of means" in this problem.

A.For a group of individuals, the random variable x denotes the number of credit cards per individual with the following distribution. x: 0 1 2 3 4 5 P(x): .27 .28 .20 .15 .08 .02 a. find the mean, variance and standard deviation of x b. find the probability that a randomly selected individual holds at least 1 card.

Answers

Answer:

1.55

2.66

1.631

Step-by-step explanation:

Given :

x: 0 1 2 3 4 5

P(x): .27 .28 .20 .15 .08 .02

The expected mean, E(X) = Σ(x*p(x))

E(X) = (0*0.27)+(1*0.28)+(2*0.20)+(3*0.15)+(4*0.08)+(5*0.02)

E(X) = 1.55

The expected variance :

Σx²*p(x) - E(X)

(0^2*0.27)+(1^2*0.28)+(2^2*0.20)+(3^2*0.15)+(4^2*0.08)+(5^2*0.02) - 1.55

4.21 - 1.55 = 2.66

The standard deviation :

√variance = √2.66 = 1.631

PLESE HELP WITH ANSWER. rewrite the function in the given form

Answers

s hard and too long I'm only of class 13

strip is cut into 9 equal bars shade 1/3 of strip

Answers

Answer:

your answer is 18

Step-by-step explanation:

if one bar is shaped into 1/3 of strip.

know,

9 bars =3 × 9

=18

An item is regularly priced at $84. Ashley bought it on sale for 70% off the regular price.
Use the ALEKS calculator to find how much Ashley paid

Answers

Answer:

58.80

Step-by-step explanation:

84 x .7(70%) =58.80

Suppose 49% of the doctors in America are dentists. If a random sample of size 689 is selected, what is the probability that the proportion of doctors who are dentists will be less than 47%

Answers

Answer:

[tex]P(<47\%)=0.1468[/tex]

Step-by-step explanation:

From the question we are told that:

Percentage of Dentist Doctors P(D)=49\%

Sample size n=689

Generally the equation for  probability that the proportion of doctors who are dentists will be less than [tex]P(<47\%)[/tex] is mathematically given by

 [tex]P(<47\%)=Z>(\frac{\=x-P(D)}{\sqrt{\frac{P(D)*1-P(D)}{n}}})[/tex]

 [tex]P(<47\%)=Z>(\frac{0.47-0.49}{\sqrt{\frac{0.49*0.51}{689}}})[/tex]

 [tex]P(<47\%)=Z>(1.05)[/tex]

Therefore from table

 [tex]P(<47\%)=0.1468[/tex]

The total cost (in dollars) of printing x dictionaries is C(x) = 20,000 + 10x. Find the average value of the cost function over the interval [0, 700).

Answers

Answer:

The average value of the cost function over the interval  is of $23,500.

Step-by-step explanation:

Average value of a function:

The average value of a function, over an inteval [a,b], is given by:

[tex]A = \frac{1}{b-a} \int_{a}^{b} f(x) dx[/tex]

In this case:

Function [tex]C(x) = 20000 - 10x[/tex], interval with [tex]a = 0,b = 700[/tex]

So

[tex]A = \frac{1}{700} \int_{0}^{700} 20000+10x dx[/tex]

[tex]A = \frac{1}{700} (20000x+5x^2)|_{0}^{700}[/tex]

So

[tex]A = \frac{20000(700)+5(700)^2}{700} = 23500[/tex]

The average value of the cost function over the interval  is of $23,500.

Steve has 12 biscuits in a tin.
There are 7 digestive and 5 chocolate biscuits.
Steve takes two biscuits at random from the tin.
Work out the probability that he chooses two different types of biscuits.

Answers

most likely to get digestive

find the mean proportional between 9 and 1/36​

Answers

Answer:

The mean proportional between 1/36 and 1/9 would be 1/18.

A public opinion survey is administered to determine how different age groups feel about an increase in the minimum wage. Some of the results are shown in the table below.
For Against No Opinion
21-40 years 20 5
41-60 years 20 20
Over 60 years 55 15 5
The survey showed that 40% of the 21 - 40 year-olds surveyed are against an increase, and 15% of the entire sample surveyed has no opinion. How many 21 - 40 year-olds surveyed are for an increase? How many 41 - 60 year-olds are against an increase?

Answers

Answer:

25 ; 35

Step-by-step explanation:

Given :

____________For __ Against __ No Opinion

21-40 years _________20 _______5

41-60 years ___20 ______________20

Over 60 years _55____ 15________ 5

Given that :

40% of 21-40 are against

Then :

40% = 20

To a obtain 100% of 21 - 40

40% = 20

100% = x

Cross multiply

0.4x = 20

x = 20/0.4

x = 50

100% of 21 - 40 = 50 people

For = 50 - (20 + 5)

= 50 - 25

= 25

2.)

Total who have no opinion :

(5 + 20 + 5) = 30

30 = 15%

Total number surveyed will be , x :

30 = 15%

x = 100%

Cross multiply :

0.15x = 30

x = 30/0.15

x = 200

Number of 41 - 60 against an increase, y:

(25 + 20 + 5 + 20 + y + 20 + 55 + 15 + 5) = 200

165 + y = 200

y = 200 - 165

y = 35

Does the equation 3x-6y=0 represent a direct variation? *

Answers

Answer:

yes

Step-by-step explanation:

if you change it to standard form, it would be

y=1/2x

because it's in the format of y=ax then it is direct variation

Jeremy bought 3 pairs of pants that cost
The same amount of money. He had a
$10 off coupon for the pants. Using the
coupon, Jeremy spent $35. Write an
equation that can be used to find the cost
of the pants before the coupon was
applied
(use p as your variable)



Help fasttt

Answers

Answer:

3p - 10 =35

Step-by-step explanation

You want to cancel out everything, besides the p, on the left side.

then add the ten to 35 to cancel it out

divide 3 by 45 to cancel it out

p equals 15

The answer is 15

what can you infer about angles x and y based on the information in the other triangles?

Answers

x= 60 and y = 120
As we can tell x and y add up to 180 as angles on a line are equal to 180 and we know the value of x as angles in a triangle add up to 180

x = log e square root e
x=

Answers

Answer:

[tex]x=\frac{1}{2}[/tex]

Step-by-step explanation:

By definition, we have [tex]\log_a b=c\implies c^a=b[/tex].

Therefore, given [tex]\log_e \sqrt{e}=x[/tex], we have:

[tex]e^x=\sqrt{x}[/tex]

Solving, we have:

[tex]x=\boxed{\frac{1}{2}}[/tex]

(Recall that [tex]a^{(\frac{b}{c})}=\sqrt[c]{a^b}[/tex]).

Answer:

1/2

Step-by-step explanation:

Given :-

log e √e log e e ^½ 1/2 log e e 1/2 * 11/2

A bank gives you a loan of 1,500,000 Baht to buy a house. The interest rate of the loan is 0.01% per day (Using 1 year = 365 days) How much interest you pay after 10 years

Answers

Answer:

547 500

Step-by-step explanation:

Interest for 1 year:

0.01%×365=3.65 a year

3.65×10=36.5% for 10 years

36.5×1,500,000÷100=547 500

The interest paid after 10 years is 547 ,500 Baht.

What is Interest ?

Interest is the amount paid or earned when a loan is taken or an investment is done respectively.

It is given that

Principal = 1,500,000 Baht

Rate = 0.01 % per day

Time period = 10 years

Interest = ?

Interest = P *R *T/100

Interest = 1500000 * 0.01 *365* 10 / 100

Interest = 547,500 Baht

Therefore the interest paid after 10 years is 547 ,500 Baht.

To know more about Interest

https://brainly.com/question/13324776

#SPJ2

Other Questions
Can someone help me with this math homework please! A manufacturer knows that their items have a normally distributed length, with a mean of 10.2 inches, and standard deviation of 1.8 inches. If 25 items are chosen at random, what is the probability that their mean length is less than 9.8 inche Peter's father told Peter to buy four-tenths of a pound of chili powder. Eachpackage is marked with its weight. What package should Peter buy? Elephants are considered K-strategists because they give birth to only one calf at a time and most have five years in between having another calf. Calves stay under the protection of the mother and her herd until maturity at 10-15 years of age. What type of survivorship curve do elephants tend to follow PLEASE I NEED SO MUCH HELP HERE!!!!!! 2 thirds divided by 4 At the present time, Water and Power Company (WPC) has 10-year noncallable bonds with a face value of $1,000 that are outstanding. These bonds have a current market price of $1,495.56 per bond, carry a coupon rate of 10%, and distribute annual coupon payments. The company incurs a federal-plus-state tax rate of 25%. If WPC wants to issue new debt, what would be a reasonable estimate for its after-tax cost of debt (rounded to two decimal places)? (Note: Round your YTM rate to two decimal place.) a. 3.53% b. 3.38% c. 2.35% d. 2.94% Lots Wife Manufacturing produces rear-view video systems for buses. The firms cost function is TC = 2,000 + 120 Q. If the systems sell for $145, what is the break-even rate of production? which statement would best fit into this historical narrative? is AC greater than, less than, or equal to BC? explain your reasoning In a group of 36 pupils, 10 play the flute only. 15 play the piano only. 4 play neither instrument. A student is selected at random. What is the probability the student plays both instruments? PLEASE PLEASE HELP ME WITH THIS PLEASE PLEASE HELP NOW PLEASE GOD PLUS YOU PLEASE please Help me please What is unit? Write down the units of mass, temperature and power Question 2 of 10Which statement is a theme of "The Yellow Wallpaper"?A. A woman becomes obsessed with the wallpaper in her room.O B. People need to be mentally active and engaged to keep theirsanityO C. A husband takes his wife to a mansion with a garden to help herrecover from an illness.D. A married couple should always consider the feelings of both thehusband and wife, D=rt What does T equal? Lol how is this possible The process where the programmer steps through each of the program's statements one by one is called can anyone help me with this (X^2+3)^2 - (x^2-1)^2 What does the poet describe in the second stanza? The amount of people at the bay The number of daffodils The popular new dance move The types of stars in the sky Select all the correct answers.In his "Address to Students at Moscow State University," President Reagan expresses the idea that a new era is being ushered in by the power of human imagination.Which two universal ideas will most likely represent the message that resonates with the students of Moscow State University?change versus traditionthe disadvantages of materialismindividual versus societythe role of technology in societybeauty of simplicity