The number of views in the four weeks round to the whole number is 48.
Here it is given that the initial number of views for a reader board was 25 and it gets increased at the rate of 18% per week.
We have to find the number of views in the fourth week.
On the first week the increase = 25 + 25× 18%
= 25 + 25 × 18/100
= 25 + 4.5
= 29.5
The second week increase = 29.5 + 29.5 × 18%
= 29.5 + 5.31
= 34.81
The third week increase = 34.81 + 34.81 × 18%
= 34.81 + 6.2658
= 41.0758
The fourth week increase = 41.0758 + 41.0758 × 18%
= 41.0758 + 7.393644
= 48.469444
Therefore the number of views in the four weeks is 48.
To know more about the percentage refer to the link given below:
https://brainly.com/question/24877689
#SPJ4
Colette is considering switching to a cell phone plan with unlimited texting. She currently
pays $38 per month for service, plus $0.20 per text. That adds up fast!
Write an equation that shows how the total monthly cost, y, depends on the number of texts,
X.
Do not include dollar signs in the equation.
y =
Answer:
y= 38 + 0.20x
The equation will be y=38+0.20x where x is the number of texts and y is in dollars.
What is equation?An equation is a relationship between the variables and constants representing how they are related to each other. It includes equal to "=" sign.
It is known that the fixed payment is of $38 and each text costs $0.20.
Assume Colette sends x texts in a month and y be the total cost.
Determine the monthly cost equation.
Total cost= Fixed cost+ x(cost of each text)
y=38+0.20x
So, the total monthly cost will be represented by the equation, y=38+0.20x.
To learn more about equations click:
https://brainly.com/question/2228446
#SPJ2
Determine the distance between the points (−2, −3) and (2, 0). 2 units 4 units 5 units 10 units
The distance between two points on a 2D coordinate plane can be found using the following distance formula. d = √ (x 2 - x 1) 2 + (y 2 - y 1) 2. where (x 1, y 1) and (x 2, y 2) are the coordinates of the two points involved. The order of the points does not matter for the formula as long as the points chosen are consistent.
Thank me at https://brainly.com/app/profile/49759317
#SPJ1
Answer:
it is 5 units!
16. Points X, Y, and Z are collinear, and Y is
the midpoint of XZ. Find the value of b.
Answer:
12=b
Step-by-step explanation:
2b+7=3b-4 is what your gonna do ti solve the problem because both segments have the same length. Then you solve for b by -2b from each side. Then it will become 7=b-4. Add 4 to the seven to get 12=b
Ada lives 12 4/5 miles from her aunt's house. she lives 17 3/8 miles from her grandmother's house. how many more miles does jada live from her grandmother's house than her aunt's house?
Answer:
[tex]4 \frac{23}{40}\; \rm miles[/tex]
Step-by-step explanation:
To find how many more miles Ada lives from her grandmother's house than her aunt's house, we need to subtract the distance to her aunt's house from the distance to her grandmother's house.
Ada lives 17 3/8 miles from her grandmother's house.
Ada lives 12 4/5 miles from her aunt's house.
Convert both mixed numbers into improper fractions by multiplying the whole number by the denominator of the fraction, adding this to the numerator of the fraction, and placing the answer over the denominator:
[tex]17 \frac{3}{8}=\dfrac{17 \cdot 8+3}{8}=\dfrac{139}{8}[/tex]
[tex]12 \frac{4}{5}=\dfrac{12 \cdot 5+4}{5}=\dfrac{64}{5}[/tex]
As both improper fractions have a different denominator, we need to change both fractions into equivalent fractions with the same denominator. To do this, find the least common multiple (LCM) of the denominators, 8 and 5.
The LCM of 8 and 5 is 40. Therefore, convert the fractions into their equivalent fractions (with 40 as their denominator) by multiplying the numerator and denominator by the same number:
[tex]\dfrac{139}{8}=\dfrac{139 \cdot 5}{8 \cdot 5}=\dfrac{695}{40}[/tex]
[tex]\dfrac{64}{5}=\dfrac{64 \cdot 8}{5 \cdot 8}=\dfrac{512}{40}[/tex]
Now the fractions have the same denominator, we can carry out the subtraction by simply subtracting the numerators:
[tex]\dfrac{695}{40}-\dfrac{512}{40}=\dfrac{695-512}{40}=\dfrac{183}{40}[/tex]
Finally, convert the improper fraction into a mixed number by dividing the numerator by the denominator:
[tex]183 \div 40=4\;\rm remainder \;23[/tex]
The mixed number answer is the whole number and the remainder divided by the denominator:
[tex]4 \frac{23}{40}[/tex]
Therefore, Ada lives 4 23/40 miles more from her grandmother's house than her aunt's house.
suppose that when a transistor of a certain type is subjected to an accelerated life test, the lifetime x (in weeks) has a gamma distribution with mean 24 weeks and standard deviation 12 weeks. (a) what is the probability that a transistor will last between 12 and 24 weeks? (b) what is the probability that a transistor will last at most 24 weeks? (c) is the median of the lifetime distribution less than 24? why or why not?
The probability that the transistor will last between 12 and 24 weeks is 0.424
the probability that a transistor will last at most 24 weeks is 0.567
The median of the lifetime distribution is less than 24
X= lifetime of the transistor in weeks E(X)= 24 weeks
O,= 12 weeks
The anticipated value, variance, and distribution of the random variable X were all provided to us. Finding the parameters alpha and beta is necessary before we can discover the solutions to the difficulties.
a) X~gamma([tex]\alpha , \beta[/tex])
E(X)= [tex]\alpha \beta[/tex] [tex]\beta[/tex] =[tex]12^{2}/24[/tex] =6 weeks
V(x)=[tex]\alpha \beta ^{2}[/tex] [tex]\alpha[/tex]=24/6= 4
Now we can find the solutions:
The excel formula used to create Figure one is as follows:
=gammadist(X,[tex]\alpha[/tex] ,[tex]\beta[/tex] , False)
P([tex]12\leq X\leq 24[/tex])
P([tex]12/6 \leq X\leq 24/6[/tex])
P([tex]2\leq X\leq 4[/tex])
P= 0.424
Therefore, the probability that the transistor will last between 12 and 24 weeks is 0.424
b) For this case we want this probability:
[tex]P(X\geq 24)=1-P(X\leq 24)[/tex]
In order to find this probability we can use excel with the following code:
=1-GAMMA.DIST(24,4,6,TRUE)
And we got:
[tex]P(X\geq 24)=P(1-X\leq 24)= 0.567[/tex]
c) For this case the median of the lifetime distribution is less than 24
[tex]P(X\leq \alpha )[/tex] = 0.5 (by definition) So [tex]\alpha[/tex]< 24 because P([tex]X\leq 24[/tex])=0.567 which is greater than 0.5
To learn more about probability click here:
brainly.com/question/11234923
#SPJ4
in the simple linear regression equation , the term b0 represents: a. estimated or predicted response b. estimated intercept c. estimated slope d. explanatory variable
In the simple linear regression equation , the term b0 represents b) Estimated intercept
Define estimated intercept.The expected mean value of Y when all X=0 is the intercept, also referred to as the constant. Create a regression equation with X as the only predictor to begin. The expected mean value of Y at that value is the intercept in the event that X occasionally equals 0. When x is 0, the projected value for y—the intercept of the regression line—is simply 0. A line's slope and intercept can be expressed in terms of the equation y = slope x x + intercept. The Value of Interception The point where the function crosses the y-axis is known as the intercept and is frequently denoted as a constant. In some analyses, removing the intercept and reducing the regression line to Y = bX + error causes the regression model to only become significant.
Given,
In the simple linear regression equation , the term b0 represents:
b) Estimated intercept
To learn more about estimated intercept, visit:
https://brainly.com/question/28771752
#SPJ4
Find the quadratic using the graph.
Step-by-step explanation:
the standard form is
f(x) = y = a(x - h)² + k
(h, k) are the vertex coordinates. here (-2, -9).
a is the stretch factor.
since the parabola opens upwards, a is positive.
so, we see already :
y = a(x + 2)² - 9
to get a we need an additional point on the curve. we see e.g. (1, 0) :
0 = a(1 + 2)² - 9 = a×3² - 9 = 9a - 9
9a = 9
a = 1
so, our standard form is
f(x) = (x + 2)² - 9
¿Cuál será el monto que se pagará por un préstamo de $200,000 a una tasa de interés del 36% si se negocia pagarlo en 2 años? C = $200,00
El interés junto con el préstamo de $ 200,000 tiene un monto de $ 8,080.
¿Cuánto debe pagar el usuario por un préstamo tras un plazo de dos años?En este problema tenemos el caso de una persona que pide prestado $ 200,000 a una tasa de interés anual de 36 %, cuyo pago se realiza tras un plazo de dos años de realizarse el préstamo. Asumimos, que la deuda se genera por interés compuesto, esto es, un interés acumulativo. El interés compuesto es descrito mediante la siguiente fórmula:
I = C' · [(1 + r / 100)ⁿ - 1]
Donde:
C' - Dinero prestado, en unidad monetaria.I - Intereses a pagar, en unidad monetaria.r - Tasa de interés, en porcentaje.n - Número de plazos, en años.Si sabemos que C' = 200,000, r = 36 y n = 2, entonces el interés a pagar al final del plazo es:
I = 200,000 · [(1 + 2 / 100)² - 1]
I = 8080
El interés a pagar es $ 8080, además del préstamo de $ 200,000.
Para aprender más sobre el interés compuesto: https://brainly.com/question/23137156
#SPJ1
You spent less than $75. They purchased three pitchers of soda for $12.99 and pizzas for $6 each. How
many pizzas could the group purchase?
Answer:
6 pizzas
Step-by-step explanation:
12.99 times 3 which is the 3 pitchers of soda is 38.97
38.97 subtracted from 75 which is our total amount is 36.03
36.03 which is what we have left divided by 6 since each pizza is 6$ is 6.
Factor x^2-x-72 Please
Answer:
(x+8)(x-9)
Step-by-step explanation:
1. Use the sum-product pattern
x²-x-72
x²+8x-9x-72
2. Find the common factor from the 2 pairs
x²+8x-9x-72
x(x+8)-9(x+8)
3. Rewrite in factored form
x(x+8)-9(x+8)
(x-9)(x+8)
Solution to problem: (x-9)(x+8)
Can someone help me with this please?
The volume of the rectangular prism is the 75 ft cube.
How to find the volume of a prism?The prism below is a rectangular prism.
A rectangular prism is a three-dimensional shape, having six faces, where all the faces (top, bottom, and lateral faces) of the prism are rectangles such that all the pairs of the opposite faces are congruent.
The volume of a rectangular prism can be express as follows:
Volume of a rectangular prism = base area × height
Therefore,
base area of the prism = 25 ft²
height of the prism = 3 ft.
Hence,
Volume of the rectangular prism = 25 × 3
Volume of the rectangular prism = 75 ft³
learn more on volume here: https://brainly.com/question/318504
#SPJ1
simplify
2√3/16-√75/16+2√27/16
Answer:
3.24759526401
Step-by-step explanation:
divide that
Graph the image of the given triangle after the transformation that has the rule (x, y) −> (x - 1, y+5) .
Answer:
I do not see the original triangle, but you would take the original and move it one unit to the left and 5 units up.
Step-by-step explanation:
For example, if the three vertices (corners) of the triangle were points:
(0,0), (1,5) and (-2,3).
Point (0,0) would move to (-1, 5) 0-1 and 0+5
Point (1,5) would move to (0, 10)
Point (-2,3) would move to (-3, 8)
Answer:
To graph the image of the triangle after the transformation, we first need to have the coordinates of the vertices of the original triangle. Once we have those coordinates, we can apply the transformation to each vertex to obtain the coordinates of the corresponding vertex in the transformed image. Then, we can plot the three transformed vertices to obtain the image of the triangle.
Let's say the original triangle has vertices A, B, and C with coordinates A(x1, y1), B(x2, y2), and C(x3, y3), respectively.
To obtain the transformed coordinates of A, we apply the transformation rule (x, y) → (x - 1, y + 5) to the coordinates of A:
A' = (x1 - 1, y1 + 5)
Similarly, we can obtain the transformed coordinates of B and C:
B' = (x2 - 1, y2 + 5)
C' = (x3 - 1, y3 + 5)
Now that we have the transformed coordinates of the three vertices, we can plot them to obtain the image of the triangle.
Here's an example:
Suppose the original triangle has vertices A(2, 4), B(5, 6), and C(7, 3). Applying the transformation rule (x, y) → (x - 1, y + 5) to each vertex gives us:
A' = (2 - 1, 4 + 5) = (1, 9)
B' = (5 - 1, 6 + 5) = (4, 11)
C' = (7 - 1, 3 + 5) = (6, 8)
Plotting these three points gives us the image of the triangle after the transformation:
Before transformation:
B (5, 6)
/ \
/ \
A (2, 4) C (7, 3)
After transformation:
B' (4, 11)
/ \
/ \
A' (1, 9) C' (6, 8)
Here's what the image of the transformed triangle would look like on a graph:
|
|
C' | B'
|
---------|--------
|
A' |
|
Which graph represents the system of equations –3x + y = 3 and –x + 2y = –4?
The graph represents the system of equations -3x + y = 3 and -x + 2y = -4 is option (b) On a coordinate plane, 2 lines intersect at (negative 2, negative 3).
The system of equation are
-3x + y = 3
-x + 2y = -4
Here we have to use the substitution method
-3x + y = 3
y = 3 + 3x
Substitute the value of y in the second equation
-x + 2(3 + 3x) = -4
-x + 6 + 6x = -4
-x + 6x = -4-6
5x = -10
x = -10/5
x = -2
Substitute the value of x in the first equation
-3x + y = 3
-3(-2) + y = 3
6 + y = 3
y = 3 - 6
y = -3
Hence, the graph represents the system of equations -3x + y = 3 and -x + 2y = -4 is option (b) On a coordinate plane, 2 lines intersect at (negative 2, negative 3).
The complete question is:
Which graph represents the system of equations –3x + y = 3 and –x + 2y = –4?
a) On a coordinate plane, 2 lines intersect at (3, 0).
b) On a coordinate plane, 2 lines intersect at (negative 2, negative 3).
c) On a coordinate plane, 2 lines intersect at (negative 1.5, 1).
d) On a coordinate plane, 2 lines intersect at (1.5, 2.5).
Learn more about substitution method here
https://brainly.com/question/14619835
#SPJ1
Answer:
B
Step-by-step explanation:
both point intersect at ( -2, -3)
I need help like asap !!!
only numbers and decimal points
Answer:
a = 6.63 cm
Step-by-step explanation:
Formula we use,
→ (AC)² = (BC)² + (AB)²
Now the value of a will be,
→ (12)² = a² + (10)²
→ 144 = a² + 100
→ a² = 144 - 100
→ a = √44
→ [ a = 6.63 cm ]
Hence, value of a is 6.63 cm.
As the diameter (d) of a circle increases in size, the circumference (C)
increases Likewise, as the diameter decreases in size, so does the circumference,
The constant of variation between Cand dist. Describe the kind of variation
between eireumference and diameter Write the equation.
P is inversely proportional to Q.
P= 10 when Q = 1.2
a) Work out the value of P when Q = 2.
b) Work out the value of Q when P = 1.25
Answer:
P = 10
Q=12
[tex]p = \frac{1}{q} [/tex]
a). p = 1/2 = 0.5
b). 1.25 = 1/Q
Q = 1/1.25 Q = 0.8
Answer:
P=6
Q= 9.6
Step-by-step explanation:
A)
y=k/x
substitute it in.
10=k/1.2
10×1.2=k
k=12
y=12/x
x=2
12/2=6
P=6.
B)
Since we know y=kx
we know k=12
you would do 12/1.25 to give u Q
12/1.25=9.6
four vehicles are traversing a 1-km segment of a highway and the following observations are made: vehicle a: 1.2 min vehicle b: 1.5 min vehicle c: 1.7 min vehicle d: 1.4 min what is the space-mean speed?
Using the concept of average speed we conclude that the space-mean speed of the vehicles is 0.69 km/min.
What is space-mean speed?The average speed of a vehicle traveling a given segment of a highway in a specific time period is called space-mean speed, i.e.
Average mean speed = total distance traveled / average time travel
Given for vehicles are traversing a 1 km segment of highway. Hence total distance is 4km.
Average time = (1.2 + 1.5 + 1.7 + 1.4)/4
= 5.8/4
= 1.45 min
Now Average mean speed = 1/1.45
=0.689
=0.69 km/min
Hence the space-mean speed of the vehicles is 0.69 km/min
To know more about space-mean speed, visit:
https://brainly.com/question/12322912
#SPJ4
Robin's bank account has $1,876. Every month she withdraws $30 for her phone payment. Create an equation to describe how
much money she will have after a certain amount of months. Write the equation for this problem in function notation. Then
interpret how much money Robin will have after 6 months of payments. Make sure to define your variables and show all of your
work.
Answer: M = 1876 - 30n will give the amount of Money (M) remaining after n months of withdrawing exactly $30 per month, PROVIDED NOTHING ELSE IS EVER ADDED TO OR WITHDRAWN FROM THE ACCOUNT. (Not very realistic.)
Use n=6 to provide the balance after 6 months.
Step-by-step explanation:
Simplify the expression:
3(3+5g)
The value of the expression 3(3+5g) is 9 + 15g.
What is an expression?Expression simply refers to the mathematical statements which have at least two terms which are related by an operator and contain either numbers, variables, or both. Addition, subtraction, multiplication, and division are all possible mathematical operations.
In this case, we want to simplify 3(3 + 5g)
It's important to open the parentheses. This will be:
=3(3 + 5g)
= 9 + 15g
Therefore, the value is 9 + 15g.
Learn more about expressions on:
brainly.com/question/723406
#SPJ1
Demi starts a gardening project with 80 sunflower seeds. She plants 12 of the
seeds. Then she gives 5 seeds each to some friends. Which expression represents
the number of sunflower seeds Demi has left after she gives seeds to f friends?
f
5
C 80 12-5-f
A 80-12-
B 80-12-
D 80-12-5f
what is ( 7 5/6 - 5 1/3 ) +1 1/9?
Answer:
i don't know
Step-by-step explanation:
What are the like terms in the expression 8 + x squared minus 4 x cubed + 5 x + 2 x squared?
8, 5 x
x squared, 2 x squared
8, 5 x 2 x squared
x squared, Negative 4 x cubed, 2 x squared
In the expression, 8 + x squared minus 4 x cubed + 5 x + 2 x squared.
2x^2 and x^2 are the like terms
How to find the like terms in the expressionThe given expression is 8 + x squared minus 4 x cubed + 5 x + 2 x squared
This is rewritten as
8 + x^2 - 4x^3 + 5x + 2x^2
The terms in the expression are grouped as
constant terms: 8
terms with x variable : 5x
terms with x^2 variables: 2x^2 and x^2
terms with x^3 variables: 4x^3
Like terms refers to terms that are similar either as a constants or have same variables
Hence the like terms in the expression is 2x^2 and x^2
Learn more on like term in equations here:
https://brainly.com/question/29333659
#SPJ1
2x + 4y < 20 what is the inequality simplifies
Answer:
x < 10 - 2y
Step-by-step explanation:
passes through A (2, "-5)" parallel to BC with (1, 3) and ( 4, 5) PLS HURRRY!!!!!
The equation for the linear equation parallel to BC is:
y = (2/3)*x - 19/3
How to get the linear equation?
A general linear equation is written as:
y = a*x + b
Where a is the slope and b is the y-intercept.
If the line passes through two points (x1, y1) and (x2, y2), then the slope is:
slope = (y2 - y1)/(x2 - x1)
And two lines are parallel if both lines have the same slope and different y-intercept.
So if we want to et a line parallel to BC whose endpoints are (1, 3) and ( 4, 5), the slope should be:
slope = (5 - 3)/(4 - 1) = 2/3
So our line is like:
y = (2/3)*x + b
And this must pass through (2, -5)
Replacing these values we get:
-5 = (2/3)*2 + b
-5 - 4/3 = b
-15/3 - 4/3 = b
-19/3 =b
Then the linear equation is:
y = (2/3)*x - 19/3
Learn more about linear equations:
https://brainly.com/question/1884491
#SPJ1
PLEASE HELP!!!!!!!!!!
I WILL NAME YOU THE BRAINLIEST!
The thing is in the photo.
I do not understand it because it looks like it has "!" Please help
the equation 32divided ? =8 she says the value of ? is 4 does ella answer make sense ?
Ella answer makes sense because the value of ? is 4
How to determine the value of ? in the equation make sense?
Given: the equation 32 divided ? =8 she says the value of ? is 4
32 / ? = 8
Let x represent ? in the equation, thus:
32 / x = 8 cross multiply
8x = 32
x = 32/8
x = 4
Since x = 4. This implies ? = 4
Also, the value that divides 32 to give is 4
Since the value of ? is 4. Therefore, Ella's answer makes sense
Learn more about equations on:
https://brainly.com/question/4541471
#SPJ1
please help me with this problem, i will give u brainliest. mLNM=…
Check the picture below.
20 percent of all printers of a certain type are submitted for service under waranty. of these, 60 percent can be repaired and 40 percent must be replaced. if a company buys 10 such printers, what is the probability that exactly two will be replaced under warranty.
The probability that exactly two will be replaced under warrant is 0.1937.
Define probability.The possibility of an event occurring is determined by the probability formula. The ratio of positive outcomes to the total number of outcomes serves as the basis for calculating an event's probability. The probabilities are always between 0 and 1. A probability is a number that expresses the possibility or likelihood that a specific event will take place. Probabilities can be stated as proportions with a range of 0 to 1, or as percentages with a range of 0% to 100%.
Given,
W = Warranty
V = Replaced
P(W) = 20/100
P(W) = 0.20
P(U/W) = 0.40
P(W ∩ U)
= P(U/W) × P(W)
= 0.40 × 0.20
0.-08
P( exactly two will be replaced under warranty)
Using binomial distribution:
= P(X = 2)
= 10/2 (0.0.8)² (0.9)⁸
= 0.1937
The probability that exactly two will be replaced under warrant is 0.1937.
To learn more about probability, visit:
https://brainly.com/question/11234923
#SPJ4
A (8,4)
B (4,3)
C (4,-9)
D(2,-1)
please explain your answer!!!
Neither.
Parallel lines (when the line continues), never intersects. Perpendicular lines intersect and create a 90 degree angle.
The angle created by the lines intersect but do not create a 90 degree angle.