Answer:
252
Step-by-step explanation:
using a brute force method in c++
#include <stdio.h>
int main(){
int a, b, c, n = 0;
for(a = 1; a <= 9; a++)
for(b = 0; b <= 9; b++)
for(c = 0; c <= 9; c++)
if((a==3 || b==3 || c==3)) n++;
printf("%d\n", n);
}
F(x)=-x2-7x-5
Find f(-5)
Answer:
f(-5)=5
Step-by-step explanation:
the "-5" is telling us what to plug in for x. So, the new equation would be:
f(-5)= -(-5)^2-7(-5)-5
if we reduce, the expression would be
-25+35-5
our final answer would be 5.
Sam has 6 choices of shirts, 4 choices of pants, 5 choices of socks, and 6 choices of shoes for his working dress. In how many ways Sam can select his outfit?
looooovvvvveeee these kinds of questions :D
anyways, there are 6 × 4 × 5 × 6=720 outfits
Find the third iterate x3 of f(x) = 2x + 3
for an initial value of x0 = 2
a. 7
b. 15
c. 17
d. 37
For the function f(x) = 2x + 3 the third iterate x₃ is 37
To find the third iterate, x3, of the function f(x) = 2x + 3, given an initial value of x₀ = 2,
we can apply the function repeatedly.
Starting with x₀ = 2:
x₁ = f(x₀)
= 2(2) + 3
= 7
x₂ = f(x₁)
= 2(7) + 3 = 17
x₃ = f(x₂)
= 2(17) + 3
= 37
Therefore, the third iterate x₃ is 37.
To learn more on Functions click:
https://brainly.com/question/30721594
#SPJ1
A parabola can be drawn given a focus of (1, -7) and a directrix of y = 1. Write the
equation of the parabola in any form.
Answer:
Step-by-step explanation:
focus (1 , -7) ⇒ a = 1 & b = -7
y = 1 ⇒ c = 1
Equation of parabola :
(x - a)² + (y - b)² = (y - c)²
(X - 1)² + (y + 7)² = (y - 1)²
Now, expand.
x² - 2x + 1 + y² + 2*7*y + 7² = y² - 2*y*1 + 1
x² - 2x + 1 + y² - 14y + 49 = y² - 2y +1
x² - 2x + 1 + y² - 14y + 49 - y² + 2y - 1 = 0
x² - 2x + y² - y² - 14y + 2y + 1 + 49 - 1 = 0
x² - 2x - 12y + 49 = 0
Please give your calculations too.
Answer:
1) number of boys in school is 48 [ Could be true ]
2) fraction of the boys in the school is = 6/6+7= 6/13 [False]
3) fraction of girls in school is 7/6+7=7/13 [Definitely true]
\(---------------\)
hope it helps...
have a great day!!!
Floyd builds rectangles using matches, as shown below. When the length of the rectangle is 3 matches, he used 8 matches. When the length of the rectangle is 7 matches, he used 16 matches. How many matches does Floyd need to make a rectangle with length 20 matches? [Type in only o numeric digit as your answer with no spaces Answer: Search Q
Floyd needs 33 matches to make a rectangle with a length of 20 matches.
To find out how many matches Floyd needs to make a rectangle with a length of 20 matches, we can observe a pattern in the given information.
From the given data, we can see that as the length of the rectangle increases by 4 matches, the number of matches used increases by 8. This means that for every additional 4 matches in length, Floyd requires 8 more matches.
Using this pattern, we can calculate the number of matches needed for a rectangle with a length of 20 matches.
First, we need to determine the number of 4-match increments in the length of 20 matches. We can do this by subtracting the starting length of 3 matches from the target length of 20 matches, which gives us 20 - 3 = 17.
Next, we divide the number of 4-match increments by 4 to determine how many times Floyd needs to add 4 matches. In this case, 17 ÷ 4 = 4 with a remainder of 1.
Since Floyd requires 8 matches for each 4-match increment, we multiply the number of increments by 8, which gives us 4 × 8 = 32 matches.
Finally, we add the remaining matches (1 match in this case) to the total, resulting in 32 + 1 = 33 matches needed to reach a length of 20 matches.
For more such questions on rectangle, click on:
https://brainly.com/question/2607596
#SPJ8
Keenan is training for a triathlon and needs to swim a certain distance for today's workout. If he swims at the rec center pool, he will complete a 118-yard warmup and then swim laps in a lane that is 41 yards long. If Keenan swims at the indoor pool at his gym, he will complete a 154-yard warmup, plus a main set that consists of 32 yards per lap. If Keenan swims the correct number of laps, he can complete the same distance in either pool. How many laps will that take? How long will Keenan's workout be in total?
9514 1404 393
Answer:
4 laps282 yardsStep-by-step explanation:
For n laps, the length Keenan swims in the rec center pool is ...
118 + 41n
and the length he swims in the gym pool is ...
154 +32n
These are equal length for equal numbers of laps, so we have ...
118 + 41n = 154 + 32n
9n = 36 . . . . . . . . . . . . . subtract 32n+118
n = 4 . . . . . . . . divide by 9
Then the length of Keenan's workout is ...
118 +41(4) = 282 . . . . yards
It will take 4 laps to make the workout total 282 yards in each pool.
what is the solutuion for 8 = x +1?
Answer:
x = 7
Step-by-step explanation:
8 = x + 1
8 - 1 = x7 = xprove that the value of x is 7
8 = x + 18 = 7 + 18 = 8proven
Can someone please help:(
Thank you all
There were 172 children and 165 adults admitted to the amusement park.
Given that the admission fee for children is $1.50, so the total amount collected from children is 1.5c.
Similarly, the admission fee for adults is $4, so the total amount collected from adults is 4a.
We are also given that the total number of people admitted to the park is 337, so we can write the following equation based on the number of people:
c + a = 337
The total admission fees collected is $918.
1.5c + 4a = 918
Now we have a system of two equations.
From the first equation, we can express 'c' in terms of 'a':
c = 337 - a
Substituting this value of 'c' into the second equation:
1.5(337 - a) + 4a = 918
505.5 - 1.5a + 4a = 918
2.5a = 918 - 505.5
2.5a = 412.5
a = 412.5 / 2.5
a = 165
Substituting the value of 'a' back into the first equation:
c + 165 = 337
c = 337 - 165
c = 172
Therefore, there were 172 children and 165 adults admitted to the amusement park.
To learn more on Equation:
https://brainly.com/question/10413253
#SPJ1
Yesterday, Rachel went on a bike ride. Her average speed was 9 miles per hour. Today, she went on another ride, this time averaging 14 mlles per hour. In the two days, she biked for a combined total time of 12 hours. Let x be the number of hours she biked yesterday. Write an expression for the combined total number of miles she biked in the two days.
Rachel rode her bike a total distance in miles over the course of two days, as shown by the expression: -5x + 168.
What is meant by term speed of object?Velocity is the pace and directions of an object's movement, whereas speed is really the time rate which an object is travelling along a path. In other words, velocity is a vector, whereas speed is just a scalar value.Let x be the duration of Rachel's bicycle ride yesterday.
Distance = speed * time
According to information provided, Rachel's average speed yesterday was 9 miles per hour.Therefore, the distance travelled in x hours would be: 9x.Additionally, we are informed that Rachel biked nine times in total 12 hours.Therefore, the second day's biking time would be: 12 - x.At a pace of 14 miles per hour, the distance travelled would be: 14(12 - x)The total distance that Rachel would travel is: 9x + 14(12 - x)Thus, the equation becomes.
= 9x + 14(12 - x)
On solving;
= 9x + 168 - 14x
=-5x + 168
Rachel rode her bike a total of miles over the course of two days, as shown by the expression: -5x + 168.
To know more about the speed of object, here
https://brainly.com/question/29725219
#SPJ1
employees at an arcade are paid according to the number of hours worked as shown in the graph
Answer:
B, C, G
Step-by-step explanation:
If we look at the graph, it shows that if an employee works for 5 hours, then they will earn $36.25.
We can take 36.25 and divide that by 5 to get the hourly wage.
36.25 ÷ 5 = 7.25
We now know that employees get $7.25 every hour.
Using this we can look back to the graph.
'A' says that if an employee does not work, they will earn $7.25.
We know that this is wrong because if you do not work, then you do not earn money.
Let's look at 'B'.
If employees work for one hour, they will earn $7.25
We know this is correct because we now know the hourly wage.
Let's look at 'C'
If employees work for 4 hours, then they will get a revenue of $29.
We can figure this out by using this equation.
number of hours × hourly wage = total payment
4 × 7.25 = 29
Then this means that this is correct.
Let's look at 'D'
It says that if employees work for 10 hours, they will earn $73
Let's use that same equation again.
10 × 7.25 = 72.5
Employees earn $72.5 for working 10 hours, not $73.
So, this is obviously incorrect.
Let's look at 'E'
It says that if employees work for 3.5 hours, they will get a revenue of $21.75.
3.5 × 7.25 = 25.375
Therefore, this is incorrect.
Now let's take a look at 'F'.
It says that if employees work for 7.25 hours, then they earn $1.
This is incorrect.
And lastly, 'G'.
We know that if you do not work, then you do not earn money.
Therefore, A, B and G are the correct answers.
Please help!!
If you could explain how you solved this in detail it would be much appreciated.
When x^3+kx^2+2kx+6 is divided by (x-2), the remainder is 30. Find k.
Simplifying this equation, we get:
8 + 4k + 4k + 6 = 30
8k + 14 = 30
8k = 16
k = 2
Therefore, the value of k is 1.
What is polynomial?In mathematics, a polynomial is an expression consisting of variables (usually represented by x), coefficients, and non-negative integer exponents, which are combined using the operations of addition, subtraction, and multiplication. For example,
\(3x^2 + 2x - 1\)
is a polynomial with three terms, or a "trinomial," where the variable x is raised to the powers of 2 and 1, and the coefficients are 3, 2, and -1.
The degree of a polynomial is the highest power of the variable in the expression. For example, the polynomial above has a degree of 2, since the highest power of x is 2.
Polynomials are used in many areas of mathematics, including algebra, calculus, and geometry, and are used to model many real-world phenomena.
We can use the remainder theorem, which states that if a polynomial f(x) is divided by (x - a), then the remainder is equal to f(a). In this case, we know that when the polynomial\(l x^3 + kx^2 + 2kx\) + 6 is divided by (x - 2), the remainder is 30. So, we can set up the following equation:
\(x^3 + kx^2 + 2kx + 6 = (x - 2)q(x) + 30\)
where q(x) is the quotient when. \(x^3 + kx^2 + 2kx + 6\) is divided by (x - 2). We don't need to know what q(x) is, since we're only interested in finding k.
Now, let's substitute x = 2 into the equation above:
\(2^3 + k(2^2) + 2k(2) + 6 = (2 - 2)q(2) + 30\)
Simplifying the left-hand side, we get:
\(8 + 4k + 4k + 6 = 30\)
\(16k = 16\)
\(k = 1\)
OR
8 + 4k + 4k + 6 = 30
8k + 14 = 30
8k = 16
k = 2
To know more about equation visit:
https://brainly.com/question/10413253
#SPJ1
Find the circomference of the circle
Answer:
18.84
Step-by-step explanation:
please help me with my online classwork!
Answer:
840 cm²---------------------------
There are two triangular faces with base of 16 cm and height of 15 cm and three rectangular faces.
Find the sum of areas of all five faces:
S = 2*(1/2)*16*15 + (17*2 + 16)*12 = 240 + 600 = 840You decide to determine, once and for all, which chocolate brownies are best-- yours or your sister-in-law's Yolanda-- by devising a test of hypothesis. She is a superb baker and she mocks your baking as inferior. Undaunted, you decide to randomly select 100 names from the NYC phone book. You contact each selected individual and they agree to participate in your study. Then, you send your brownies with instructions for rating the taste and one week later you send Yolanda's brownies with the same instructions. Each group rates the brownies on a 10 point ordinal scale--10 implies exquisite and 1 implies inedible. True or False: This test is performed on paired or matched samples.
Answer:
Ture
Step-by-step explanation:
The rates of the same participatant are paired.
Round off the following numbers to 2 significant figures.
156
Answer:
your answer would be 160
a company manufactures commercial and domestic heating systems at two plant sites, it can produce no more than 1300 units per month, and it needs to fill orders at least 500 commercial units and 650 domestic units.
a)write the system of inequalities that describes the constraint on the production for these orders.
b) graph the solution sets of this system of inequalities.
The system of inequalities are : C + D ≤ 1300 ; C≥500 and D≥650
The graph can be made using these three inequalities.
How do you describe linear inequality with two variables?
The solution(s) of a linear inequality in two variables like mx + ny > p is value in pair (x, y) that satisfies the inequality when the values of x and y are substituted into that inequality. The graph of that inequality in two variables is the set of points that represents all roots to the inequality.
Let the commercial units be represented by C and Domestic units by D,
Given that both units are not more than 1300.
Means, C + D ≤ 1300
Also Given that, Commercial units are atleast 500 i.e, C≥500
Similarly, for domestic D≥650
a)The system of inequalities are:
C+D ≤1300
C≥500
D≥650
b)Graph for the above inequalities
To know more about inequality, visit:
https://brainly.com/question/11897796
#SPJ1
Refer to the graph attached with solution.
Who can answer this for me please
Answer:
f(2)=-2
Step-by-step explanation:
Values of a function from a graph
The graph of a function is usually a drawn line that joins a number of points that correspond to the ordered pairs (x,y), where x is a given value, and y is the value calculated through the rule of the function, usually a formula or equation.
If we want to know the value for a specific value of x, we find the corresponding x-coordinate, draw an imaginary vertical line until we meet the graph. The value of y at that point is the required value of the function.
For example, for x=0 the graph crosses the y-axis at y=2, thus the ordered pair is (0,2), and f(0)=2.
For x=2, the function has a value of y=-2, thus:
f(2)=-2
What does x+3x+5+2 =
The solution for x in the equation x + 3x + 5 + 2 = ? is x = (? - 7) / 4.
We must first reduce the equation's left side in order to find the value of x in the formula x + 3x + 5 + 2 =?
x + 3x + 5 + 2 = 4x + 7
The formula for the equation is now 4x + 7 =? We must isolate x on one side of the equation in order to find its value. By taking 7 away from both sides, we can accomplish this:
4x + 7 - 7 = ? - 7
After examining the right side and simplifying the left, we arrive at:
4x = ? - 7
Now, we must split both sides by 4 in order to isolate x:
4x / 4 = (? - 7) / 4
After examining the right side and simplifying the left, we arrive at:
x = (? - 7) / 4
As a result, x = (? - 7) / 4 is the answer to the equation x + 3x + 5 + 2 =?
To know more about Equation visit:
https://brainly.com/question/17145398
#SPJ1
express each set using the roster method.
a. the set of the natural odd numbers greater than 2, but less than 11
b.
{x|x (N and 4
In set-builder notation, the same set can be expressed as {x|x (N and 4<x<10)}, which reads as "the set of all x such that x is a natural number and 4 < x < 10."
How to solve the question?
a. The set of natural odd numbers greater than 2, but less than 11 can be expressed using the roster method as {3, 5, 7, 9}. The set includes all the odd natural numbers between 2 and 11, excluding the endpoints, since 2 is not odd, and 11 is not less than 11.
b. The set {x|x (N and 4<x<10)} can be expressed using the roster method as {5, 6, 7, 8, 9}. The set includes all the natural numbers greater than 4 and less than 10, since x is a natural number (N) and satisfies the condition 4 < x < 10.
In set-builder notation, the same set can be expressed as {x|x (N and 4<x<10)}, which reads as "the set of all x such that x is a natural number and 4 < x < 10." The vertical bar separates the description of the elements of the set (the condition) from the set itself.
The roster method and set-builder notation are both ways of describing sets, but the roster method lists all the elements of a set, while the set-builder notation describes the properties or conditions that define the set. Both methods are useful in different situations and depend on the specific context and the purpose of the set description.
To know more about numbers visit :-
https://brainly.com/question/25734188
#SPJ1
Your complete question is :-
express each set using the roster method.
a. the set of the natural odd numbers greater than 2, but less than 11
b.{x|x (N and 4
What are the advantages and disadvantages of each representation for finding patterns and making predictions?
Answer:
The advantages & disadvantages of tables,graphs and words have been explained below.
Step-by-step explanation:
The 3 major representation for finding patterns and making predictions are;
1.Tables
2. Graphs
3. Words
This means we want to find the advantages and disadvantages of using tables, graphs and words for finding patterns and making predictions.
1) Tables: Advantage is that we will be able to directly see the exact effect of the input variable on the output. While the disadvantage is that it's very difficult to see patterns.
2) Graphs: Advantage is that we can easily see the pattern of the representation. However the disadvantage is that we can't see the exact values arising from the effect of the input variable on the output.
3) Words: The advantage is that we can describe the data values in clear terms. However, the disadvantage is that we can't get exact values from just the words.
Which equations represent circles that have a diameter of 12 units and a center that lies on the y-axis? Select two options. x2 + (y – 3)2 = 36 x2 + (y – 5)2 = 6 (x – 4)² + y² = 36 (x + 6)² + y² = 144 x2 + (y + 8)2 = 36
The equations which represent circles that have a diameter of 12 units and a center that lies on the y-axis include the following:
(x - 0)² + (y - 3)² = 36
(x - 0)² + (y + 8)² = 36
The equation of a circle.Mathematically, the standard form of the equation of a circle is given by;
(x - h)² + (y - k)² = r²
Where:
h and k represents the coordinates at the center.r represents the radius of a circle.Since the circle has a diameter of 12 units, the radius would be calculated as follows:
Radius, r = diameter/2
Radius, r = 12/2
Radius, r = 6 units.
Also, when the center of this circle lies on the y-axis, it simply means the value of h is zero (0). Therefore, the equations of these circle at points (0, 3) and (0, -8) are given by;
(x - h)² + (y - k)² = r²
(x - 0)² + (y - 3)² = 6²
(x - 0)² + (y - 3)² = 36
(x - h)² + (y - k)² = r²
(x - 0)² + (y - (-8))² = 6²
(x - 0)² + (y + 8)² = 36
Read more on equation of a circle here: https://brainly.com/question/15662363
#SPJ1
Solve the inequality and enter your solution as an inequality comparing the
variable to a number.
x-30 > 30
Answer:
\(x > 60\)
Step-by-step explanation:
\(x-30 > 30\)
\(x > 60\) (add 30 onto both sides of the inequality)
Write the equation of the line with a slope of 2/7 that passes through the point (3, -4). Write solution in slope intercept form.
The equation of the line with a slope of 2/7 that passes through the point (3, -4) is:
y = (2/7)*x - 34/7
How to write the linear equation?Here we know that the linear equation has a slope of 2/7, so we can start by writing it as:
y = (2/7)*x + b
Now we need to find the value of b, which is the y-intercept.
To find the value of b, we can use the values on the given point, which is (3, -4), This means that when the value of x is 3, the value of y is -4, then we can replace that in the above linear equation, so we will get:
-4 = (2/7)*3 + b
-4 - 6/7 = b
-28/7 - 6/7 = b
-34/7 = b
Then we can conclude that the linear equation is:
y = (2/7)*x - 34/7
If you want to learn more about linear equations:
https://brainly.com/question/1884491
#SPJ1
Suppose f(x) =8^3x and g(x) =8^4x which of these function operations are correct select all that apply
Suppose \(f(x) =8^{3x\) and \(g(x) =8^{4x\), function operations that are correct include the following:
A. (f + g)(x) = \(8^{3x} + 8^{4x}\)
B. (f × g)(x) = \(8^{7x}\)
C. (f - g)(x) = \(8^{3x} - 8^{4x}\)
What is an exponent?In Mathematics, an exponent is a mathematical operation that is typically used in conjunction with an algebraic expression in order to raise a quantity to the power of another.
This ultimately implies that, an exponent is represented by the following mathematical expression;
bⁿ
Where:
the variables b and n are numerical values (numbers) or an algebraic expression.n is referred to as a superscript or power.By applying the division and multiplication law of exponents for powers of the same base to the functions, we have the following:
(f × g)(x) = \(8^{3x+ 4x}=8^{7x}\)
(f ÷ g)(x) = \(8^{3x- 4x}=8^{-x}\)
Read more on exponent here: brainly.com/question/27858496
#SPJ1
what is 1% of 62 like i dont understand this
Answer:
0.62
Step-by-step explanation:
1. We assume, that the number 62 is 100% - because it's the output value of the task.
2. We assume, that x is the value we are looking for.
3. If 62 is 100%, so we can write it down as 62=100%.
4. We know, that x is 1% of the output value, so we can write it down as x=1%.
5. Now we have two simple equations:
1) 62=100%
2) x=1%
where left sides of both of them have the same units, and both right sides have the same units, so we can do something like that:
62/x=100%/1%
6. Now we just have to solve the simple equation, and we will get the solution we are looking for.
7. Solution for what is 1% of 62
62/x=100/1
(62/x)*x=(100/1)*x - we multiply both sides of the equation by x
62=100*x - we divide both sides of the equation by (100) to get x
62/100=x
0.62=x
x=0.62
now we have:
1% of 62=0.62
unit 7 right triangles & trigonometry homework 5: trigonometry : finding sides and angles
Answer:
1. 7.3
2. 33.3
3. 21.3
4. 31.9
5. 25.6
6. 11.0
7. 42°
8. 64°
9. 13°
10. 51°
Step-by-step explanation:
make sure if you're using a math calculator that it is in degree mode.
SIN, COS, OR TAN. SOH CAH TOA. Sin is Opposite/hypotenus.
Cos is Adjacent(next to it)/hypotenus.
Tan is Opposite/Adjacent.
~~
PROBLEM 1:
So we have 63°, 16 as hypotenus, and x as one of the legs.
1. Figure out whether it is Sin, Cos, or Tan. (It's adj and hyp. of the angle degree (63° listed so it's cos.)
2. Once you set it up, it is Cos 63°= x/16 then flip it around. which makes it 16 COS 63= X.
3. Input it into your calculator as 16cos(63, then it will give you.. 7.263847996
4. Don't forget to round to the nearest tenth, which gives you
x = 7.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 2:
Given: 39°, 27 is opposite of the °, and adj is x. So this is Tan.
1. Set it up, Tan 39° = 27/x can't solve this way so fix it.
2. rewritten as X = 27/tan39
3. round ur answer.
x = 33.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 3:
Given: 49°, adj is 14, hyp is x. So this is Cos.
1. Set up according to CAH, Cos 49=(14/x).
We can't solve it this way since the X is on the bottom. So we have to fix it!
2. Turns into X Cos 49 = 14, which then turns into X= 14/cos49.
3. Put it in your calculator as 14 DIVIDED BY cos 49. ( Put image example)
4. Round.
x= 21.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 4:
Given: 15°, 33 hyp, adj x. Which is Cos.
1. Cos 15= x/33 and rewrite.
2. Input as 33 cos(15 into calculator = 31.875...
3. Round to tenth.
x = 31.9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 5:
Given: 52°, 20 adj of °, and x opp of °. Will use TAN.
1. Tan 52° = x/20
2. 20 Tan(52 into calculator
3. Round
x = 25.6
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 6:
Given: 27°, opp of ° is 5, hyp is x. Will use Sin.
1. Write out as I have the last few times, Sin 27 = 5/x rewrite cause x can't be at the bottom.
2. Input into calculator as: 5/sin 27 which equals 11.01...
3. Round.
x = 11.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 7:
Given: x°, 6 as hyp, 4 opp. now we have to solve this different since we don't know the degree. Now when we input into the calculator you will press 2nd, then sin/cos/tan so it will be negative this is depending on which one ur solving for.
We will be using SIN, x is still a °.
1. Sin X = 4/6 Rewrite.
2. X= Sin^-1 (4/6)
Make sure ur sin is negative in calculator when doing this.
3. It SHOULD give you 41.81, round.
x = 42°
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 8:
Given: x°, 29 opp, 14 adj. TAN.
1. Tan x°= 29/14 or..
2. X = Tan^-1(29/14) solve..
3. gives u 64.23.... round.
x = 64°
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 9:
Given: x°, hyp 54, opp 12. SIN
1. Sin x°=(12/54)
2. X= Sin^-1(12/54) solve. (dont put x= into calculator.)
3. Don't Forget to round, answer unrounded: 12.839..
x = 13°
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROBLEM 10:
Given: x°, adj 25, hyp 40. COS
1. Cos x°=25/40 rewrite.
2. X= Cos^-1(25/40) Solve.
3. Round.
X= 51°
The ages of a group of lifeguards are listed.
17, 17, 18, 19, 22, 23, 25, 27, 32, 38
If another age of 18 is added to the data, how would the mean be impacted?
A The mean would stay the same value of about 22.5.
B The mean would stay the same value of about 23.8.
C The mean would increase in value to about 25.6.
D The mean would decrease in value to about 23.3.
Answer: (D): The mean would decrease in value to about 23.3
Step-by-step explanation:
Step 1: Find the Original Mean
Mean = Sum/# of Numbers
Mean = 17 + 17 + 18 + 19 + 22 + 23 + 25 + 27 + 32 + 38/ 10 numbers
Mean = 238/10
Mean = About 23.8
Step 2: Add 18 to the original sum, divide that by 11 numbers
Mean = 238 + 18/11 numbers
Mean = 256/11
Mean = About 23.3
And so, Answer Choice (D) is correct
If 6 is an element in the domain of f(x) = (8x-16)/2, what is the corresponding element in the range?
If 6 is an element in the domain of f(x) = (8x - 16)/2, the corresponding element in the range include the following: [16].
What is a domain?In Mathematics, a domain is the set of all real numbers for which a particular function is defined.
What is a range?In Mathematics, a range can be defined as the set of all real numbers that connects with the elements of a domain.
Based on the information provided, we have the following function rule:
Function, f(x) = y = (8x - 16)/2
When the domain x = 6, the range (y) of this function is given by;
Range, y = (8(6) - 16)/2
Range, y = (48 - 16)/2
Range, y = 32/2
Range, y = 16.
Read more on range here: https://brainly.com/question/16678516
#SPJ1
use a number line to solve 5+7