You get paid $15.25 per hour and "Double Time" for any hours over 40 in one week.
Monday - 8:00 to 12:15 and then 12:45 to 5:00
Tuesday - 7:45 to 11:30 and then 12:15 to 6:00
Wednesday - 7:15 to 12:30 and then 1:30 to 5:15
Thursday - 8:00 to 12:00 and then 12:45 to 5:30
Friday - 7:45 to 12:30 and then 1:15 to 7:15
Total Hours for the week -
Total Gross Pay for the week -
we have
Monday - 8:00 to 12:15 and then 12:45 to 5:00
4:15+4:15=8 h and 30 min
Tuesday - 7:45 to 11:30 and then 12:15 to 6:00
3:45+5:45=9 h +30 min
Wednesday - 7:15 to 12:30 and then 1:30 to 5:15
5:15+3:45=9 h
Thursday - 8:00 to 12:00 and then 12:45 to 5:30
4:00+4:15=8 h +15 min
Friday - 7:45 to 12:30 and then 1:15 to 7:15
4:15+6:00=10 h +15 min
Adds the number of hours
8 h and 30 min+9 h +30 min+9 h+8 h +15 min+10 h +15 min=44 h+90 min=45 h+30 min
=45.5 hours
answer part a) is Total Hours for the week 45.5Remember that
45.5 hours=40+5.5
so the total pay for the week is
40*(15.25)+5.5*(15.25*2)=$777.75
therefore
Total Gross Pay for the week is $777.75Please help!! I need an answer and explain, please and thanks!
Speed of the van = 64 7/8 mph
Speed of airplane = 5 6/7 x speed of the van
Speed of the airplane= ?
Since the speed of the airplane is 5 6/7 times the speed of the van, the speed of airplane is:
Speed of airplane =
\(5\text{ }\frac{6}{7}\cdot64\frac{7}{8}\)First we need to convert the mixed fractions into simple form before we can multiply the two.
In converting mixed fractions to simple form, first we copy the denominator then we get the (new) numerator by multiplying the denominator and the mixed number and adding the (previous) numerator.
Here, Numerator = 7 x 5 + 6 (denominator x mixed number + numerator)
Numerator = 8 x 64 +7 (denominator x mixed number + numerator)
\(5\frac{6}{7}=\frac{7\cdot5+6}{7}=\frac{41}{7}\)\(64\frac{7}{8}=\frac{8\cdot64+7}{8}=\frac{519}{8}\)Now that we have converted the fractions into simple form, we can proceed to multiplication. To do this we multiply the numerator by the numerator, and the denominator by the denominator.
\(\frac{41}{7}\cdot\frac{519}{8}=\frac{21,279}{56}=379\frac{55}{56}\)Notice that we convert the answer back to mixed form. To do that, e just divide the numerator by the denominator. The whoe number in the quotient will be the mixed number , the denominator is as it is and the remainder is your numerator.
Answer:
Speed of Airplane =
\(\frac{21279}{56}mph=379\frac{55}{56}\text{mph}=\text{ 379.98 mph}\)A committee of four people is formed by selecting members from a list of 12 people.
How many different committees can be formed?
__ committees
The number of different committees that can be formed is 495
How many different committees can be formed?From the question, we have the following parameters that can be used in our computation:
People = 12
Committee = 4
These can be represented as
n = 12 and r = 4
The number of different committees that can be formed is
Number = nCr
So, we have
Number = 12C4
Evaluate
Number = 495
Hence, the committee are 495
Read more about combination at
https://brainly.com/question/11732255
#SPJ1
Find the critical value
χ2R
corresponding to a sample size of 5 and a confidence level of 99.0 percent
The critical value, given the sample size of 5 and the confidence level of 99. 0 percent would be 16. 812.
How to find the critical value ?The critical values for the chi-squared (χ^2) distribution depend on the degree of freedom and the level of significance.
The degree of freedom for a chi-squared distribution typically equals the sample size minus 1 so the degrees of freedom here is:
= 5 - 1
= 4
The level of significance would be:
= 1 - 99. 0 %
= 0. 01
The critical value of the sample would therefore be found on a chi -squared distribution table for df = 4 and α = 0.01 to be 16. 812.
Find out more on critical value at https://brainly.com/question/30536618
#SPJ1
consider the system of linear equations
consider the system of linear equations
6x+2y – z=4
X +5y+z=3
2x+y+4z=27
A, solve the system by
I. Gassian elimination method,
II. LU- decomposition method
III. Gauss- Jacobi method,and
IV. Gauss-seidel method,
I. The solution to the system of equations using Gaussian elimination is x = 1, y = -1, and z = 2.
II. For the LU-decomposition method, we need to have a square coefficient matrix, which is not the case in the given system. Therefore, we cannot directly apply the LU-decomposition method.
III. For this method to converge, the coefficient matrix must be diagonally dominant, which is not the case in the given system. Therefore, the Gauss-Jacobi method cannot be directly applied either.
IV. It requires the coefficient matrix to be diagonally dominant, which is not satisfied in the given system. Hence, the Gauss-Seidel method cannot be directly used.
I. Gaussian Elimination Method:
To solve the system of linear equations using Gaussian elimination, we perform row operations to reduce the system into upper triangular form. The augmented matrix for the given system is:
| 6 2 -1 | 4 |
| 1 5 1 | 3 |
| 2 1 4 |27 |
We can start by eliminating the coefficients below the first element in the first column. To do this, we multiply the first row by a suitable factor and subtract it from the second and third rows to eliminate the x coefficient below the first row. Then, we proceed to eliminate the x coefficient below the second row, and so on.
After performing the necessary row operations, we obtain the following reduced row-echelon form:
| 6 2 -1 | 4 |
| 0 4 2 | -1 |
| 0 0 3 | 6 |
From this form, we can easily back-substitute to find the values of x, y, and z. We have z = 2, y = -1, and x = 1.
II. LU-Decomposition Method:
LU-decomposition is a method that decomposes a square matrix into a product of two matrices, L and U, where L is lower triangular and U is upper triangular.
III. Gauss-Jacobi Method:
The Gauss-Jacobi method is an iterative numerical method to solve systems of linear equations.
IV. Gauss-Seidel Method:
Similar to the Gauss-Jacobi method, the Gauss-Seidel method is an iterative method for solving linear systems.
Therefore, out of the four methods mentioned, only the Gaussian elimination method can be used to solve the given system of linear equations.
For more such questions on solution
https://brainly.com/question/24644930
#SPJ8
The area of a triangle is 64 m² and its height is 16 m find the length of its base,
Answer:
8m
Step-by-step explanation:
The area of a triangle is calculated by multiplying the base by the height and then dividing the answer by 2.
A = bh/2
We can use this as a formula to find the base by substituting in the given values:
64 = 16b/2
Multiplying both sides by 2 will get rid of the fraction and isolate the b term:
64x2 = 16b/2 x2
128 = 16b
Finally we divide both sides by 16:
128/16 = 16b/16
8=b
The base is 8m.
Hope this helped!
a movie is 17/8 hours long after 45 minutes how much time is left
Answer:
82.5 minutes
Step-by-step explanation:
We have to figure out how many minutes are in 17/8 hours. 17/8 = 2 1/8 hours. We know that 2 hours is 120 minutes.
1/8hours x 60 min = 7.5 minutes.
120 + 7.5 = 127.5 minutes then subtract out 45. That leaves 82.5 minutes.
Right triangle EFG has its right angle at F, EG = 6 , and FG = 4 What is the value of the trigonometric ratio of an angle of the triangle? Drag a value to each box to match the trigonometric ratio with its value .
Answer:
\(\cos G=\dfrac{2}{3}\)
\(\csc E=\dfrac{3}{2}\)
\(\cot G=\dfrac{2}{\sqrt{5}}\)
Step-by-step explanation:
If the right angle of right triangle EFG is ∠F, then EG is the hypotenuse, and EF and FG are the legs of the triangle. (Refer to attached diagram).
Given ΔEFG is a right triangle, and EG = 6 and FG = 4, we can use Pythagoras Theorem to calculate the length of EF.
\(\begin{aligned}EF^2+FG^2&=EG^2\\EF^2+4^2&=6^2\\EF^2+16&=36\\EF^2&=20\\\sqrt{EF^2}&=\sqrt{20}\\EF&=2\sqrt{5}\end{aligned}\)
Therefore:
EF = 2√5FG = 4EG = 6\(\hrulefill\)
To find cos G, use the cosine trigonometric ratio:
\(\boxed{\begin{minipage}{9 cm}\underline{Cosine trigonometric ratio} \\\\$\sf \cos(\theta)=\dfrac{A}{H}$\\\\where:\\ \phantom{ww}$\bullet$ $\theta$ is the angle. \\ \phantom{ww}$\bullet$ $\sf A$ is the side adjacent the angle. \\\phantom{ww}$\bullet$ $\sf H$ is the hypotenuse (the side opposite the right angle). \\\end{minipage}}\)
For angle G, the adjacent side is FG and the hypotenuse is EG.
Therefore:
\(\cos G=\dfrac{FG}{EG}=\dfrac{4}{6}=\dfrac{2}{3}\)
\(\hrulefill\)
To find csc E, use the cosecant trigonometric ratio:
\(\boxed{\begin{minipage}{9 cm}\underline{Cosecant trigonometric ratio} \\\\$\sf \csc(\theta)=\dfrac{H}{O}$\\\\where:\\ \phantom{ww}$\bullet$ $\theta$ is the angle. \\ \phantom{ww}$\bullet$ $\sf A$ is the side adjacent the angle. \\\phantom{ww}$\bullet$ $\sf H$ is the hypotenuse (the side opposite the right angle). \\\end{minipage}}\)
For angle E, the hypotenuse is EG and the opposite side is FG.
Therefore:
\(\csc E=\dfrac{EG}{FG}=\dfrac{6}{4}=\dfrac{3}{2}\)
\(\hrulefill\)
To find cot G, use the cotangent trigonometric ratio:
\(\boxed{\begin{minipage}{9 cm}\underline{Cotangent trigonometric ratio} \\\\$\sf \cot(\theta)=\dfrac{A}{O}$\\\\where:\\ \phantom{ww}$\bullet$ $\theta$ is the angle. \\ \phantom{ww}$\bullet$ $\sf A$ is the side adjacent the angle. \\\phantom{ww}$\bullet$ $\sf H$ is the hypotenuse (the side opposite the right angle). \\\end{minipage}}\)
For angle G, the adjacent side is FG and the opposite side is EF.
Therefore:
\(\cot G=\dfrac{FG}{EF}=\dfrac{4}{2\sqrt{5}}=\dfrac{2}{\sqrt{5}}\)
Higher Order ThinkingIn 448,244, how is the relationship between the first pair of 4s the same as the relationship between the second pair of 4s?
Solution
Step 1
IIn order to determine the relationship of the two values, we simply divide 440,000 by 44
= 440,000/44
=10,000
Final answer:
440,000 is 10,000 times of 44
Find f(5). f(x) = x2 + 2x
Help please
Answer:
Your answer is: 15
Your equation would have f(5) = x^2 + 2x
Substitute the given value into the function and evaluate.
Step-by-step explanation:
Hope this helped ; )
A bicycle store costs $2100 per month to operate. The store pays an average of $70 per bike. The average selling price of each bicycle is $110. How many bicycles must the store sell each month to break even?
Answer:
It would have to be around 52.5 bikes to break even exactly but you cant sell half of a bike so more like 53.
Step-by-step explanation:
Hope this helps.
which statement about 4(x-3) is true
A. 4(x-3) is a product
B. 4(x-3) has three terms
C. 4(x-3) has two terms
D. 4(x-3) is a sum
HELPPPP PLZ!!!!!!
PLEASE HELPP!!! ITS REALLY IMPORTANT
Answer:
what do you need no one can help if you don't say what you need
Step-by-step explanation:
Answer:
70
Step-by-step explanation:
trust me
i need help i’m confused
5x+3x=16
find X
Thanks
Answer:
5 + 3 = 1 6
8 = 1 6
8 = 1 6
8 /8 = 1 6 /8
= 2
Use intercepts to graph the linear equation -4x + 3y = -30
The equation of a line in the slope intercept form is expressed as
y = mx + c
where
m represents slope
c represents y intercept
Rearranging the equation so that it takes the slope intercept form, it becomes
- 4x + 3y = - 30
3y = 4x - 30
y = 4x/3 - 30/3
y = 4x/3 - 10
The y intercept is - 10
The graph is shown in the attached photo
We can see that the line cuts through the y axis at y = - 10. This is the y intercept
x^2 = 16, therefore x = 4.
Is this a valid conclusion? If not, give a counterexample.
PLEASE HELP ASAP! This composite figure is created by placing a sector of a circle on a triangle. What is the area of this composite figure? Use 3.14 for n. Round to the nearest hundredth. Show your work.
The area of this composite figure made from placing a sector of a circle on a triangle is 95.55 square cm
Calculating the area of the composite figureThe sector area
The area of the sector is calculated as
Area = x/360 * πr²
Where
r² = 8² + 6²
So, we have
r² = 100
This means that
Area = 82/360 * π * 100
Evaluate
Area = 71.55
The triangle area
This is calculated as
Area = 0.5bh
So, we have
Area = 0.5 * 8 * 6
Evaluate
Area = 24
So, the area of the figure is
Figure = 24 + 71.55
Figure = 95.55
Hence, the area is 95.55
Read more about area at
https://brainly.com/question/22972014
#SPJ1
If f(-2) = a and (f • g) (-2) = 2a^2, which of the following is g (-2)?
Answer: \(g(-2)=2a\)
Step-by-step explanation:
\((f \cdot g)(-2)=f(-2)g(-2)\\\\\therefore a \cdot g(-2)=2a^2 \implies g(-2)=2a\)
The function g(-2) from the given functions is 2a.
What is the function?Functions are the fundamental part of the calculus in mathematics. The functions are the special types of relations. A function in math is visualized as a rule, which gives a unique output for every input x.
The given functions are f(-2)=a and (f·g)(-2)=2a².
Here, (f·g)(-2)=2a²
f(-2)·g(-2)=2a²
a·g(-2)=2a²
g(-2)=2a²/a
g(-2)=2a
Therefore, the function g(-2) is 2a.
To learn more about the function visit:
https://brainly.com/question/28303908.
#SPJ2
For which of the following displays of data is it not possible to find the mean histogram frequency, table, stem, and leaf plot doc plot
The mean from a Histogram, table, and dot plot, it is not possible to determine the mean directly from a stem-and-leaf plot.
Out of the given options, the display of data for which it is not possible to find the mean is the stem-and-leaf plot.
A histogram displays data in the form of bars, where the height of each bar represents the frequency of data within a specific range. From a histogram, it is possible to calculate the mean by summing up the products of each value with its corresponding frequency and dividing it by the total number of data points.
A table presents data in a structured format, typically with rows and columns, allowing for easy calculation of the mean. By adding up all the values and dividing by the total number of values, the mean can be obtained from a table.
A stem-and-leaf plot organizes data by splitting each value into a stem (the first digit or digits) and a leaf (the last digit). While a stem-and-leaf plot provides a visual representation of the data, it does not directly provide the frequency or count of each value. Hence, it is not possible to determine the mean directly from a stem-and-leaf plot without additional information.
A dot plot represents data using dots along a number line, with each dot representing an occurrence of a value. Similar to a histogram and table, a dot plot allows for the calculation of the mean by summing up the values and dividing by the total number of data points.
In summary, while it is possible to find the mean from a histogram, table, and dot plot, it is not possible to determine the mean directly from a stem-and-leaf plot.
For more questions on Histogram.
https://brainly.com/question/25983327
#SPJ8
1/5 of 5/6? i dont know what is it please help me
\(\huge\text{Hey there!}\)
\(\mathsf{\dfrac{1}{5}\ of\ \dfrac{5}{6}}\)
\(\bullet \large\textsf{ FUN FACT: The word \underline{of} in mathematics means \underline{multiply}}\)
\(\large\text{So, your new \underline{EQUATION} is}\downarrow\)
\(\mathsf{=\dfrac{1}{5}\times\dfrac{5}{6}}\)
\(\mathsf{= \dfrac{1\times5}{5 \times6}}\)
\(\mathsf{1\times5=\bf 5\leftarrow}\large\text{ NUMERATOR}\)
\(\mathsf{5\times6= \bf 30\leftarrow }\large\text{ DENOMINATOR}\)
\(\mathsf{= \dfrac{5}{30}}\)
\(\mathsf{= \dfrac{5\div5}{30\div5}}\)
\(\mathsf{5\div5=\bf 1\leftarrow}\large\text{ NUMERATOR}\)
\(\mathsf{30\div5=\bf 6\leftarrow}\large\text{ DENOMINATOR}\)
\(\mathsf{=\bf \dfrac{1}{6}}\)
\(\boxed{\boxed{\large\text{ANSWER: }\mathsf{\bf \dfrac{1}{6}}}}\huge\checkmark\)
\(\text{Good luck on your assignment and enjoy your day!}\)
~\(\frak{Amphitrite1040:)}\)
Which situation can be represented by 16 x 4?
A. There are 16 teachers on a field trip. There are 4 more students than teachers.
B. There are 16 teachers on a field trip. There are 4 fewer students than teachers.
C. There are 16 teachers on a field trip. There are 4 times as many students as teachers.
D. There are 16 teachers on a field trip. There are
times as many students as teachers.
Answer:
the answer should be c.
Step-by-step explanation:
here's why....A uses 4 more which is adding. B uses 4 fewer which is subtracting and D does not complete so it should be C.
A box filled with books weighs 1112 kilograms.
Assume 1 kilogram = 2.20 pounds.
What is the best estimate of the weight of the box in pounds?
20 pounds
25 pounds
30 pounds
I don't know.
Answer:
24.464~20 pounds
Step-by-step explanation:
11.12*2.20
=24.464
24.46=20
Hope this helps :)
The best estimate of the weight of the box in pounds is 2,446.4 pounds.
Given that, a box filled with books weighs 1112 kilograms.
We need to find what is the best estimate of the weight of the box in pounds.
How to convert kilograms to pounds?To convert kilograms to pounds, multiply your kilogram measurement by 2.2.
Given, 1 kilogram = 2.20 pounds
Now, 1112×2.2=2,446.4 pounds
≈2,446
Therefore, the best estimate of the weight of the box in pounds is 2,446 pounds.
To learn more about conversion from kilogram to pounds visit:
https://brainly.com/question/1596010.
#SPJ2
2.48 >2.4 1>2.463 find the unknown digit to make each statement true
Answer:
7
Step-by-step explanation:
2.48>2.471>2.463
please mark brainliest
if you take away 25 from a number you will be left with two and halftimes 30. what is the number?
math mat mhaha ha hbahuh gyahy w guabhbhabhabhnahqnhuabuha vha ya yva cyvvahba cya yva buabbyga hay avu aygabyga ygabgyagyabhyabga ahh abbahhajna buiajaj
qhubuag qjjbbaqbjbqhuqguqbqbqyqbyqbyqb math help
What are the zeros of the function
Answer: i think c
Step-by-step explanation:
Given f(x) = log x, what transformations are needed to produce g(x) = log (x) - 3?
Therefore , the solution of the given problem of function comes out to be g(x) = f(x) - 3 transformed .
Define function.Mathematics includes the study of numbers, various variable, the natural reality, architecture, and both actual and hypothetical locations. A function is a visual representation of the relationship between the number of inputs and the corresponding outputs for each. Simply explained, a function range is a collection of inputs that, whenever combined, result in a different output by each input. Every function is assigned a city, county, or scope, sometimes known as a realm. The letter f is frequently used to denote functions (x).
Here,
Given :
=> f(x) = log x
=> g(x) = log (x) - 3
So , it is transformed as logx = f(x)
it is transformed as :
=> g(x) = f(x) - 3
Therefore , the solution of the given problem of function comes out to be g(x) = f(x) - 3 transformed .
To know more about function visit:
https://brainly.com/question/28193995
#SPJ1
solve the triangle for which angle a =30\degree, angle b=45\degree, and a=20
The triangle for which angle a =30\degree, angle b=45\degree, and a=20, side a ≈ 20, side b ≈ 28.284, and side c ≈ 38.636
Two angles (a and b) and one side (a) are provided for us to solve the triangle. Let's call the side across from angle a side A, the side across from angle b side B, and the side across from the final angle (angle c) side C.
Here, it is given that,
angle a = 30 degrees
angle b = 45 degrees
side a = 20
angle c = 180 - (angle a + angle b)
angle c = 180 - (30 + 45)
angle c = 180 - 75
angle c = 105 degrees
We know that, a/sin(A) = b/sin(B) = c/sin(C)
a/sin(A) = b/sin(B) = c/sin(C)
20/sin(30) = b/sin(45) = c/sin(105)
b/sin(45) = 20/sin(30)
b = (sin(45) * 20) / sin(30)
b ≈ (0.7071 * 20) / 0.5
b ≈ 14.142 / 0.5
b ≈ 28.284
Now,
c/sin(105) = 20/sin(30)
c = (sin(105) * 20) / sin(30)
c ≈ (0.9659 * 20) / 0.5
c ≈ 19.318 / 0.5
c ≈ 38.636
Thus, side a ≈ 20, side b ≈ 28.284, and side c ≈ 38.636.
For more details regarding triangle, visit:
https://brainly.com/question/2773823
#SPJ1
what is the equation of a line that passes through (2,28) and is perpendicular to the line that passes through the points (3,7) and (-2,5)
The equation of the line that passes through (2,28) and is perpendicular to the line that passes through (3,7) and (-2,5) is 5x + 2y = 66.
To find the equation of the line that passes through the point (2,28) and is perpendicular to the line that passes through the points (3,7) and (-2,5).
We need to follow a few steps.
Let us first determine the slope of the line passing through the points (3,7) and (-2,5).
We use the formula for finding slope, which is given as follows:m = (y2 - y1)/(x2 - x1)
Here,
x1 = 3, y1 = 7, x2 = -2, y2 = 5.
Substituting these values, we get:m = (5 - 7)/(-2 - 3) = -2/-5 = 2/5
Therefore, the slope of the line passing through (3,7) and (-2,5) is 2/5.
Now, since the line that we are looking for is perpendicular to this line, its slope will be the negative reciprocal of this slope.
We find the negative reciprocal as fol
lows:-
1/(2/5) = -5/2
Therefore, the slope of the line we are looking for is -5/2.
Now we can use the point-slope form of the equation of a line to find its equation.
This equation is given as follows:y - y1 = m(x - x1)
Here, (x1, y1) = (2,28) and m = -5/2.
Substituting these values, we get: y - 28 = (-5/2)(x - 2)
Expanding this equation, we get: 2y - 56 = -5x + 10
Rearranging this equation, we get: 5x + 2y = 66
Therefore, the equation of the line that passes through (2,28) and is perpendicular to the line that passes through (3,7) and (-2,5) is 5x + 2y = 66.
For more questions on equation:
https://brainly.com/question/29657992
#SPJ8
2ja bag has 3 red and 6 green balls. Two
balls are drawn from the bag one after the
other without replacement. What's the
probability of having a green ball drawn
both times
Answer:
5/12
Step-by-step explanation:
Probability of drawing green ball on the first time=6/9=2/3
Probability of drawing green ball on the second time=5/8
Probability of having a green ball drawn
both times=(2/3)*(5/8)=10/24=5/12