Joshua invested $750 in an account paying an interest rate of 3 % compounded

quarterly. Josiah invested $750 in an account paying an interest rate of 25 %

compounded annually. After 18 years, how much more money would Joshua have in

his account than Josiah, to the nearest dollar

Answers

Answer 1

Rounding to the nearest dollar, Joshua would have $4,129 more in his account than Josiah after 18 years.

To find the amount of money in the account after 18 years,

We can use the formula:

A = P * (1 + r/n)^(nt),

where A is the amount of money in the account,

P is the principal amount ($750),

r is the interest rate (3% or 25%),

n is the number of times the interest is compounded per year (4 or 1), and t is the number of years (18).

For Joshua's account:

A = 750 * (1 + 0.03/4)^(4 * 18)

= 750 * (1.0075)^72

= $1417.15

For Josiah's account:

A = 750 * (1 + 0.25)^18 = 750 * (1.25)^18

= $5547.01

The difference in the amount of money in the two accounts will be

=$5547.01 - $1417.15 = $4129.86.

For more questions on Compound Interest

https://brainly.com/question/29502697

#SPJ4


Related Questions

A free bu ervice operate throughout the day around Brelney City Centre. The bu tart from the Railway Station, then top ucceively at the Catle, the Shopping Centre, the Park and the Stadium, before returning to the Railway Station. The journey time for each ection of the circuit i 5 minute. The firt departure of the day from the Railway Station i at 09:15. Each time the bu arrive back at the Railway Station it wait for 10 minute before etting off again. Bart will be the driver for the firt 4 circuit tomorrow. At what time will Bart arrive back at the Railway Station for the final time tomorrow?
A 11:25
B 11:35
C 11:45
D 11:55

Answers

At B: 11:35 Bart will arrive back at the Railway Station for the final time

Let's call the number of circuits Bart completes "n".

Each circuit takes 5 minutes to travel between each stop and 5 stops in total, so each circuit takes 5 * 5 = 25 minutes.

The bus waits 10 minutes at the Railway Station between each circuit, so the total time for each circuit is 25 + 10 = 35 minutes.

Bart will complete 4 circuits, so the total time he spends on the bus tomorrow is 4 * 35 minutes = 140 minutes.

The first departure of the day from the Railway Station is at 09:15, so after 140 minutes of travel, Bart will arrive back at the Railway Station at 09:15 + 140 minutes = 11:35.

Therefore, the answer is B) 11:35.

You can learn more about time at

https://brainly.com/question/17146782

#SPJ4

select all of the following ways you can calculate percentages of normal populations between 2 values. a0z-tables b)exel c)slide rule d)some calculators e)mean tables

Answers

No clue





Nuggigifigigigifufit

What do u round your answer too if the number is 4.65885

Answers

Answer:

4.7

Step-by-step explanation: anything over 5 you round up

Use the graph below to determine the values of x at which the function is not continuous. +1; -1). The order The field below accepts a list of numbers or formulas separated by semicolons (e.g. 2; 4; 6 or of the list does not matter.

Answers

The graph shows the discontinuity of the function at x = -1 and x = 1. Therefore, the values of x at which the function is not continuous are -1 and 1.

The graph shows that at x = -1 and x = 1, the graph has a sharp jump in the value of the function. This means that the function is not continuous at those points, and thus the values of x at which the function is not continuous are -1 and 1. The graph represents a mathematical function, and the concept of continuity is crucial in mathematical analysis. A function is considered continuous at a specific point if the value of the function at that point exists and the limit of the function as the input approaches that point is equal to the value of the function at that point. In this particular graph, the function experiences a sharp increase or decrease in its value at the points x = -1 and x = 1. This sudden change in the function's value indicates that the function is not continuous at these points, meaning that its value does not approach a single limiting value as the input approaches these points. Thus, the points -1 and 1 are the values of x at which the function is not continuous.

Learn more about graph here

https://brainly.com/question/17267403

#SPJ4

a signal is monitored every second start at t= 0 when its value is recorde as an integer an example signal might look like 10 3 25 4 30 2 17

Answers

At time t=0 the signal value is 10, then it decreases to 3, increases to 25, decreases to 4, increases to 30, decreases to 2 and then increases to 17.

At time t=0 the signal value is 10. This is the starting point for monitoring the signal every second. After one second, the signal value decreases to 3. After another second, the signal value increases to 25. After another second, the signal value decreases to 4. After another second, the signal value increases to 30. After another second, the signal value decreases to 2. Finally, after the last second, the signal value increases to 17. As the signal is monitored every second, it is possible to track its changes over time. This example signal had some fluctuation, with both increases and decreases in the value. It started at 10, decreased to 3, then increased to 25, decreased to 4, increased to 30, decreased to 2, and then increased to 17. This example shows how a signal can fluctuate over time, and how its value can change with each second that passes.

Learn more about time here

https://brainly.com/question/28050940

#SPJ4

Suppose that the number of drivers who travel between a particular origin and destination during a designated time period has a poisson distribution with parameter m 5 20 (suggested in the article "dynamic ride sharing: theory and practice," j. Of transp. Engr. , 1997: 308–312). What is the probability that the number of drivers will

Answers

Poisson distribution is a discrete probability distribution that describes the number of events that occur randomly in a fixed interval of time or space.

a. The probability that the number of drivers will be at most 10 is calculated as the cumulative distribution function of Poisson distribution at 10, which is

 [tex]P(X \leq 10) = \sum_{i}=0^{10 }e^{-\mu} *\frac{\mu^{i }}{i!}[/tex]

where i ranges from 0 to 10.

b. The probability that the number of drivers will exceed 20 is calculated as

[tex]P(X > 20) = 1 - P(X \leq 20) = 1 - \sum_i=0^{20} e^{(-\mu)} *\frac{ \mu^i }{i!}[/tex]

where i ranges from 0 to 20.

c. The probability that the number of drivers will be between 10 and 20, inclusive is calculated as

[tex]P(10 \leq X \leq 20) = \sum_i=10^{20} e^{(-\mu)} *\frac{\mu^i}{i! }[/tex]

where i ranges from 10 to 20. The probability that the number of drivers will be strictly between 10 and 20 is calculated as

[tex]P(10 < X < 20) = \sum_i=10^{19} e^{(-\mu)} * \frac{\mu^i }{i!}[/tex]

where i range from 10 to 19.

d. The standard deviation of Poisson distribution with parameter μ = 20 is [tex]\sqrt{(\mu)} = \sqrt{(20)} = 2\sqrt5[/tex]

The probability that the number of drivers will be within 2 standard deviations of the mean value is calculated as

[tex]P(\mu - 2 * \sqrt{(\mu)}\leq X\leq \mu + 2 * \sqrt{(\mu)}) = \sum_i=16^{24} e^{(-\mu)} * \frac{\mu^i}{i!}[/tex]

where i ranges from 16 to 24.

Learn more about probability  :

https://brainly.com/question/30034780

#SPJ4

The complete question is :

Suppose that the number of drivers who travel between a particular origin and destination during a designated time period has a Poisson distribution with parameter μ =20 (suggested in the article “Dynamic Ride Sharing: Theory and Practice,” J. of Transp. Engr., 1997: 308–312). What is the probability that the number of drivers will

a. Be at most 10?

b. Exceed 20?

c. Be between 10 and 20, inclusive? Be strictly between 10 and 20?

d. Be within 2 standard deviations of the mean value?

Viola drives 2 kilometers up a hill that makes an angle of 9 with the horizontal. To the nearest tenth of a kilometer, what horizontal distance has she covered? Group of answer choices 12. 6 km 3. 2 km 2 km 0. 3 km

Answers

The horizontal distance jade she covered is approximately 2.0 km.

Let x be the horizontal distance,

Given,

Viola drives 2 kilometers up a hill that makes an angle of 9 with the horizontal.

Thus, the angle between the horizontal and the direction of his walking = 9°, and The angle between the horizontal and vertical = 90°

By making the diagram of the given situation,

The angle between vertical and the direction of his walking = 180°(9+90°)=180° - 99° = 81°

By the law of sine,

[tex]\frac{sin90}{2}=\frac{sin 81}{x}[/tex]

x*sin 90°=2*sin 81°

x= 1.97537668119 ≅ 2.0

Hence, the horizontal distance jade she covered is approximately 2.0 km.

To know more about the Law of sine:

https://brainly.com/question/530544

#SPJ4

This set of ordered pairs defines a function.

{(-49,7), (-56,8), (-63,9), (-70,10)}

Which table represents the inverse of the function defined by the ordered pairs?

Answers

The inverse of the function defined by the ordered pairs are (7, -49), (8, -56), (9,-63), (10, 70)

What is an inverse function?

An inverse is a function that serves to “undo” another function. That is, if f(x) produces y, then putting y into the inverse of the function produces the output x. x. A function that has an inverse is called invertible, and the inverse is denoted by f⁻¹.

Given that, a set of ordered pairs defines a function.

{(-49,7), (-56,8), (-63,9), (-70,10)}

We need to find its inverse function,

Since, we know that,

The inverse of a function means that the input becomes the output of the function and the output becomes input.

When the function is given in the form of ordered pairs, the first element of each ordered pair represents the input and the second element represents the output.

Therefore,

The inverse will be:

{(7, -49), (8,-56), (9,-63), (10, -70)}

Hence, the inverse of the function defined by the ordered pairs are (7, -49), (8, -56), (9,-63), (10, 70)

Learn more about inverse functions at:

https://brainly.com/question/29141206

#SPJ1

solve for the given variable
3(m + 7) =

Answers

Answer: 3m + 21

Step-by-step explanation:

Can someone please help me here? Thank you!

Peter is a product manager earning a semi-monthly salary of P5,500. He is given commission of 2. 5% on his own sales and an override of 0. 5% on his men's sales. His men are entitled to a 3. 75% commission on their own sales and basic semi-monthly salary of P4,000. Peter and his men are given
transportation allowance of P2,000 per month. Compute the gross earnings of Peter and each of his men. ​

Answers

Peter's gross semi-monthly earnings are P7,717.5 and each of his men's gross semi-monthly earnings are P6,150.

To calculate Peter's gross earnings,

We need to find the commission he earns on his own sales and the override commission he earns on his men's sales.

Peter's Commission on his own sales:

2.5% of P5,500 = P137.5

Peter's Override Commission on his men's sales:

0.5% of (number of men * P4,000) = 0.5% of (number of men * 4000)

Let's assume he has 4 men.

Then the total override commission would be:

0.5% * 4 * 4000 = P80

So Peter's gross semi-monthly earnings would be:

P5,500 + P137.5 + P80 + P2,000 = P7,717.5

To calculate the gross earnings of each of Peter's men, we need to find their basic semi-monthly salary, their commission on their own sales, and their transportation allowance.

Each man's basic semi-monthly salary: P4,000

Each man's Commission on their own sales will be:

3.75% * P4,000 = P150

So each man's gross semi-monthly earnings would be:

P4,000 + P150 + P2,000 = P6,150

For more questions on semi-monthly earnings

https://brainly.com/question/29201885

#SPJ4

What is the geometric relation between the vectors v and w if vw =-||v|| ||w|| ?

Answers

The geometric relation between the vectors v and w are:

The vectors are in the same direction.

Now, According to the question:

Geometrical Interpretation of Scalar Product

From the scalar product formula, we have a.b = |a| |b| cos θ = |a| proj→b(→a) proj b → ( a → ) , that is, the scalar product of vectors a and b is equal to the magnitude of vector a times the projection of a onto vector b.

Vectors describe movement with both direction and magnitude. They can be added or subtracted to produce resultant vectors. The scalar product can be used to find the angle between vectors.

Now, vw =-||v|| ||w||

a.b = |a| |b| cos θ = |a| proj→b(→a) proj b → ( a → )

vw =-||v|| ||w|| cos θ = |v| proj →w(→v) proj w → ( v → )

Hence, The vectors are in the same direction.

Learn more about Geometric vectors at:

https://brainly.com/question/29273438

#SPJ4

ANSWER QUESTION han or em Using the table of equalities, select the correct conversion factors that indicate the number of feet (ft) in one mile (mi). O O O O O Z dit or 082LA U.S. Metric-U.S. 2.54 cm - l in exact) Some Common Equalities Quantity Metric (SD) Length Im-1000 mm 1 cm - 10 mm 1 - 1000 ml 1 dl - 100 ml 1 ml - Icm Mass 1 kg - 1000 1 - 1000 mg Time 1h 60 min 1 min - 605 I ft 12 in 1 yd - 3 11 I mi - 520 ft Iqt4 cups 19 - 2p Igal - 4 1 lb 16 . Volume 1 km 0.621 mi 946 ml. It IL- 1.0691 popor der Ikg - 2.20 lb 4549 - I b I DON'T KNOW YET

Answers

The correct conversion factors to indicate the number of feet in one mile is: 1 mi = 5280 ft.

To convert miles to feet, we must use the equality: 1 mi = 5280 ft.

Using the table of equalities, we can see that 1 mi = 5280 ft, so the correct conversion factor to indicate the number of feet in one mile is 1 mi = 5280 ft.

To convert miles to feet, we use the conversion factor of 1 mile being equal to 5280 feet. This means that for every 1 mile, there are 5280 feet. To convert a specific number of miles to feet, we multiply the number of miles by the conversion factor of 5280 feet/mile. For example, if we want to convert 2 miles to feet, we multiply 2 by 5280 to get 10560 feet. Hence, 2 miles is equal to 10560 feet. This conversion factor can be used to convert any number of miles to feet, as long as we use it consistently and accurately.

Learn more about factor here

https://brainly.com/question/29128446

#SPJ4

A sphere of radius 4 in. Is placed inside a rectangular prism with length 9 in. , width 8 in. , and height 10 in. What is the approximate volume of the prism not occupied by the sphere?.

Answers

The volume of the prism not occupied by the sphere is 704.69 cubic in.

Given that, the radius of the sphere=4 in. and the dimensions of a rectangular prism length=9 in. width=8 in. and height 10 in.

We need to find what is the volume of the prism not occupied by the sphere.

The formula to find the volume of the rectangular prism is Volume=Length×Width×Height.

The formula to find the volume of the sphere is Volume=4/3 πr³.

Now, the volume of the rectangular prism=9×8×10=720 cubic in.

The volume of the sphere=4/3×3.14×4³

V=15.31 cubic in.

Then, the volume of the prism not occupied by the sphere=The volume of the rectangular prism-The volume of the sphere

The volume of prism=720-15.31=704.69 cubic in.

Therefore, the volume of the prism not occupied by the sphere is 704.69 cubic in.

to know more about the volume of a rectangular prism:

https://brainly.com/question/15654877

#SPJ4

Katie invested a total of ​$6000​, part at ​2% simple interest and part at ​3% simple interest. At the end of 1​ year, the investments had earned ​$152 interest. How much was invested at each​ rate?

Answers

The investment in 2% rate of interest was $2800 and the investment in 3% rate of interest was $3200.

Let the amount invested in 2% interest rate be x. So, the remaining invested amount = (6000 - x). The simple interest will be calculated by the formula -

S.I. = P×R×T/100, where S.I. is simple interest, P is principal, R is rate of interest and T is time.

Also, the sum of interest in each is $152. So, finding the individual interest first.

SI = x × 2 × 1/100

SI = 2x/100

SI = (6000 - x) × 3 × 1/100

SI = (18000 - 3x)/100

Finding the value of x.

2x/100 + (18000 - 3x)/100 = 152

Multiplying the equation with 100

2x + 18000 - 3x = 15200

3x - 2x = 18000 - 15200

x = 2800

Investment in 3% rate = 6000 - 2800

Investment in 3% rate = $3200

Thus, the investment was $2800 and $3200.

Learn more about simple interest-

https://brainly.com/question/25793394

#SPJ4

Which given value, if any, is a solution of the equation a + 16 = −30 for a: {–46, –14, 14, 36}?

Answers

The value of the equation is -46, the correct option is A.

What is an equation?

An equation is an expression that shows the relationship between two or more numbers and variables.

A mathematical equation is a statement with two equal sides and an equal sign in between. An equation is, for instance, 4 + 6 = 10. Both 4 + 6 and 10 can be seen on the left and right sides of the equal sign, respectively.

Given;

The equation; a+16=-30

Now,

a=-30-16

a=-46

Therefore, the answer of equation will be -46

Learn more about equations here;

https://brainly.com/question/25180086

#SPJ1

a sector of a circle is enclosed by two 12.0-inch radii and a 9.0-inch arc. its perimeter is therefore 33.0 inches. what is the area of this sector, to the nearest tenth of a square inch? what is the central angle of the sector, to the nearest tenth of a degree?

Answers

The central angle of the sector to the nearest tenth of a square inch is 473.2 sq.

To find the area of the sector, we can use the formula:

Area = (θ/360) * π * r²

where θ is the central angle of the sector in degrees, and r is the radius. To find the central angle, we can use the formula:

Arc length = (θ/360) * 2 * π * r

So,

Arc length = (θ/360) * 2 * π * 12 = 9

θ/360 * 2 * π * 12 = 9

θ/360 = 9 / (2 * π * 12)

θ = (9 / (2 * π * 12)) * 360

Approximating π as 3.14, we get:

θ = (9 / (2 * 3.14 * 12)) * 360 = 75.39

To the nearest tenth of a degree, this is 75.4 degrees.

Next, we can use the first formula to find the area:

Area = (75.4 / 360) * 3.14 * 12² = 473.2 sq in

To the nearest tenth of a square inch, this is 473.2 sq in.

To learn more about the area, visit:

brainly.com/question/16151549

#SPJ4

The central angle of the sector to the nearest tenth of a square inch is 473.2 sq.

To find the area of the sector, we can use the formula:

Area = (θ/360) * π * r²

where θ is the central angle of the sector in degrees, and r is the radius. To find the central angle, we can use the formula:

Arc length = (θ/360) * 2 * π * r

So,

Arc length = (θ/360) * 2 * π * 12 = 9

θ/360 * 2 * π * 12 = 9

θ/360 = 9 / (2 * π * 12)

θ = (9 / (2 * π * 12)) * 360

Approximating π as 3.14, we get:

θ = (9 / (2 * 3.14 * 12)) * 360 = 75.39

To the nearest tenth of a degree, this is 75.4 degrees.

Next, we can use the first formula to find the area:

Area = (75.4 / 360) * 3.14 * 12² = 473.2 sq in

To learn more about Area

brainly.com/question/16151549

#SPJ4

suppose that limx→6f(x)=15 and limx→6g(x)=−1. find the following limits. a.limx→6[f(x)g(x)]

Answers

limx→6[f(x)g(x)] = limx→6f(x) * limx→6g(x). Since limx→6f(x) = 15 and limx→6g(x) = -1, then limx→6[f(x)g(x)] = 15 * (-1) = -15. This means that the limit of the product of the two functions is -15.

We can use the limit laws of product to solve this limit.

limx→6[f(x)g(x)] = limx→6f(x) * limx→6g(x)

= 15 * (-1)

= -15

To solve this limit, we can use the limit laws of product. By the limit laws of product, the limit of a product is equal to the product of two limits. Therefore, limx→6[f(x)g(x)] = limx→6f(x) * limx→6g(x). Since limx→6f(x) = 15 and limx→6g(x) = -1, then limx→6[f(x)g(x)] = 15 * (-1) = -15. This means that the limit of the product of the two functions is -15.

learn more about function here

https://brainly.com/question/12431044

#SPJ4

Hanz and Franz are in a shooting competition. The object of the match is to be the first to hit the bull's eye of a target 100 feet away. The two opponents alternate turns shooting, and each opponent has a 40% chance of hitting the bull's-eye on a given shot. If Hans graciously allows Franz to shoot first, what is the probability that Hans will win the competition and take no more than three shots?

Answers

Answer: The probability of Hans winning and taking no more than three shots can be calculated using the principle of total probability and the law of total probability.

Let's call the event of Hans winning and taking no more than three shots "A". Then, the probability of event A can be broken down into several cases:

Case 1: Hans wins in one shot: P(A|Hans wins in one shot) = P(Hans wins in one shot) = 0.4.

Case 2: Hans wins in two shots: P(A|Hans wins in two shots) = P(Franz misses in the first shot) * P(Hans wins in the second shot) = (1 - 0.4) * 0.4 = 0.24.

Case 3: Hans wins in three shots: P(A|Hans wins in three shots) = P(Franz misses in the first two shots) * P(Hans wins in the third shot) = (1 - 0.4)^2 * 0.4 = 0.144.

Finally, the probability of event A can be calculated using the law of total probability as follows:

P(A) = P(A|Hans wins in one shot) + P(A|Hans wins in two shots) + P(A|Hans wins in three shots) = 0.4 + 0.24 + 0.144 = 0.784.

So, the probability of Hans winning the competition and taking no more than three shots is 0.784.

Step-by-step explanation:

Molly is helping her younger sister run a lemonade stand. They earn $2 for each cup of lemonade they sell. Write an equation that shows how their total earnings, y, depend on the number of cups sold, x.

Answers

Answer:

y = 2x

Step-by-step explanation:

We know

They earn $2 for each cup of lemonade they sell. So, the equation is

y = 2x

find the first six terms of the sequence an=n^2-1

Answers

The first six terms of the given sequence are 0, 3, 8, 15, 24, 35

What are sequences?

A sequence is an enumerated collection of objects in which repetitions are allowed and order matters.

Given is a formula for a sequence aₙ = n²-1, we need to find the first six terms of the sequence,

Put n = 1 for first term,

a₁ = 1²-1

= 0

Put n = 2, for second term,

a₂ = 2²-1

= 3

Put n = 3, for third term,

a₃ = 3²-1

= 8

Put n = 4, for fourth term,

a₄ = 4²-1

= 15

Put n = 5, for fifth term,

a₅ = 5²-1

= 24

Put n = 6, for sixth term,

a₆ = 6²-1

= 35

Hence, the first six terms of the given sequence are 0, 3, 8, 15, 24, 35

Learn more about sequence, click;

https://brainly.com/question/30262438

#SPJ1

can you halep me for this quastion too lease

Answers

The equation of a line that has a slope of -1/3 and y-intercept at (0, 1) is y = -x/3 + 1.

What is the slope-intercept form?

In Mathematics, the slope-intercept form of a line can be calculated by using this linear equation:

y = mx + c

Where:

x and y represents the data points.m represents the slope of a line.c represents the y-intercept of a line.

From the information provided above, we have the following slope and y-intercept on the line:

y-intercept = 1Slope, m = -1/3

Therefore, the required equation of line is given by:

y = mx + c

y = (-1/3)x + 1

y = -x/3 + 1

Read more on slope here: brainly.com/question/3493733

#SPJ1

A road sign in the shape of a triangle has two interior angles that have the same measure as shown.


What is the measure of the third interior angle?

Answers

Answer: A: 120

Step-by-step explanation:

When adding all sides of a triangle it should always equal 180 degrees so by adding 30+30=60 after you do 180-60=120 or the proper way is 30+30+x=180

60+x=180

-60     -60

x=120

Binomial Distribution Algebra 2B

Roughly 75% of students take the bus to school. If you were to ask 9 students in your class, what is the probability that at most 8 of them take the bus to school?

Answers

The probability that at most 8 of 9 students take the bus to school is approximately 0.9538.

To find the probability of at most 8 students taking the bus, we can use the cumulative distribution function (CDF) of the binomial distribution.

The CDF gives the probability of getting a certain number or fewer of successes in a fixed number of trials, where each trial has a fixed probability of success.

The CDF of a binomial distribution with parameters n (number of trials) = 9 and p (probability of success) = 0.75 is given by:

F(k) = Σ(i = 0 to k) (9 choose i) * (0.75)^i * (0.25)^(9-i)

where (9 choose i) is the binomial coefficient, which gives the number of ways to choose i successes from n trials.

Thus, to find the probability of at most 8 students taking the bus, we compute the CDF at k = 8:

F(8) = Σ(i = 0 to 8) (9 choose i) * (0.75)^i * (0.25)^(9-i)

Using a binomial calculator or programming language, we can find the value of F(8) which is approximately 0.9538.

For more questions on binomial distribution

https://brainly.com/question/9325204

#SPJ4

The base of a triangular pyramid is an equilateral triangle. Each side of the base measures 12 in. The area of the base is 62.4 in². The slant height of the pyramid is 6 in.

What is the surface area of the pyramid?

Answers

The total surface area of the triangular pyramid is 170.4 inches².

What is Surface Area?

The area of a three dimensional object on it's outer surface is called the surface area of the object.

A triangular pyramid has a triangular base and three triangular faces.

Given that, base of a triangular pyramid is an equilateral triangle. Each side of the base measures 12 in. The area of the base is 62.4 in².

Area of the base = 62.4 inches²

Slant height = 6 inches

Length of edge of each of the three triangular faces = 12 inches

Area of a triangular face = [tex]\frac{1}{2}[/tex] × 12 × 6 = 36 inches²

Area of three triangular faces = 3 × 36 inches² = 108 inches²

Total surface area = 108 inches² + 62.4 inches² = 170.4 inches²

Hence 170.4 inches² is the total surface area of the pyramid.

Learn more about Triangular Pyramid here :

https://brainly.com/question/22213308

#SPJ1

Aaron's car gets an average of 15 miles to the gallon in the city, and he pays an average
of $1.09 per gallon of gas. What is his monthly commuting cost if he drives 10.5 miles
round-trip 22 days a month for work?
Select one:
O a. $26.09
O b. $18.28
O C. $16.79

Answers

Answer:

C

Step-by-step explanation:

15mpg

$1.09/gallon

10.5 per day * 22 days = 231 miles

will need 231/15 gallons of gas = 15.4gallons

cost = 15.4*1.09 = $16.79

How do you convert from kJ to J?

Answers

A joule is one unit of energy, while a kilojoule is 1000 joules.

What is the kJ to J formula?

KJ x 1,000 = J.

It would be simple to calculate if you had a calculator, but you can get the same answer by simply shifting the decimal point 3 places to the left and adding any necessary zeros.A megaJoule (MJ) is 1,000,000 Joules, whereas a kiloJoule (kJ) is 1000 Joules. The Watt, which is a measure of power, is a comparable unit (energy per unit time). Energy units can be created by multiplying power units by seconds (s), hours (h), or years (yr).A joule is one unit of energy, while a kilojoule is 1000 joules.

To learn more about joule refer to:

https://brainly.com/question/13056181

#SPJ4

14/32 Marks
Round the following numbers to 1 significant figure:
a) 25637
b) £2.51
c)
9877m

Answers

The following values, when rounded to one significant figure in accordance with the stated statement, are 3*10⁴, 3, and 1*10⁴ m.

Give an example of a notable figure?

True figures are the number of digits that increase a value's accuracy, often a measurement. Starting with the first semi-digit, we count actual numbers. All the decimal places to the right of the next non-zero digit after the calculation are significant. The number 0.0079800, for instance, includes five significant digits. If a measurement includes the noughts to the side of the last non-zero digit, they are all significant.

As stated in the preceding sentence:

a). 25637 ≈  3*10⁴

b). 2.51 ≈ 3

c). 9877m ≈ 10000m = 1*10⁴m

To know more about Significant figure visit:

https://brainly.com/question/29153641

#SPJ1

HELP ME PLEASE

12. A business records its net profits for the week by subtracting the operating costs from
the revenue. The function P(x)=(125x)-(40x+1,200) represents the profits for one
week, where x is the number of products sold.
Which statement is true?
a) The slope of the function is 85, and it represents the change in net profit per product
sold.
b) The slope of the function is 85, and it represents the initial operating costs of the
business.
c) The slope of the function is 125, and it represents the change in net profit per product
sold.
d) The slope of the function is 125; and it represents the initial operating costs of the
business.

Answers

The correct statement regarding the linear function is given as follows:

a) The slope of the function is 85, and it represents the change in net profit per product sold.

How to define the linear function?

The slope-intercept definition of a linear function is given as follows:

y = mx + b.

In which:

The slope m represents the rate of change of the output variable relative to the input variable.The intercept b represents the initial value assumed by the output variable.

The function for this problem is given as follows:

P(x) = 125x - (40x + 1200).

In slope-intercept format, it is obtained as follows:

P(x) = 125x - 40x - 1200

P(x) = 85x - 1200.

Hence the slope is of 85, representing the rate of change, and option a is the correct option.

More can be learned about linear functions at https://brainly.com/question/24808124

#SPJ1

Kuta Software - Infinite Algebra 2

Right Triangle Trig. - Finding Missing sides and angles

Find the measure of each angle indicated.

1)

-

12

13

Answers

The measure of the indicated angle in each triangle is ∠U=80° and ∠Q =93°

The measure of each triangle's specified angle.

Comprehensive explanation:

Calculate the indicated angle's measurement.

Given: The additional two triangle angles.

Solution:

We are aware that a triangle's three angles add up to 180 degrees.

So,

The measure of the indicated angle in each triangle.​

1st TRIANGLE

∠U+∠V+∠T =180°

∠U+63°37° =180°

∠U= 180°-100°

∠U=80°

2ND TRIANGLE

∠A+∠B+∠C=180°

46°+90°+∠C =180°

∠C=44°

The measure of the indicated angle in each triangle.​

3rd TRIANGLE

∠R+∠P+∠Q= 180°

36°+51°+∠Q =180°

∠Q =93°

Know more about Triangles

https://brainly.com/question/1058720

#SPJ4

Determine the independent and dependent variable from the following situation. Quincy was given 3 video games for his new game system. Every month he saves enough to get 2 more video games.

what is the dependent variable and what is the independent variable.

Answers

The dependent variable is the number of games and the independent variable is the number of months.

How to identify the independent and dependent variables?

We know that Quincy was given 3 video games for his new game system and every month he saves enough to get 2 more video games.

Then the two variables are the number of months and the number of games.

We know that he starts with 3 games and each month he adds 2 more, then we can write the relation:

y = 3 + 2*x

Where y is the number of games and x the number of months.

Then the independent variable is the number of months, and the dependent variable (which depends on the other one) is the number of games.

Learn more about independent variables at:

https://brainly.com/question/82796

#SPJ1

Other Questions
Let Q(t) = t^2. find a formula for the slope of the secant line over the interval [3,t]. (express numbers in exact form. use symbolic notation and fractions where needed.) During the S phase of interphase, DNA is replicated, producing sister chromatids that are held together to form the:A. Mitotic bundleB. Centromeric bundleC. Chromatid coil determine whether or not the function f(x)= x^2 +2x if x0 is continuous at x=0 discuss whether the newly formed corporation, peterson, or both are liable on the contracts with owens and babcock. is the corpo-ration automatically liable to babcock on formation? explain. all leftovers must be reheated for 15 seconds to the minimum temperature of imagine discovering three different bacterial species on a meteorite. each species contains genetic material that is not dna, but the genetic material of each species contains four bases. each species has a different number of amino acids. use the total number of amino acids per species to determine the minimum codon length for each species. species a has 2 amino acids. minimum codon length: What are the 4 models of communication? refer to exhibit 2-5. the opportunity cost of moving from point d to point c is a. 10,000 televisions. b. 10,000 fax machines. c. 5,000 televisions. d. 5,000 fax machines. what is the average velocity between the times 0.4 s and 1 s? You remove 0.01% of the electrons from one mole of hydrogen atoms. What is the net charge of the system? what is 20 liters increased by 60%? the need to exchange goods with others, which was a major stimulus to the development of cities, was created by I know this looks easy but to me is hard will mark u brainliest!!! A visibly upset customer approaches you at the register. As the associate, what is your BEST response? Preach is being used as a verb here change it, so it will be used as a auxiliary verb.The preacher said all may come tomorrow although the church is usually closed on Sundays How is the synthesis and release of anterior pituitary hormones stimulated? describe your family arrangement. what family variation do you think your family falls into? why? Mayra's brother is driving back from college to visit. His college is 330 miles away. After an hour ofdriving, he still has 275 miles to go. If the roads are clear, he'll be able to keep up that pace for thewhole drive. Write a linear function to model how much further he'll have to go over time. why would giving birth to wisdom enable zeus to preserve his place on the throne If a driver is convicted of reckless driving, _____ points will be assessed on their driving record