Which ordered pair is best estimate for the solution of the system of equations Y=3/2x plus 6, y equals 1/4 X -2

Answers

Answer 1

Answer:

x = -6.4 and y = -3.6

Step-by-step explanation:

The given system of equations are :

[tex]y=\dfrac{3}{2}x+6[/tex] ....(1)

and

[tex]y=\dfrac{x}{4}-2[/tex] ....(2)

We need to solve equation (1) and (2).

From equation (1) and (2),

[tex]\dfrac{3}{2}x+6=\dfrac{x}{4}-2[/tex]

Taking like terms together,

[tex]\dfrac{3}{2}x-\dfrac{x}{4}=-2-6\\\\\dfrac{6x-x}{4}=-8\\\\x=-6.4[/tex]

Put the value of x in equation (1).

[tex]y=\dfrac{3}{2}(-6.4)+6\\\\=-3.6[/tex]

So, the values of x and y are x = -6.4 and y = -3.6


Related Questions

Help me please I will give points

NO FAKE ANSWERS

Answers

Answer: 2,3,4

Step-by-step explanation:

Apple’s is represented by 8 and oranges is represented by 5. So the ratio 8:5 means every 8 apples their are 5 oranges

Help ASAP I’ll give brainliest how do u find this out or how do u think we could find this out

Answers

Answer:

9526/87

Step-by-step explanation:

87·x=9,526

x=9526/87

PLEASE HELP ASAP A glass stand to display a doll is in the shape of a right triangular pyramid. The area of the base is 40.5 square inches with a height of 15 inches. What is the volume of the glass stand

Answers

Answer: [tex]202.5\ in.^3[/tex]

Step-by-step explanation:

Given

The area of the base is [tex]A=40.5\ in.^2[/tex]

height of the triangular prism is [tex]h=15\ in.[/tex]

The volume of a triangular prism is  [tex]V=\dfrac{1}{3}Ah[/tex]

The volume of given Prism is

[tex]V=\dfrac{1}{3}\times 40.5\times 15=202.5\ in.^3[/tex]

The volume of the triangular prism is [tex]202.5\ in.^3[/tex]

(Time complexity, 20pt) For the following languages, sketch (high-level, no need to mention states) a 1-tape TM program that solves the problem and include a time analysis of your program showing how much time it takes, e.g. O(n),O(nlog n), O(n^2), O(n^3), etc.; n is the length of the input.
a) [10pt] L = {u#v: U, v E {0,1}* and u is a substring of v}
b) [CSC 389, 10pt] L = {0^2^k : for k >= 0}. E.g. 0,00,0000,00000000 € L. Note that n = 2^k.

Answers

a) Language L = {u#v: u, v ∈ {0,1}* and u is a substring of v}

b) Language L = {0^2^k : for k ≥ 0}

Time Analysis: The time complexity of this program is O(n), where n is the length of the input. This is because we only need to scan through the input string once, counting the consecutive '0' symbols, and check if the count is a power of 2.

a) Language L = {u#v: u, v ∈ {0,1}* and u is a substring of v}

To sketch a 1-tape Turing machine program for this language, we can follow these steps:

1. Start at the leftmost symbol of the input.

2. Scan to the right until we encounter the '#' symbol, marking all the scanned symbols.

3. Once we encounter the '#' symbol, start scanning to the right again, comparing each scanned symbol with the marked symbols.

4. If a match is found, continue scanning until the end of the input, ensuring that the remaining symbols match the unmarked symbols.

5. If a mismatch is found at any point, reject the input.

6. If the end of the input is reached and all symbols match, accept the input.

Time Analysis: The time complexity of this program is O(n^2), where n is the length of the input. This is because, in the worst case, we need to compare each symbol in the input string with the marked symbols, and we may need to scan through the input string twice.

b) Language L = {0^2^k : for k ≥ 0}

To sketch a 1-tape Turing machine program for this language, we can follow these steps:

1. Start at the leftmost symbol of the input.

2. Scan to the right, counting the number of consecutive '0' symbols until a different symbol is encountered.

3. If the count of '0' symbols is not a power of 2, reject the input.

4. If a different symbol is encountered, check if it is the end of the input. If it is, accept the input.

5. If a different symbol is encountered and it is not the end of the input, reject the input.

Learn more about 1-tape TM:

https://brainly.com/question/15404091

#SPJ11

True or False: When conducting a survey of a group of people, you must interview every person in that population A Truc B False​

Answers

A. its true.........

HELPP I WILL GIVE YIU BRAINLIEST!! i think the answer is 42x + 12 but not entirely sure!!!

Answers

Answer:

yes your answer is correct

Step-by-step explanation:

yes your answer is correct it is 42x + 12

Write down the vectors along the lines representing those pipes, find the cross product between them from which to create the unit vector n, define a vector that spans two points on each line, and finally determine the minimum distance between the lines. (Take the origin to be at the lower corner of the first pipe.) Similarly, you may also develop the symmetric equations for each line and substitute directly into your formula.

Answers

Vectors along the lines:
To find vectors along the lines, we need two points on each line. Let's denote the points on Line A as A₁ and A₂, and the points on Line B as B₁ and B₂.
Vector along Line A: v₁ = A₂ - A₁
Vector along Line B: v₂ = B₂ - B₁.

Define the vectors along the lines:
Let's say we have two lines represented by the following equations:
Line 1: r₁(t) = a₁ + t * u₁
Line 2: r₂(t) = a₂ + t * u₂
Here, a₁ and a₂ are points on the lines, and u₁ and u₂ are the direction vectors of the lines.

Find the cross product:
To find the unit vector n, we can take the cross product of the direction vectors:
n = u₁ × u₂
Note: × represents the cross product operator.

Define a vector spanning two points on each line:
Let's choose two points on each line, which we'll call b₁ and b₂. The vector spanning these points on Line 1 is given by:
v₁ = b₁ - a₁

Similarly, the vector spanning the points on Line 2 is given by:
v₂ = b₂ - a₂

Determine the minimum distance:
The minimum distance (d) between the lines can be found using the formula:
d = |(v₁ × u₂) · n| / |n|
In this formula, · represents the dot product operator, and | | represents the magnitude or length of the vector.

Alternatively, if you prefer using symmetric equations, you can substitute the equations of the lines directly into the formula to find the minimum distance.

Remember to substitute the appropriate values for a₁, a₂, u₁, u₂, b₁, and b₂ based on the specific problem you are solving.

Visit to know more about Vectors:-

brainly.com/question/28028700

#SPJ11

sheri’s cab fare was $32, with a 20% gratuity and no taxes. sheri's write a check to the cab driver for $40. is this a reasonable amount? explain.

Answers

In a case whereby sheri’s cab fare was $32, with a 20% gratuity and no taxes. sheri's write a check to the cab driver for $40, this can be considered as being reasonable amount because it is  $1.60 more to the cab driver.

How can we know if it is reasonable?

A gratuity is a sum of money that customers typically give to specific service sector employees, including those in the hotel industry, in addition to the service's base charge for the work they have completed.

Given ; Sheri’s cab fare was $32 and the percentage of gratuity is 20%

amount of gratuity = 20% 0f 32 = 6.40

The fare of the cab  + gratuity = 32 + 6.40 = 38.40

Check to the cab driver for $40 ,  implies ($40 - $38.40)= $1.60 more to the cab driver.

Hence, it is reasonable.

Learn more about amount at;

https://brainly.com/question/11158699

#SPJ1

Test the claim about the population mean, h, at the given level of significance using the given sample statistics. Claim: h = 30; « = 0.08; 3 = 3.31. Sample statistics: x = 28.9, n = 65 Calculate the standardized test statistic. The standardized test statistic is -2.68 (Round to two decimal places as needed.) Determine the critical value

Answers

The standardized test statistic is -2.68  and the critical value is 1.44.

Given that, Claim: h = 30 Sample statistics: x = 28.9, n = 65 α = 0.08 σ = 3.31

We need to calculate the standardized test statistic and critical value.

Test statistic: The standardized test statistic can be calculated as follows:

Z = (x - μ) / (σ / √n)

Substitute the given values in the above formula to get

Z = (28.9 - 30) / (3.31 / √65) = -2.68

Critical value: Since the level of significance α is given, we can calculate the critical value using the z-score table for standard normal distribution.

Since α is given,  the right-tailed test is conducted.

The critical value is obtained by subtracting the α-level from 1 and then find the z-score value.

Let's find the z-score value corresponding to the area 0.92 in the z-score table.

We get the corresponding z-score as 1.44, which is the critical value.

Hence, the standardized test statistic is -2.68 (Round to two decimal places as needed.) and the critical value is 1.44.

To learn more about standard normal distribution

https://brainly.com/question/12892403

#SPJ11




1. The three year discount factor is 0.7773 and the one year discount factor is 0.9434. Calculate the two year discount factor if the three year annuity factor is 2.6065 a. 0.9623 b. 0.8758 c. 0.9132

Answers

After considering the given data we conclude that the generated two year discount factor is 0.9132, under the condition that three year annuity factor is 2.6065.

Applying the formula for the annuity factor, we can find the two year discount factor:
[tex]annuity factor = (1 - discount factor^n) / r[/tex]
Here,
n = number of years
r = annual interest rate.
We are given that the three year discount factor is 0.7773 and the one year discount factor is 0.9434. We are also given that the three year annuity factor is 2.6065.
Applying the formula for the annuity factor, we can evaluate the annual interest rate:
[tex]2.6065 = (1 - 0.7773^3) / r[/tex]
r = 0.1
Now, we can evaluate the two year discount factor:
[tex]annuity factor = (1 - discount factor^2) / 0.1[/tex]
[tex]2.6065 = (1 - discount factor^2) / 0.1[/tex]
[tex]discount factor^2 = 0.89335[/tex]
discount factor = [tex]\sqrt(0.89335)[/tex]
discount factor = 0.9132
Therefore, the two year discount factor is 0.9132.
To learn more about annuity factor
https://brainly.com/question/30408707
#SPJ4

Plsssss helps 50 points

Answers

Answer:

2000.2 cm³

Step-by-step explanation:

Finding the volume of a cylinder is quite simple if you under what pi (3.14) is. You can watch khan academy. It has some useful videos on solving for volume. It also explains very well. Hope this helps!

Let f : R → R be a function. Define a sequence fn : R → R by 1 fn(x) = f ( x + = = (₁ + ₁/ ). n (a) Prove that if f is uniformly continuous, then fn → f uniformly. (b) Prove that uniform continuity of f is a necessary assumption to conclude that fn → ƒ uniformly. That is, give an example of a function ƒ : R → R such that f is continuous, but that fn does not converge to f uniformly.

Answers

(a) If f is uniformly continuous, then fn converges to f uniformly.

(b) Uniform continuity of f is necessary for the uniform convergence of fn to f; a counterexample is provided with a continuous f but non-uniform convergence of fn.

(a)If f is uniformly continuous, then we want to show that fn converges to f uniformly.

Given ε > 0, since f is uniformly continuous, there exists δ > 0 such that for any x, y in R, if |x - y| < δ, then |f(x) - f(y)| < ε.

Now, consider fn(x) = f(x + 1/n) for each n. We need to show that for any ε > 0, there exists N such that for all n ≥ N, |fn(x) - f(x)| < ε for all x in R.

Fix ε > 0. By the uniform continuity of f, there exists δ > 0 such that for any x, y in R, if |x - y| < δ, then |f(x) - f(y)| < ε.

Now, for any x in R, let N > 1/δ. Then for all n ≥ N and for any y = x + 1/n, we have |x - y| = |x - (x + 1/n)| = 1/n < δ.

By choosing y = x + 1/n, we have |fn(x) - f(x)| = |f(x + 1/n) - f(x)| < ε.

Since ε was chosen arbitrarily, this shows that fn converges to f uniformly.

(b) Counterexample: To show that  uniform continuity  of f is necessary for the uniform convergence of fn to f, we need to find an example where f is continuous but fn does not converge to f uniformly.

Consider the function f(x) = x on R. This function is continuous.

Now, let's examine the sequence fn(x) = f(x + 1/n). For any x in R, we have:

|fn(x) - f(x)| = |(x + 1/n) - x| = 1/n.

Notice that for any fixed x, as n approaches infinity, 1/n approaches 0. However, the convergence is not uniform since the choice of x affects the convergence rate.

For any ε > 0, no matter how large N is chosen, there will always exist x such that |fn(x) - f(x)| = 1/n ≥ ε, for n > 1/ε.

Therefore, fn does not converge uniformly to f(x) = x, despite f(x) being continuous.

This counterexample demonstrates that the assumption of uniform continuity of f is necessary for the uniform convergence of fn to f.

To learn more about uniform convergence visit : https://brainly.com/question/28169281

#SPJ11

In a class of 30 students, 6 play an instrument and 17 play a sport. There are 9
students who do not play an instrument or a sport. What is the probability that a
student chosen randomly from the class plays neither a sport nor an instrument?

Answers

Answer:

9/30

Step-by-step explanation:

HELP ASAP!!! find the lines of symmetry. Select all that apply

Answers

Answer:

B. and D.

Step-by-step explanation:

If you folded that shape along the lines o and m, it would match up.

There are two lines of symmetry m and o. Options B and D are correct.

From the given figure we have to determine the axes of symmetries.

What is a line?

A line is a straight curve connecting two points or more showing the shortest distance between the initial and final points.

Here,
As of the given figure,
There are 2 axes of symmetry first line m and the other is line o.
Line l and line n are not symmetrical lines because the reflection of one portion will not be superimposed with the other.

Thus, there are two lines of symmetry m and o. Options B and D are correct.

learn more about lines here:

brainly.com/question/2696693

#SPJ2    

Solve for x
HELP ME PLEASEEEE

Answers

Answer:

x = 9

Step-by-step explanation:

5x + 7 = 52

5x = 52-7

5x = 45

x= 9

Yoko received a $90 gift card for a coffee store. She used it in buying some coffee that cost $8.23 per pound. After buying the coffee, she had $40.62 left on her card. How many pounds of coffee did she buy?

Answers

Answer: 6

Step-by-step explanation:

Step 1: Set up equation:

90=40.62+8.23p

^ the 'p' represents pounds.

Step 2: Subtract 40.62 from both sides

49.38 = 8.23p

Step 3: Divide both sides by 8.23 (We do this to get the variable "p" by itself)

6=p

Trust Milky. Milky Smart

QUESTION 45
What is the value of x?
3x​

Answers

Answer:

1/67

Step-by-step explanation:

Complete question

If X+2/3x is equal to 45. find the value of x​

Given the equation

x+2/3x = 45

Cross multiply

x+2 = 3x(45)

x+2 = 135x

x - 135x = -2

-134x = -2

x = 2/134

x = 1/67

Hence the value of x is 1/67

A point P(x, y) moves along the graph of the equation y = x3 + x2 + 6. The x-values are changing at the rate of 2 units per second. How fast are the y-values changing (in units per second) at the point Q(1, 8)?

Answers

The y-values are changing at a rate of 24 units per second at the point Q(1, 8).

To find how fast the y-values are changing at the point Q(1, 8), we need to calculate the derivative of the given equation with respect to x. The derivative of y = x^3 + x^2 + 6 is dy/dx = 3x^2 + 2x.

At the point Q(1, 8), we substitute x = 1 into the derivative to find the rate of change.

dy/dx = 3(1)^2 + 2(1) = 3 + 2 = 5.

Therefore, the y-values are changing at a rate of 5 units per second at the point Q(1, 8). However, the rate at which the x-values are changing is given as 2 units per second.

Thus, to determine how fast the y-values are changing with respect to time, we multiply the rate of change in y by the rate of change in x: 5 units/second * 2 units/second = 10 units/second. Hence, the y-values are changing at a rate of 10 units per second at the point Q(1, 8).

LEARN MORE ABOUT  point here: brainly.com/question/32083389

#SPJ11

Plz help me we are almost done

Answers

Answer:

1) D

2) B

Step-by-step explanation:

Hope this Helps!

:)

HELPP I WILL GIVE YOU BRAINLIEST!! i think the answer is 42x + 12 but i am not sure!!

Answers

you are right because if it was perimeter u would have to add all the sides up

Porportion equation and solution: a punch recipe calls for 3 liters of ginger ale and 1.5 liters of tropical fruit juice how many quarts of punch will the recipe make (1 Liter = 1.6 quarts)

Answers

Answer:

The recipe will make 7.2 quarts of punch.

Step-by-step explanation:

A punch recipe calls for 3 liters of ginger ale and 1.5 liters of tropical fruit juice.

Then the recipe will make 4.5 liters of punch, obtained by the sum of ginger ale and tropical fruit juice.

The ration is the comparison of two quantities and is measured from the division of two values, then: [tex]\frac{a}{b}[/tex].

The proportion is the equality between two or more ratios. That is, [tex]\frac{a}{b}=\frac{c}{d}[/tex] equals a proportion.

In this case, being 1 L= 1.6 quarts, you have:

[tex]\frac{1.6 quarts}{1 L}=\frac{x}{4.5 L}[/tex]

Solving:

[tex]x=4.5 L*\frac{1.6 quarts}{1 L}[/tex]

x= 7.2 quarts

So, the recipe will make 7.2 quarts of punch.

The sum of two numbers is 48. The second number is twice the first
Write and solve a system of equations to find the numbers.

Answers

Answer:

The equations are

X + Y = 48 ----Eq (1)

Y = 2 X -----Eq (2)

Solution of the equations and the two number are

X = 16, Y = 32

Step-by-step explanation:

Let the two numbers be X and Y

Given -

The sum of two numbers is 48.

Thus, X + Y = 48 ----Eq (1)

The second number is twice the first

Thus, Y = 2 X -----Eq (2)

Substituting the value of Y in equation (1), we get -

X + 2X = 48

3 X = 48

X = 16

Y = 2 X = 32

On a map, 1 inch equals 5.2 miles. Two house are 3.5 inches apart on the map. What is the actual distance between the house?

Answers

Answer:

18.2 miles

Step-by-step explanation:

simple multiplication:

We know that 1 inch of distance on the map is equal to 5.2 miles.

Using this knowledge we can multiply the amount of inches by the miles per inch.

5.2*3.5=18.2 miles apart

Hope this helps!!

Which groups of numbers could 1/3 fall under. Natural,whole,integer,or rational

Answers

Answer:

The number 1/3 is a rational number. A rational number is any number that can be expressed as the quotient or fraction p/q of two integers, with the denominator q not equal to zero.

1/3 is not a natural number, whole number, or integer. Natural numbers are the set of positive integers (1, 2, 3, …). Whole numbers are the set of non-negative integers (0, 1, 2, 3, …). Integers are the set of whole numbers and their additive inverses (-3, -2, -1, 0, 1, 2, 3, …).

Step-by-step explanation:

WHat do u do with the brainly credits or whatever

Answers

Answer:

You basically grow rep

Step-by-step explanation:

Brainly points you need for asking questions and people are more likely to trust you with their questions if you have alot!

Answer:

i actually dont know

Step-by-step explanation:


What nominal interest rate compounded monthly is equivalent to
2.50% compounded quarterly? Round to two decimal places

Answers

Rounding this to two decimal places, the equivalent nominal interest rate compounded monthly is approximately 2.53%.

To determine the equivalent nominal interest rate compounded monthly for a given nominal interest rate compounded quarterly, we can use the formula for nominal interest rate conversion.

The formula is:

r = (1 + i/n)^n - 1

Where:

r is the nominal interest rate compounded annually (we're looking for this),

i is the nominal interest rate compounded quarterly (2.50% in this case),

n is the number of compounding periods per year (4 for quarterly compounding).

Plugging in the values, we have:

r = (1 + 0.025/4)^4 - 1

Calculating this expression, we find:

r ≈ 0.025335

Rounding this to two decimal places, the equivalent nominal interest rate compounded monthly is approximately 2.53%.

Learn more about conversion:https://brainly.com/question/97386

#SPJ11

Which angles are supplementary to 16? Select all that apply.

Answers

Answer:

Step-by-step explanation:

15,13,11,9,1,3,5,7

Answer:

13

Step-by-step explanation:

Supplementary angles add up to 180 and angles on a straight line add up to 180 so 13

Given that a^b=x, evaluate the following: a^26 PLS HELP NOW

Answers

Answer:

Step-by-step explanation:

Find the log of both the equation and the expression:

b log a = log x              this can be solved for log a in terms of log x:

              log x

log a = ------------

                  b

"Name" the second expression "y."  Then y = a^26 and log y = 26 log a.

                             log x

Then log y = 26--------------

                                 b

and the expression a^26 is found by taking the antilog of both sides of log y:

   log y                             log x

10           =   y   =    10^(26----------)

                                            b

Please double check to ensure that you have copied this problem down correctly.  

d = 18 in. Fine the radius or diameter of each circle with the given dimensions. ​

Answers

Answer:

r= 9

Step-by-step explanation:

radius (r) = diameter (D)/2

= 18/2

= 9

log(x)-log(x+6)=log(k)

Find x if k=1/2

Answers

Answer:

x = 6

Step-by-step explanation:

Using the rules of logarithms

logx - logy = log ([tex]\frac{x}{y}[/tex] )

logx = logy , then x = y

Given

log(x) - log(x + 6)

= log([tex]\frac{x}{x+6}[/tex] )

Then

log )[tex]\frac{x}{x+6}[/tex] ) = log([tex]\frac{1}{2}[/tex] ) , thus

[tex]\frac{x}{x+6}[/tex] = [tex]\frac{1}{2}[/tex] ( cross- multiply )

2x = x + 6 ( subtract x from both sides )

x = 6

Other Questions
I was in a bad mood, Malala blogged. Vacation was normally fun but no one was in the mood to celebrate.But what do you do when you're 11? You go to the playground and you play, so that's what they did. Some of the girls said they thought everything would work out. They'd be back, they said.Malala wanted to be hopeful, too. But before she left, she turned around and took one long look at the building.Pakistans Malala,Ashley FantzWhich statement matches the authors viewpoint about Malala in this passage?The author sympathizes with Malalas fear that school might not reopen.The author thinks Malala is foolish for thinking school might not reopen.The author thinks Malala should not be playing while so much is at stake.The author thinks Malala is acting too hopeful about school reopening. A student selects three marbles of different color-One is red, the second blue and the third is green. He picks the marbles one at a time without replacement. What is the probability he selects a blue. followed by a red, and then green? HELP PLEASE AND ASAP!! look at screenshot (10 pts) Write an expression that is equivalent to -4(3x 7).-4(3x 7) = D2 +? explain the differences between pitch and loudness and what are they connected to? typical uses of within-class ability grouping reflect the tendency of teachers to: You just completed your math course and you want to calculate your overall grade. You know that tests are weighted 15%, quizzes 10%. projects 35%, participation 35%, and the final exam 5%. What is your overall grade if you scored the following in each category? The amount owed when credit is used is equal to the __________ plus __________.A.balance . . . taxB.interest . . . taxC.principal . . . balanceD.principal . . . interestPlease select the best answer from the choices providedABCD Which sentence demonstrates correct parallel structure? A. Planting a vegetable garden requires adequate sunlight, soil that drains well, and that you have a large amount of garden space. B. Planting a vegetable garden requires adequate sunlight, fertile soil, and plentiful garden space. C.Planting a vegetable garden requires adequately lit areas, having fertile soil, and plentiful garden space. D.Planting a vegetable garden requires adequate sunlight, mixing the soil, and plentiful garden space. .Which of the following nitrogen cycle processes is occurring in the water sample as illustrated by the graph?A. nitrogen fixationB. denitrificationC. nitrificationD. anammox reaction which type of fertilizer is made from natural waste? Help please Read the following paragraph:"Humans have a natural tendency to focus on the negative: studies show our brains react to and remember unpleasant experiencesabout five times more strongly than pleasant ones. This may have helped our ancestors survive in the wild when they were constantlysurrounded by dangers, but these days it can lead to depression rather than safety. Psychologists say that we can overcome this instinct bydeliberately choosing to celebrate small occasions and successes. The practice, they say, has a number of benefits. In the short term,smiling and laughing release chemicals that improve mood and feelings of well-being. Over time, learning to focus on the positivedevelops skills for maintaining self-esteem and increases overall happiness. It can even lead to the formation of new pathways in the brainthat make easier to cope with negative emotions."List the cause(s) and effect(s) in the reading.cause: depression, bad moods, unhappinesseffect: celebrate small thingscause: celebrating small events and accomplishmentseffect: releases mood-elevating chemicals, enhances coping skills, leads to new brain pathways, increases happinesscause: self-esteem, happiness, coping mechanisms, new mental pathwayseffect: increased ability to appreciate small positive experiencescause: increased happiness in daily life, reduced safety in dangerous situationseffect: focus on the positive Susan found the equation of the best fit line for the data shown in the scatterplot. The slope of the line of best fit is If I returned $10,000 worth of items I purchased. Which account(s) would I DEBIT (DR) to show this return when using the periodic system?a. A/R and HST Recoverable b. A/P and HST Payable c. Purchases Returns and HST Payable d. None of the Above If I returned $10,000 worth of items I purchased. Which account(s) would I CREDIT (CR) to show this return using the periodic system? a. A/P and HST Recoverable b. A/P and HST Payablec. Purchases Returns and HST Payable d. Purchases Returns and HST Recoverable If I received a DISCOUNT on my purchase of 3%. How much will I pay the * 3 points supplier, in cash, to pay off the entire amount? Remember, I returned $10,000 worth of goods. (Please write your answer like this: $100,000) Click all of the accounts that are affected on the sale of the inventory (in 2 points the above example) using the periodic inventory system? a. Sales b. A/R c. A/Pd. Merchandisee. Inventory f. COGSg. Cash Click all of the accounts that are affected on the sale of the inventory (in the above example) using the perpetual inventory system? a. Salesb. A/Rc. A/P d. Merchandisee. Inventoryf. COGS g. Cash What is the Cost of Goods Sold on the sale of the inventory? (Please write your answer like this: $100.000) Your answer 2 points What is the value of the Merchandise Inventory account after the sale of 4 points the inventory? Don't forget that we had Discounts and Returns. (Please write your answer like this: $100,000) Is the net amount of HST at the end of the month Payable or Recoverable? Remember you received a Discount and Returned items. Payable Recoverable What is the net amount? Remember you received a Discount and Returned items. (Please write your answer like this: $100,000) Let In be the number of n-digit quinary (0, 1, 2, 3, 4) sequences with (i) at least one 3 and (ii) the first 3 occurs before the first 0 (possibly no 0's). (Examples of 4-digit legal quinary sequences: 3120, 3000, 4123) (a) Show 91 = 1,92 = 8. = (b) Show a recurrence for an is qn = 39n-1 +5n-1 (91 = 1). = = 5" - 35 (c) A closed form for en is In = (n > 1). Finish the induction proof of this fact 2 (began below) by completing the induction step: 57 - 31 Base case (n = 1): LHS = q1 = 1. RHS 1 2 5k - 3k Induction Hypothesis: Assume true for n=k, i.e., Pk Induction Step: = II 2 N (d) Show how to derive this closed form, i.e., show how one can arrive at this closed form if they only knew the recurrence and the initial values. The average flow rate of customers at a post office is 42 perhour. The post office is open daily (except Sunday) from 8:30 a.m.to 5 p.m. How many total customers are expected to visit this postoffi Peggy constructed the 95 percent confidence interval (4.8,5.2) to estimate the slope of a regression model for a set of bivariate data with 24 data values. Peggy claims that the width of the confidence interval will increase if a sample size of 30 is used, all other things remaining the same. Quincy claims that the width of the confidence interval will decrease if a sample size of 30 is used. Which statement is true about the claims made by Peggy and Quincy? Christopher was looking at the TV while getting feedback on his opinion essay. What should he do differently? Don't get feedback from a trusted adult. Finish watching his TV show. Make sure the trusted adult likes the show on TV, too. Turn off the TV and face the person who is speaking. BRAINLIEST FOR CORRECT ANSWER, IM FAILING SCHOOL AND NEED HELP ASAP. EVEN OFFICIAL HELP COUNTS Find the lateral surface area.