if the smaller of two consecutive even intergers is subtracted from 3 times the larger the result is 42

Answers

Answer 1
two consecutive even integers are x and x + 2
3(x + 2) - x = 42
3x + 6 -x = 42
2x = 36
  x = 18
answer
smaller number: 18
bigger number: 18 + 2 = 20


Related Questions

Write a unit test for addinventory(). call redsweater.addinventory() with parameter sweatershipment. print the shown error if the subsequent quantity is incorrect. sample output for failed unit test given initial quantity is 10 and sweatershipment is 50: beginning tests. unit test failed: addinventory() tests complete. note: unit test failed is preceded by 3 spaces.

Answers

Final answer:

A unit test for the function addInventory() can be written in JavaScript using Jest. The test checks that the quantity of red sweaters increases correctly after calling addInventory(). If the test fails, an error message will be shown.

Explanation:

Based on the information given, you can create a unit test in many programming languages. Here we are going to illustrate with JavaScript and use the Jest testing framework.

Firstly, let's name the unit test file as redSweater.test.js. In this file, we call the addInventory() of the redSweater object with sweaterShipment as parameter.  Note that addInventory() is a method that increases the quantity of red sweaters in inventory by a certain amount provided by sweaterShipment.

Here is a sample unit test for your needs:

const redSweater = require('./redSweater'); // path to your redSweater.js file

test('addInventory() unit test', () => {

let initialQty = 10;

redSweater.qty = initialQty;

let shipmentQty = 50;

redSweater.addInventory(shipmentQty);

expect(redSweater.qty).toBe(initialQty + shipmentQty);

});

This script tests that the quantity of red sweaters increases correctly after calling the addInventory() method. If the quantity is not correct after the method call, the test will fail and show an error message.

Learn more about Unit Testing here:

https://brainly.com/question/32106174

#SPJ12

A certain product has a unit price of 9.5 cents per ounce. The product sells in bottles of 14 ounces and is priced at $1.30.

As compared to the unit price, the $1.30 price of the 14-ounce bottle _____.

is too low
is too high
is correct
can't be determined

Answers

The answer would be "is too low." Hope this helps!

Answer: the answer is too low i really hope this hepls

Step-by-step explanation:

Given the expression −10p2q + 7p3q − 5q, do the following as instructed below: A: Write the polynomial in descending order. B: Classify the polynomial by the number of terms. C: State the degree of the polynomial.

Answers

If we are to rewrite the equation such that we are able to clearly distinguish the exponents of each of the variables, this is,
 
     -10p²q + 7p³q - 5q

(A) Writing this polynomial in descending order, we properly looked the exponent of the first variable and arrange it from highest to least. 
    7p³q - 10p²q - 5q

(B) There are three terms in the polynomial given above. Hence, the given is TRINOMIAL.

(C) The degree of the polynomial is 4 since it is the highest exponent of the term in the given. 

volume of a cube measuring 4 yd on each edge

Answers

Volume is L×W×H so when you plug in your variables you get 4×4×4 or 60
Multiply 4 times 3 I believe

10-6+(6×8)-8? what would be the answer?

Answers

44. Because first you need to do whats inside the parenthesis and then move forward with your order of operations
44
You would do 6*8 first, which is 48
Then do...
10-6=4+48=52-8=44

So the answer is 44

I hope this helped!!

Salespeople make an average of $1,000 per week. There are nine salespeople. What would the ninth person need to earn for the mean to be $1,000 if the other eight salespeople earned $550, $600, $600, $800, $950, $950, $1,000, and $1,100?

Answers

all numbers equal 6550
(6550+x)/9=1000
6550+x=9000
x=2450
Final answer:

To get an average earnings of $1,000 for all nine salespeople, the ninth salesperson needs to earn $2,450.

Explanation:

The subject of this question is mathematics, specifically statistics, and it involves the concept of 'mean' or 'average'. To find out what the ninth person needs to earn to keep the average earn of $1,000, we first need to calculate the total earnings of all nine people. Since the average earnings of a salesperson is $1,000, we multiply $1,000 by 9, which gives us $9,000. Then we need to subtract the sum of the earnings of the first eight salespeople from $9,000 to find out the earnings of the ninth person.  

Here is the breakdown with the given figures:

The sum of the earnings of the first eight salespeople is: $550 + $600 + $600 + $800 + $950 + $950 + $1,000 + $1,100 = $6,550Subtract this from the total ($9,000): $9,000 - $6,550 = $2,450

So, the ninth person would need to earn $2,450 for the average earnings to remain at $1,000.

Learn more about Mean Calculation here:

https://brainly.com/question/30756017

#SPJ2

Find all the real square roots of 0.0625.



-0.25 and 0.25
-0.025 and 0.025
0.25
-0.025

Answers

Factor

0.0625
0.25 * 0.25

Square root is a 2nd root which is even so there can be negative solutions.

Sqrt(0.0625) = 0.25 or -0.25
Final answer:

The real square roots of 0.0625 are -0.25 and 0.25, as both of these numbers squared equal 0.0625.

Explanation:

The student has asked to find all the real square roots of 0.0625. The square root of a number is a value that, when multiplied by itself, gives the original number. In this case, we're looking for a number which, when squared, equals 0.0625.

To find this, we can recognize that the square root of 0.0625 could be thought of in fraction form as the square root of 625/10000, which simplifies to the square root of 625 divided by the square root of 10000. This reduces to 25/100 because 625 is a perfect square (25 * 25) and 10000 is also a perfect square (100 * 100). Therefore, the principal square root of 0.0625 is 0.25.

However, since every positive number has two square roots, one positive and one negative, and because the square of both -0.25 and 0.25 gives 0.0625, we conclude that the real square roots of 0.0625 are -0.25 and 0.25.

Please help with 1 & 2

Answers

First question:

I urge you to perform the division using the synthetic division method:

      ________________
-4  /   1   3   -6   -6   8
             -4    4     8  -8
       -----------------------
         1   -1   -2    2    0

Note that there is no remainder.  When this is the case, the divisor (here, that's -4) is a root of the given polynomial, and the value of that polynomial, g(-4), is 0.

If the remainder were not 0, then the remainder represents the value of the polynomial for that particular divisor.  For example, if x = -3, the remainder is -28.  We'd write that as g(-3) = -28.

But here, g(-4) = 0.

What is the average speed of an object that travels 50 miles in 2 hours?

Answers

25 mph
just divide by 2

Just divide the total distance traveled (50 miles) by the elapsed time (2 hours):

50 miles
------------ = 25 mph
 2 hours

A bag contains 8 red marbles, 3 blue marbles, and 1 green marble. Find P(not blue)


a.9
b.4/3
c 1/4
d. 3/4

Answers

The answer is D because P(not blue) is 9/12. Once it is simplified you get 3/4

To find the probability of not drawing a blue marble from the bag, one must divide the number of non-blue marbles by the total number of marbles, resulting in a probability of 3/4

The question asks to find the probability of not drawing a blue marble from a bag that contains 8 red marbles, 3 blue marbles, and 1 green marble. The total number of marbles is 8 + 3 + 1 = 12. The probability of not drawing a blue marble (P(not blue)) is the number of marbles that are not blue divided by the total number of marbles. This is (8 red + 1 green) / 12 total marbles. Calculated, the probability is 9/12, which simplifies to 3/4

Select all numbers that are irrational.  
π

1.33

√196

√20

Answers

π and √20 are irrational. The other ones can be written as a fraction, so are rational.

There are two kinds of real numbers in mathematics, one is rational number and other is irrational number. Out of given options, π and √20 are irrational number. Therefore option A, D are correct option

What is irrational number?

Real numbers that can not be written in the form of fraction is called irrational number. Real number that can be written in form of fraction is called rational number.

In option (1)  π is an irrational number as it contains infinite decimals when we divide 22 by 7

In option (2)  1.33 is a fixed number so it can be written in fractions so this number is rational number

In option (3) √196, it is square root of 14 so it can be written in fraction so it is rational number.

In option (4) √20  is an irrational number as on finding its square root there will be infinite decimals so it cannot be written in form of fraction

Therefore π and √20 are irrational number.  Therefore option A, D are correct option

To know more about irrational number, here:

https://brainly.com/question/4031928

#SPJ5

Jessie has a piece of wood that is 8 feet long. He needs to cut pieces that are 7/8 of a foot long. How many pieces will he be able to make?

Answers

8 / (7/8) =
8 * 8/7 =
64/7 =
9.14.....so he can cut 9 full pieces

Answer:

9 full pieces.

Step-by-step explanation:

In order to solve this we have to divide the total feets of wood that Jessie has, by the size of the pieces that Jessie needs:

[tex]\frac{8}{\frac{7}{8} }\\\frac{\frac{8}{1} }{\frac{7}{8} }\\\frac{8*8}{7*1}\\\frac{64}{7} =9.14[/tex]

Since Jessie will be able to cut 9.14 pieces of wood, he will have only 9 full pieces, so the total amount of pieces that he would be able to cut will be 9.

The graph of g(x) is obtained by reflecting the graph of f(x)=4|x| over the x-axis.

Which equation describes g(x)?

 

g(x)=|x+4|g(x)=|x|−4g(x)=|x−4|g(x)=−4|x|

Answers

I believe the answer is g(x) = -4|x| , because the negative changes the direction of the slope.

Answer:

Option D

Step-by-step explanation:

The given function is

[tex]f(x)=4|x|[/tex]

It is given that the graph of g(x) is obtained by reflecting the graph of f(x)=4|x| over the x-axis.

If a figure reflected across x-axis, then the rule of reflection is

[tex](x,y)\rightarrow (x,-y)[/tex]

Using the above rule, if the given function reflected across x-axis, then g(x)=-f(x).

[tex]g(x)=-(4|x|)[/tex]

[tex]g(x)=-4|x|[/tex]

The equation g(x)=-4|x| describes g(x).

Therefore, the correct option is D.

Select the correct rate of change and y -intercept for the linear function that contains the points (4, 6) and (5, 3). Question 1 options: The rate of change is 3, and the y -intercept is –6. The rate of change is –3, and the y -intercept is 18. The rate of change is −1/3 and the y intercept is 7 1/3 The rate of change is 1/3 and the y intercept is 4 2/3

Answers

First of all, the rate of change is simply the slope. You can find the slope by dividing the y values of the given points over the x values to get a slope of -3. Then you can use the point-slope formula to find your y-intercept. It should be (0,18). So, to answer your question it should be the second choice.

Given: 2x + 11 = 15 Prove: x = 2 Statements Reason 1. 2x + 11 = 15 1. Given 2. 2x = 4 2. 3. x = 2 3. Division Property of Equalit

Answers

2x + 11 = 15 ⇒  Given

2x + 11 - 11 = 15 - 11 ⇒ Subtracting 11 from both sides, this is the Property of Equality

2x = 4 ⇒ Carried on from the previous line of working out

2x ÷ 2 = 4 ÷ 2 ⇒ Divide both sides by 2, this is the property of division equality

x = 2 ⇒ Proved as required

please help me with this

Answers

So basically what you want to do is put the number on the left into the variable slot on the right, and solve the equation.

I'll do the first chart as an example. 

The equation is n + 6.

So taking the first number, 4, you can just put it in as n,

or 4 + 6.

Then the output would be 10.

Then 8 + 6 = 14

12 + 6 = 18

16 + 6 = 22

20 + 6 = 26

24 + 6 = 30

And you can complete the rest of the charts by doing this.

Hope this helped :D

Pin Numbers A student loan administrator distributes pin numbers to its debtors. Each pin consists of two letters followed by three numbers. (Assume repetition is allowed, and order is important.) (a) How many different pin numbers are there? (b) What is the probability a pin number selected at random ends in 000? (c) What is the probability a pin number selected at random begins with AA?

Puppies of the Dow Refer to Problems 41 and 43. (a) If five stocks from the Dogs of the Dow list are randomly selected, what is the probability all five will be Puppies of the Dow? (b) If five stocks from the Dogs of the Dow list are randomly selected, what is the probability exactly three will be Puppies of the Dow? (c) If five stocks from the Dogs of the Dow list are randomly selected, what is the probability at least two will be Puppies of the Dow?


40. Hockey There are 15 teams in the Eastern Conference of the National Hockey League for the 2009–2010 season, divided

Answers

I will just answer the problem about Pin numbers because the other questions lack other given values.

a. How many different pin numbers are there?

There are 26 letters in total and 10 numbers in total (including zero), therefore the total number of different pin numbers are:

Total possible = 26 * 26 * 10 * 10 * 10

Total possible = 676,000 different pins

 

b. What is the probability a pin number selected at random ends in 000

The total possible numbers with ending of 0 0 0 is:

Possible numbers = 26 * 26 * 1 * 1 *1

Possible numbers = 676

 

Therefore the probability is:

Probability = 676 / 676,000

Probability = 0.001 = 0.10%

 

c. What is the probability a pin number selected at random begins with AA?

The total possible numbers starting with A A is:

Possible numbers = 1 * 1 * 10 * 10 * 10

Possible numbers = 1000

 

Therefore the probability is:

Probability = 1000 / 676,000

Probability = 1.48 x 10^-3 = 0.148%

The quotient of-54 and 9, subtracted from 8 times a number, is-18

Answers

The number is:  " -3.
_____________________________________
Explanation:
_____________________________________
Let "x" be the "unknown number" for which we are to solve.

        8x − (-54/9) = -18 ;  Solve for "x" ; 

  →  8x  − (-6) = - 18 ;

  →  8x + 6 = - 18 ;

   Subtract "6" from each side of the equation:

  →  8x + 6 − 6  =  - 18 − 6 ;

to get:   8x =  -24 ;

Divide EACH SIDE of the equation by "8" ; to isolate "x" on one side of the equation ; & to solve for "x" ; 

              8x / 8 = -24 / 8 ;

to get:   x = -3 .
________________________________
The number is:  " -3 " .
________________________________

one shelf in the greenhouse holds 467 plants how many plants can 6 shelves hold?

Answers

the answer is 2,802  

PLEASE HELP
Nestor is building a new swimming pool for ​$11,000. He makes a ​$1,000 down payment and the builder gives him an​ add-on loan, charging him an annual interest rate of 7.7​%. If he takes a 6​-year ​loan, what will​ Nestor's monthly payments​ be?

Answers

$11,000
-$1,000
_______
$10,000 * 7.7% = $700

$700/6 = $116.70 

Nestor's monthly payment will be roughly about $116.70

®PLEASE MARK AS BRAINLIEST TO HELP ME MOVE TO THE NEXT RANK LEVEL®

A farmer wants to fence in a rectangular plot of land adjacent to the north wall of his barn. no fencing is needed along the barn, and the fencing along the west side of the plot is shared with a neighbor who will split the cost of that portion of the fence. if the fencing costs $16 per linear foot to install and the farmer is not willing to spend more than $8000, find the dimensions for the plot that would enclose the most area.

Answers

*I'm sure there is an easier way to do this, but I haven't found it. In the meantime sorry for the extensive answer, but hope it helps! 

Answer: 
100 feet by 250 feet or 25,000 sq. feet

Explanation: 
Okie-dokie - here we go:
So, think about it, and maybe sketch this out as you are going. You have a barn, so make a little square on a paper with a big x on it. The top side is the north facing wall that you don't need any fence along. The side that will be on the left is the side that will be half the cost since your neighbor is splitting it with you. So lets think about the other two sides first:

Keep in mind that the barn wall will not grow with the size of the area you are making, so the "vertical" sides on the left and right will get longer but the "horizontal" fence at the top of the area will always be as wide as the barn. This isn't very helpful in finding the area or even the perimeter, but is helpful to keep in mind visually. 

You are the farmer. You have $8,000 , and you are a stickler, so no more than that. You can go under by a bit, but no more than that limit. So see how many linear feet of fence you can buy at $16 per foot. 
8000 ÷ 16 = 500. You can get 500 feet out of this amount of money. But you can get more on the fence you are sharing with your neighbor, since it is half the price. Don't think about that for now. 


Let's set a width for the barn. I'm going to say the barn is 100 feet wide, so the top part of the fence will be 100 feet long. That is 400 feet left to build. If you were paying full price for both sides, that would be 200 feet on each side. However, you have a discount on the left fence, so you can stretch each side out another 1/2 the distance because he is splitting the cost of that fence with you. In other words: 
two 200 foot sides = $6400 at full price 
one 200 foot side = $3200
Find how much the neighbor is paying for: 
3200 ÷ 2 = 1600. 
So you only paying for 1 and a half sides, or:
1600 + 3200 = $4800 for 300 feet. 
You now have an extra 1600 to spend, which is another 100 feet. Split this between your two sides, so now each side is 250 feet long. 
But your neighbor is paying for half of that 50 feet you just added, so:
50 • 16 = $800 
So he pays for $400, giving you another $400 to buy fence with. 
If you understand what is happening, I'm just going to keep going mathematically without explanations:
$400 ÷ $16 = 25 feet
25 feet ÷ 2 = 12.5 feet  (250 + 12.5 = 262.5 feet)
12.5 • $16 = $200 ÷ 2 = $100
$100 ÷ $16 = 6.25 feet  
6.25 ÷ 2 = 3.125  (262.5 + 3.125 = 265.625 feet) 
3.125 • $16 = $50 ÷ 2 = $25
$25 ÷ $16 = 1.5625 feet
1.5625 ÷ 2 = .78125 (265.625 + .78125 = 266.40625 feet) 
And so on, this could keep going until you run out of money, but you'd really be milking it. Plus, let's say that you can only buy full linear feet, and not fractions, then you would stop at 250 feet per side. Which is: 
100 feet + 250 feet + (250 feet – 125 feet) = 475 feet 
475 feet • $16 = $7600 Under the limit! But you do have $400, which you could keep adding to your sides, or maybe your width is longer. Either way, find the area of 100 feet by 250 feet: 
A = l • w
A = 250 • 100 = 25,000 sq. feet
Length parallel to north wall of barn = 250 feet. Width parallel to shared western border = 166 2/3 feet. Assumptions are that the barn is a long as needed and that the property line shared with the neighbor is also as long as needed. With that in mind, let's create some equations. L = Length of plot. This will be parallel to the north wall of the barn. W = Width of plot. This will be parallel to the shared border. For each foot of length, the cost will be $16 per foot due to the fencing cost on the north being full price, plus the free length on the south due to the northern wall of the barn. For each foot of width, the cost will be $24 per foot due to the full cost of the eastern side plus the half cost on the western side. Since the maximum price is $8000, let's express L as a function of W, giving. L = (8000 - 24W)/16 The expression for area is A = W * L Substituting the expression for L into the area expression gives. A = W * (8000 - 24W)/16 A = (8000W - 24W^2)/16 A = 500W - 1.5W^2 Since you're looking for the maximum area, that will happen when the first derivative has a value of 0. So A = 500W - 1.5W^2 A' = 500 - 3W 0 = 500 - 3W 3W = 500 W = 166 2/3 So the width should be 166 feet, 8 inches. And using the equation for the length, the length will be L = (8000 - 24W)/16 L = (8000 - 24* (166 2/3))/16 L = (8000 - 4000)/16 L = 4000/16 L = 250

in a certain chemical, the ratio of zinc to copper is 4 of 13. a jar of the chemical contains 338 grams of copper. how many grams of zinc does it contain?

Answers

4:13 is the ratio for zinc to copper.  That means for every 4 grams of zinc you have to have 13 grams of copper.

They tell you that you have 338 grams of copper.

4     X
---   ---
13   338

Cross multiple would be 4(338) = 13x
Simplify
1352 = 13x
104=x

104 grams of zinc

WORTH 20 POINTS
Which functions are equivalent to f(x)= 4√162? Check all that apply

A)f(x)= 162 x/4

B)f(x)=(3 4√2)x

C)f(x)=9 4√2 x

D)f(x)=162 4/x

E)f(x)=[3 (2 1/4)]x

Answers

[tex]\bf 4\sqrt{162}\qquad \begin{cases} 162=2\cdot 3\cdot 3\cdot 3\cdot 3\\ \qquad 2\cdot 3^4\\ \qquad 2\cdot (3^2)^2 \end{cases}\implies 4\sqrt{2\cdot (3^2)^2}\implies 4\cdot 3^2\sqrt{2} \\\\\\ 4\cdot 9\sqrt{2}\implies 36\sqrt{2}[/tex]

The options that are equivalent to the given function are;

Option A

Option B

Option E

The correct options are;

A) f(x) = [tex]162^{x/4}[/tex]

B) f(x) = (3∜2[tex])^{x}[/tex]

C) f(x) = [tex]9\sqrt[4]{2^{x} }[/tex]

D) f(x) = [tex]162^{4/x}[/tex]

E) f(x) = [tex](3(2^{1/4}))^{x}[/tex]

We are given the function; f(x) = [tex](\sqrt[4]{162})^{x}[/tex]

Now, when we have something like; [tex]\sqrt[b]{2}^{a}[/tex]

This expression can also be expressed as; [tex]2^{a/b}[/tex]

Therefore our function can also be expressed as; f(x) = [tex]162^{x/4}[/tex]

Option A; This is correct because it is equal to our function gotten

Option B; f(x) = (3∜2[tex])^{x}[/tex]

From earlier, we will have;  (3 × [tex]2^{1/4}[/tex][tex])^{x}[/tex]

Now, 3 can also be expressed as [tex]81^{1/4}[/tex]

Thus, we now have;

([tex]81^{1/4}[/tex] × [tex]2^{1/4}[/tex][tex])^{x}[/tex]

Factorizing out the 1/4 exponent gives;

(81 × 2[tex])^{x/4}[/tex]

⇒ = [tex]162^{x/4}[/tex]

This is same with our function and it is correct

Option C; f(x) = (9∜2[tex])^{x}[/tex]

This is similar to our equation in option B which was correct but the difference here is 9 instead of 3 and clearly this option is not correct.

Option D; f(x) = [tex]162^{4/x}[/tex]

This is not the same with our function and so it is wrong

Option E; f(x) = [tex](3(2^{1/4}))^{x}[/tex]

As seen in option B;

3 can also be expressed as [tex]81^{1/4}[/tex]

Thus, we now have;

;([tex]81^{1/4}[/tex] × [tex]2^{1/4}[/tex][tex])^{x}[/tex]

Factorizing out the 1/4 exponent gives;

(81 × 2[tex])^{x/4}[/tex]

⇒ = [tex]162^{x/4}[/tex]

This is same with our function and it is correct

Read more at; https://brainly.com/question/6504126

numbers in order from least to greatest. -5.25, 1.002, -5.09

Answers

-5.25, -5.09, 1.002

hopes this help please mark me as brainliest. :)

The function h(t) = –16t2 + 96t + 6 represents an object projected into the air from a cannon. The maximum height reached by the object is 150 feet.

Answers

If you've started pre-calculus, then you know that the derivative of  h(t)
is zero where h(t)  is maximum.

The derivative is            h'(t) = -32 t  +  96 .

At the maximum ...        h'(t) = 0

                                       32 t = 96 sec

                                           t  =  3 sec . 
___________________________________________

If you haven't had any calculus yet, then you don't know how to
take a derivative, and you don't know what it's good for anyway.

In that case, the question GIVES you the maximum height.
Just write it in place of  h(t), then solve the quadratic equation
and find out what  't'  must be at that height.

                                       150 ft = -16 t²  +  96  t  +  6 

Subtract 150ft from each side:    -16t²  +  96t  -  144  =  0 .

Before you attack that, you can divide each side by  -16,
making it a lot easier to handle:

                                                         t²  -  6t  +  9  =  0

I'm sure you can run with that equation now and solve it.    
The solution is the time after launch when the object reaches 150 ft.
It's 3 seconds.  
(Funny how the two widely different methods lead to the same answer.)

The answer is from AL2006

Of all the rectangles with a perimeter of 168 feet, find the dimension of the one with the largest area

Answers

The rectangle with the largest area with a given perimeter will be a square - so the sides will be equal. So we need to find length of side, L, such that 4*L=168. L = 168/4 L=42. So the dimensions of the rectangle that maximizes the area with a perimiter of 168 feet are: 42 feet by 24 feet.

Final answer:

The largest area for a rectangle with a fixed perimeter of 168 feet is achieved by a square, and the dimensions of that square are 42 feet by 42 feet.

Explanation:

To find the dimensions of a rectangle with the largest area given a fixed perimeter, we need to understand that the rectangle with the largest area for a given perimeter is a square.

In this problem, the perimeter is 168 feet, which can be expressed by the formula 2l + 2w = 168, where l is the length and w is the width of the rectangle. Knowing that a square has all four sides equal, we simply divide the perimeter by 4 to get the side length, which gives us l = w = 168/4 = 42 feet.

Therefore, the dimensions of the rectangle with the largest area, which in this case is a square, are 42 feet by 42 feet.

Match the pairs of equations that represent concentric circles. Tiles

Answers

general form of equation of circle can be written as

(x - a)^2 + (y - b)^2 = r^2  where the center of circle is at (a, b)

Concentric circles wil all have the same values for a and b.

Define a method pyramidvolume with double parameters baselength, basewidth, and pyramidheight, that returns as a double the volume of a pyramid with a rectangular base. relevant geometry equations: volume = base area x height x 1/3 base area = base length x base width. (watch out for integer division).

Answers

Define a method pyramidvolume with double parameters baselength, basewidth, and pyramidheight, that returns as a double the volume of a pyramid with a rectangular base. relevant geometry equations: volume = base area x height x 1/3 base area = base length x base width. (watch out for integer division).

A 90% confidence interval for a population mean is (65, 77). the population distribution is approximately normal and the population standard deviation is unknown. this confidence interval is based on a simple random sample of 25 observations. calculate the sample mean, the margin of error, and the sample standard deviation.

Answers

Part A:

The sample mean is at the midpoint of the lower and the upper values of the confidence interval.

Thus, the sample mean is given by:

(77 + 65) / 2 = 71

Therefore, the sample mean is 71.



Part 2:

The margin of error is the distance between the upper and the lower confidence interval values from the sample mean.

Thus, margin of error is given by 77 - 71 = 71 - 65 = 6.

Therefore, margin of error is 6.



Part 3:

The margin of error is given by

[tex]ME= t_{\alpha/2}\left(\frac{s}{\sqrt{n}}\right) [/tex]

where [tex]t_{\alpha/2}[/tex] is the value of the t-distribution given the degree of freedom; s is the sample standard deviation and n is the sample size.

Since the sample size is 25, the degree of freedom is 25 - 1 = 24.
[tex] \frac{\alpha}{2} = \frac{(1-0.9)}{2} = \frac{0.1}{2} =0.05[/tex]

From the t-distrbution table, we have:

[tex]t_{\alpha/2}=1.710882[/tex]

Thus, margin of error is given by:

[tex]6=1.710882\left( \frac{s}{\sqrt{25}} \right) \\ \\ \Rightarrow\left( \frac{s}{\sqrt{25}} \right)= \frac{6}{1.710882} \\ \\ \Rightarrow\frac{s}{5}=3.506963 \\ \\ \Rightarrow s=5(3.506963)=\bold{17.53}[/tex]
Final answer:

The sample mean for the given 90% confidence interval (65, 77) is 71. The margin of error is 6. The sample standard deviation cannot be specifically calculated without the t-value, but presuming a common t-value for such datasets (1.96), it approximates to 3.072.

Explanation:

The subject at hand pertains to confidence intervals and basic statistics calculations. Given a 90% confidence interval of (65, 77), we can find the sample mean by adding the two limits and dividing by 2. So (65 + 77) / 2 equals 71.

The margin of error for the confidence interval is calculated by subtracting the sample mean from the upper limit. That gives us 77 - 71 equals 6.

Unfortunately, without knowing the value of the t-statistic, we can't calculate the sample standard deviation, as it's calculated via the formula: standard deviation = margin of error / (t-value/sqrt(sample size)). But, usually, for a sample size of 25 observations and a 90% confidence level, the t-value is about 1.96. Using that assumed t-value, the standard deviation calculation gives us 6/(1.96/sqrt(25)) equals approximately 3.072.

Learn more about Confidence Interval Statistics here:

https://brainly.com/question/33193487

#SPJ3

Find three distinct fractions between -7/8 and -4/5

Answers

first off,  you'd want to put both fractions with the same denominator, and we simply do so by multiplying each other by the other's denominator.

[tex]\bf -\cfrac{7\cdot 5}{8\cdot 5}\implies -\cfrac{35}{40}\qquad \qquad\qquad \qquad -\cfrac{4\cdot 8}{5\cdot 8}\implies -\cfrac{32}{40} \\\\\\ \textit{since there's no enough room for three fractions there,}\\\\ \textit{let's multiply each by 2, to make room for three fractions}[/tex]

[tex]\bf -\cfrac{35\cdot 2}{40\cdot 2}\implies -\cfrac{70}{80}\qquad \qquad \qquad \qquad -\cfrac{32\cdot 2}{4\cdot 20}\implies -\cfrac{64}{80} \\\\\\ \boxed{-\cfrac{70}{80}}\qquad\qquad -\cfrac{67}{80}\qquad -\cfrac{66}{80}\qquad -\cfrac{65}{80}\qquad\qquad \boxed{-\cfrac{64}{80}}[/tex]
Other Questions
using what you know about percents,explain why a commercial that says"80% of dentists use this toothpaste"might be misleading? If the scale of a map is 1cm to 525m, how many (cm) on the map will represent a 4mile stretch of road. [Hint: unit conversion very necessary] Suppose the elasticity of demand for cereal is 1. if cereal increases in price by 25 percent, how much will the quantity demanded decrease by?12.5 percent give a counterexample to disprove the statement "all squares are congruent" The mean plus or minus one standard deviation defines the ________ percent probability range of a normal distribution. 82 68 95 50 90 What is the breakdown of rocks and minerals into small particles without a change in composition called?(a) Igneous Intrusion(b) Chemical Precipitation(c) Metamorphic Foliation(d) Mechanical Weathering Malik borrowed $105 from his brother and plans to repay $12 per week. He creates a table to help him determine the number of weeks it will take to repay his brother. How many weeks will it take Malik to repay his brother? 8 9 10 11 The oldest district in the north american manufacturing belt is ________ cells, which differentiate into osteoblasts, are located in the endosteum and inner cellular layer of the periosteum. What is the function of this sentence? Americans need to be more aware of the crisis in Africa.A)to state themeB)to describe plot How many states needed to ratify the Constitution for it to become law? According to this text from the preamble to the declaration, who gives men their unalienable rights? their creator the british government the continental congress people who supported the king How might the complaints of a peasant and a merchant compare during the revolution /6467373/5ff3964c?utm_source=registration Can someone help me with this problem too? A snack stand sold hot dogs and chips at a recent game. The hot dogs cost $2.50 and the snacks cost $0.75. After the game, they tallied 175 transactions totaling $262.50. Represent the linear system in an augmented matrix: the porportion of red marbles to blue marbles jar is 2 to 5. If there are 35 blue the jar, how many red mables are there? Choose a non-integer between 0 and 1 What are the major political parties in Great Britain? Select all that apply. Conservative Democrat Republican Labour NEXT QUESTION is 37% bigger than 0.37 Which political reforms were achieved in Britain by the centurys end?a.Women were granted the right to vote.b.It became a constitutional monarchy with Victoria at its head.c.It granted universal suffrage to all men in Britain and India.d.It transformed to become a true parliamentary democracy. Steam Workshop Downloader