How to do log2 in Excel?

Answers

Answer 1

The syntax for using BASE in Excel is "=LN(number,base)" where "number" is the number for which you want to calculate the logarithm and "base" is the base to which the logarithm should be calculated.

For example, if you want to calculate the logarithm of 10 to the base 2, you would use the formula "=LN(10,2)".

The idea is to express the given integer (20) in terms of either the base or the values given (3 and 5).

Next, since we have the multiplication sign, we use the addition law:

The power of the number becomes the product of the log, so we have:

When you have the same base and number, the result is always 1.

learn more about logrithms here

https://brainly.com/question/29201056

#SPJ4


Related Questions

That, given an array a of n integers, returns the smallest positive integer (greater than 0) that does not occur in a. For example, given a = [1, 3, 6, 4, 1, 2], the function should return 5

Answers

There is one way to implement a function in Python that takes in an array of integers and returns the smallest positive integer that does not occur in the array.

def smallest_missing_positive(a):

   #Create a set to store the unique elements in the array

   unique_set = set(a)

   #Iterate through the positive integers starting from 1

   for i in range(1, len(a) + 2):

       #If the current integer is not in the set, return it

       if i not in unique_set:

           return i

This function first converts the input array into a set, which removes any duplicate elements. It then iterates through the positive integers starting from 1 up to the length of the array plus 2. For each integer, it checks whether it is in the set of unique elements from the input array. If it is not, the function returns that integer as it is the smallest positive integer that does not occur in the array.

For example, when the function is called with the input array [1, 3, 6, 4, 1, 2], it will return 5 as it is the first missing positive number.

You can also use a set and difference() method of set to check the missing elements from 1 to maximum element of array+1 and find the missing first one, this method is more efficient than the above one when the array is large.

To know more on loop in python

https://brainly.com/question/30097085

#SPJ4

The length of a rectangular frame is 15 inches in the diagonal length of the frame is 17 inches what is the width of the frame in inches

Answers

The width of the frame is 8 inches.

Now, According to the question:

The length of a rectangular frame is 15 inches

The diagonal length of the frame is 17 inches.

To find the width of the frame in inches.

Let's take the width of the frame is = w

Based on the information given, it should be noted that the diagonal will be the longest side. Therefore, we'll use the Pythagoras theorem to solve the question.

This will be:

17² = 15² + w²

289 = 225 + w²

289 - 225 =  w²

64 =  w²

w = [tex]\sqrt{64}[/tex]

w = 8

Hence, The width of the frame is 8 inches.

Learn more about Pythagoras Theorem at:

https://brainly.com/question/343682

#SPJ4

You are filling up a water balloon at a rate of 30pi cm^3sec. How fast is the radius of the balloon increasing when the radius is 2cm

Answers

The fast of the radius of balloon increasing is 480 cm³ / sec.

How do you calculate speed?If you know how far something has travelled and how long it took to get there, you can calculate its average speed. Speed is calculated as follows: speed = distance * time.When figuring out test problems, the triangle might help you recall the formula more quickly. You may recall the three formulae with the aid of the triangle: Speed is calculated as Distance x Time.The result will be expressed in miles per hour (mph, mi/h), and so on for km/h, m/s, etc., if the distance was measured in miles and the duration in hours.Simple division of time by distance yields the equation for speed. To calculate speed, divide the distance travelled (say, 3 metres) by the passing time (say, three seconds) (one metre per second)

Given data :

V = [tex]\frac{4}{3}[/tex] π r³

we know [tex]\frac{dr}{dt}[/tex] = 30 cm/ sec

we want [tex]\frac{dV}{dt}[/tex] when r = 2cm

Differentiate V = [tex]\frac{4}{3}[/tex] π r³ implicitly with respect to t

[tex]\frac{dV}{dt}[/tex] (V) = [tex]\frac{dr}{dt}[/tex] ( [tex]\frac{4}{3}[/tex] π r³ )

[tex]\frac{dV}{dt}[/tex] = [tex]\frac{4}{3}[/tex] π x 3r² [tex]\frac{dr}{dt}[/tex] = 4 π r² [tex]\frac{dr}{dt}[/tex]

Plug in what you know and solve for what you don't know.

[tex]\frac{dV}{dt}[/tex] = 4π ( 2 )² ( 30 / sec ) =

= 120 x 4 .π cm³ / sec

= 480 cm³ / sec

Learn more about how to find speed refer to :

https://brainly.com/question/26046491

#SPJ4

can someone answer this question really quick

Simplify the expression by combining like terms.

43a−12b+13a+52b
Enter your answer as an expression, like this: 42x+53

Answers

Answer:

56a+40b

Step-by-step explanation:

43a plus 13a is 56a, -12b + 52b is 40b, together it's 56a+40b

After 2+3/2-x+1/3x have been combined using the least common denominator of 6x, what is the numerator?

Answers

On solving the provided question, we can say that In light of this, the lowest common denominator of the equation is (x - 4)(x + 1)(x - 2) (x - 2)

What is equation?

An equation is a mathematical formula that connects two assertions using the equal sign (=) to denote equivalence. In algebra, an equation is a mathematical statement that establishes the equivalence of two mathematical expressions. For instance, an equal sign separates the components 3x + 5 and 14 in the equation 3x + 5 = 14. A mathematical formula is used to explain the connection between two sentences on either side of a letter. Frequently, there is just one variable, which is also the symbol. for example, 2x - 4 = 2.

equation is given as:

x2 — 3x — 4 = x2 — Ox + 8

x2 — 4x + x — 4 =

x(x — 4) + I(x — 4)

Factor out x - 4

(x + I)(x — 4) = x-2(x-4)

The common factor between the two sides of the equation is x – 4.

In light of this, the lowest common denominator is (x - 4)

(x + 1)(x - 2) (x - 2)

To know more about equation visit:

https://brainly.com/question/649785

#SPJ4

what is the leading coefficient of this polynomial? y=5x² + 3x^6 -10x-8,

Answers

Answer:   3

Explanation:

The equation y = 5x^2+3x^6-10x-8 is not in standard form.

Why not? Because the term with the largest exponent (6) isn't listed first.

The standard form would be y = 3x^6+5x^2-10x-8; note the exponents decrease (6, 2, 1, then 0).

After the polynomial is in standard form, we can read off the leading coefficient to be 3. This is the coefficient of the first term 3x^6.

Side note: The degree is 6 as it's the largest exponent.

How many terms are there in the expression 7x2 5x?

Answers

There are 3 terms in expression 7[tex]x^{2}[/tex]-5x+5.

Monomials, binomials, trinomials, and polynomials are all examples of algebraic expressions in mathematics. Algebraic expressions are those that are modeled utilizing unknowable constants, coefficients, and variables. A variable can have any value because it is not fixed, unlike a constant, which has a definite value. Monomials, binomials, trinomials, and polynomials are examples of algebraic expressions that are created by combining variables and constants using arithmetic operations. Terms are the components of algebraic expressions that are separated by addition or subtraction. The type of expression—monomial, binomial, trinomial, or polynomial—depends on the number of terms.

An algebraic expression with three terms is called a trinomial.

To learn more about expression here:

https://brainly.com/question/28980347

#SPJ4

Jeanette took two tests. Find her z-score for each test. (Remember: The number of standard deviations between a score and the mean score is indicated by a z-score.) On which did she score better compared with others in her class

Answers

The z-score is compared as Test A : 3.25; Test B : 3.5; Test B.

What is the z-score to be compared?The Z-score is a statistical measure that describes the relationship of a value to the mean of a group of values. The Z-score is expressed in standard deviations from the mean. A Z-score of 0 indicates that the data point's score is the same as the mean score.

Here given that,

Test A

Jeanette's score 90

Mean score 64

Standard deviation 8

Test B

Jeanette's score 95

Mean score 60

Standard deviation 10

The formula =

z = x - µ / σ

By substituting,

test A : z = (90 - 64) / 8 = 26 / 8 = 3.25

test B : z = (95 - 60) / 10 = 35/10 = 3.5

So Test A : 3.25; Test B : 3.5; Test B

The data of the question is attached below:

To learn more about z-score refer to :

https://brainly.com/question/25638875

#SPJ4

Z-score in test A = 3.25, Z-score in test B = 3.5. She performed better in test B.

What is Z-score?

Z-score represent the difference between a given value and standard deviation.

What is the Z-score of the above question?

given, Jeanette scored 90 in the Test A

 mean score of test A = 64

standard deviation = 8

we know, the Z-score is calculated by the following formula.

Z-score = (X - μ) /σ

where, σ denotes the standard deviation.

          μ denotes the mean value

    X is the actual value

Test A has Z- score = (actual score - mean score) / standard deviation

                             = (90 -64)/8

                           Z = 3.25

In the test B, she scored 95.

actual score = X = 95

mean score in test B = 60

standard deviation in test B = 10

hence, Z-score for test B = (X - μ)/ σ

                                        = (95 -60)/ 10

       Z-score = 3.5

Therefore, Jeanette scored better in her test B.

                                               

To learn more about Z-score visit:

https://brainly.com/question/15016913

#SPJ4

Simplifying algebraic expressions

Answers

The simplified form of the algebraic expression [tex]2c-7c[/tex] is [tex]-15[/tex]

The given algebraic expression is [tex]2c-7c[/tex] and we need to use [tex]c=3[/tex]

Let's substitute the value of [tex]c[/tex] in the given algebraic expression, that is

                      [tex]=2(3)-7(3)\\=6-21\\=-15[/tex]

To know more about simplifying algebraic expressions

brainly.com/question/936650

Answer:

-15

----------------------

Given expression

2c - 7c

Simplify it:

2c - 7c = (2 - 7)c = - 5c

Find its value by plugging in the value of c:

- 5c = - 5*3 = - 15

How long will it take an investment to double at 8% annual Interest? (Assume the interest rate is compounded continuously)

Answers

Answer:

8.66 years

Step-by-step explanation:

F = Pe^(rt)

2 = e^(0.08t)

ln 2 = ln [e^(0.08t)]

ln 2 = 0.08t

t = (ln 2)/0.08

t = 8.66

Answer: 8.66 years

What is the domain and range of the function f/x )= log x?

Answers

The domain of the function f(x) = log x is (0, ∞). The value of x belongs to (0, ∞).

What is a logarithm?

The logarithm is exponentiation's opposite function in mathematics. This indicates that the exponent to which b must be raised in order to obtain a number x is the logarithm of x to the base b.

The given function is f(x) = log x.

When the value of x is less than or equal to 0, then the value of log x is undefined.

The possible value of x where f(x) exists is the domain of a function.

In the given function the value of x must be greater than zero.

The domain of the function is (0,∞).

To learn more about the domain of a function click on the below link:

https://brainly.com/question/2859814

#SPJ4

Mrs. Smith calls customer care after she receives her phone bill. Her bill is normally $40. 00 per

month, however, this month it is $110. 0. Mrs. Smith negotiates a 50% credit of the difference

between the normal charge of $40. 00 and the current balance of $110. 0. How much will Mrs.

Smith be responsible for paying?

Answers

Mrs. Smith will be responsible for paying $75.00

The normal monthly charge is $40.00 and the current balance is $110.00,

so the difference is $110.00 - $40.00 = $70.00.

Mrs. Smith negotiated a 50% credit, so she will receive

$70.00 x 0.50 = $35.00 credit.

To find the amount she is responsible for paying, we subtract the credit from the current balance

$110.00 - $35.00 = $75.00

Thus, the amount Mrs. Smith will be responsible for paying is $75.00

To learn more about the credit

https://brainly.com/question/13964348

how do i answer this q

Answers

Answer: -1/4

Step-by-step explanation:

Rate of change is just another term for slope. To calculate slope, we just need any 2 points on the graph and apply the formula [tex]m=\frac{y_2-y_1}{x_2-x_1}[/tex].

[tex]m=\frac{1-2}{4-0} =\frac{-1}{4} =-\frac{1}{4}[/tex]

This means -1/4 is the rate of change.

Type the correct answer in the box.
C
square units.
m
AADC is formed by reflecting AABC across line segment AC, as shown in the figure.
If the length of AC is 4 units, the area of AADC is

Answers

The area of ΔADC is equal to 6 unit².

What is the triangular area formula?

The total area that is bounded by a triangle's three sides is referred to as the triangle's area. In essence, it is equal to 1/2 of the height times the base, or A = 1/2 b h.

A abc = A adc because the areas of the initial and reflected triangles are equal.

Using the formula area=1/2 base height, determine the area of triangle ABC.

ABC in a triangle:

base = 4 units + AC

height = 3 units + BE

AΔ= abc = 1/2×4×3 =6 unnit²

Hence,

 ΔADC = 6 unit²

To know more about area of triangle visit :-

https://brainly.com/question/19305981

#SPJ1

Why is y 4 a horizontal line?

Answers

The graph of the equation y=4 is a horizontal line. It is function since each x is mapped to one y or each element of the domain is mapped to only one element of the range. It also passes the vertical line test.

Now, According to the question:

Let's know:

What is Horizontal lines?

If we are given the equation of y equal to a number, our graph will be a horizontal line. Is this equation a function? The answer would be yes since it passes the vertical line test. The vertical line test tells us if we draw a vertical line through any point of the graph and it goes through only one point at each line, then it is a function. If it passes through more than one point, it does not. The slope of a horizontal line is zero.

The equation is y = 4.

The graph of the equation y=4 is a horizontal line. It is function since each x is mapped to one y or each element of the domain is mapped to only one element of the range. It also passes the vertical line test.

Learn more about Horizontal lines at:

https://brainly.com/question/10863938

#SPJ4

A telktronics dental X ray machine bears a label stating that the machine gives radiation dosages with a maximum of 5. 00 millorientgens. Sample data consist of 46 randomly selected observations with a mean of 4. 23 milliroentgens and a standard deviation of 1. 91 milliroentgens. Test the claim that the machine gives a radiation dose lower than the maximum on the label

Answers

There is very strong evidence to reject the null hypothesis, and to conclude that the machine gives radiation doses lower than the maximum on the label.

What is hypothesis testing?

Hypothesis testing is a statistical method used to test a claim or a hypothesis about a population parameter, based on a sample of data. The goal of hypothesis testing is to determine whether there is enough evidence in the sample data to support or reject a claim about a population.

What is t-test?

A t-test is a type of statistical hypothesis test that compares the mean of a sample to a known population mean. There are different types of t-tests, depending on the design of the study and the number of samples being compared.

To test the claim that the machine gives a radiation dose lower than the maximum on the label (5.00 milliroentgens), we can use a one-sample t-test. A one-sample t-test compares the mean of a sample to a known population mean (in this case, the maximum on the label). The null hypothesis for this test is that the mean radiation dose given by the machine is equal to or greater than the maximum on the label (5.00 milliroentgens). The alternative hypothesis is that the mean radiation dose given by the machine is less than the maximum on the label.

The test statistic for a one-sample t-test is:

t = (sample mean - population mean) / (sample standard deviation / sqrt(sample size))

Plugging in the given values:

t = (4.23 - 5.00) / (1.91 / sqrt(46)) = -4.05

We can use a t-distribution table to find the p-value associated with this test statistic. With 45 degrees of freedom (sample size - 1), the p-value for t = -4.05 is extremely low, much less than 0.001, the significance level commonly used in hypothesis testing.

To know more about hypothesis testing visit:

https://brainly.com/question/17099835

#SPJ4

given the expression 1/4-3/5 select the addition problem that is equivalent to it

Answers

The expression (1/4 - 3/5) is equivalent to the following expressions -

(3/20 - 10/20) (13/20 - 1)(23/20 - 3/2)

What is expression?In mathematics, an expression or mathematical expression is a finite combination of symbols that is well-formed according to rules that depend on the context.Mathematical symbols can designate numbers (constants), variables, operations, functions, brackets, punctuation, and grouping to help determine order of operations and other aspects of logical syntax.

Given is the expression as -

(1/4 - 3/5)

The given expression is -

(1/4 - 3/5)

1/4 - 3/5

(5 - 12)/20

-7/20

We can write the fraction : -7/20 in many ways as given below -

-7/20 = (3/20 - 10/20) = (1/4 - 3/5)

-7/20 = (13/20 - 1) = (1/4 - 3/5)

-7/20 = (23/20 - 3/2) = 1/4 - 3/5)

Therefore, the expression (1/4 - 3/5) is equivalent to the following expressions -

(3/20 - 10/20) (13/20 - 1)(23/20 - 3/2)

To solve more questions on expressions, visit the link below -

brainly.com/question/1041084

#SPJ1

What is the answers for 9 and 11?

Answers

The total amount in the bank after the specific number of years is;

9.  $476. 1

11. $7, 128. 8

How to determine the amount

The formula for calculating simple interest is expressed as;

I = PRT/100

Where;

I is the simple interestP is the principal amountR is the interest rateT is the time taken

From the information given, we have that;

9.Principal amount = $450

Interest rate = 1.45

Time = 5

Substitute the values into the formula

SImple interest = $450 ×1. 45× 5/100

Multiply the values, we get;

Simple interest, I = 2610/100

Divide through

Simple interest = $26. 1

Total amount = $450 + $26.1 = $476. 1

11. Principal amount = $5600

Interest rate = 3.9

Time = 7 years

Substitute the values

Simple interest = $5600× 3. 9 × 7/100

Multiply the values

Simple interest = 152,880/100

Simple interest = $1528. 8

Total amount = $7, 128. 8

Hence, the values are $476. 1 and  $7, 128. 8

Learn more about simple interest here:

https://brainly.com/question/25793394

#SPJ1

WILL MARK BRRRRRRRRRRRRRRRRRRAIIIIIINNNNNNNNNNNNNLLLLLLLLLLIIIIIIIIIIIEEEEEEEEESSSSSSSSSSTTTTTTTTTTT

Answers

The volume of the cube, given the lengths of the small cubes used to make the larger cube, is 8 cm ³

The surface area of the cube is 24 cm ²

The total length of the edges of the cube is  24 cm

How to find the volume of a cube ?

The volume of a cube can be found by the formula :

= Side x Side x Side

This is because all the sides of a cube at the same and so the volume would measure them three - dimensionally.

The side length of this cube is the length of two of the smaller cubes as these make up a side of the cube :

= 2 x 1

= 2 cm

The volume is therefore :

= 2 x 2 x 2

= 8 cm ³

How to find the area of a cube ?

The surface area of a cube is:

= 6 x side ²

= 6 x 2 ²

= 24 cm ²

How to find the length of a cube ?

The total length of the edges would be:

= 12 edges on a cube x length of each edge

= 12 x 2

= 24 cm

Find out more on Cubes at https://brainly.com/question/28385746

#SPJ1

Given: AAED ≈ ABEC and
AC BD.
Prove: AABD≈ ABAC.
Note: quadrilateral properties are not permitted in this
proof.
Step
1
try
Statement
D
AAED ~ ABEC
AC BD
Type of Statement
E
с
Note: AC and DB are segments.
B

Answers

Side-Angle-Side (SAS) (SAS), The triangles are congruent if the included angles are also congruent and two sides of one triangle match two sides of another triangle.

How may the ABC def be demonstrated?

Side-Angle-Side (SAS) (SAS), The triangles are congruent if the included angles are also congruent and two sides of one triangle match two sides of another triangle.

The use of labels Triangle ABC is congruent to triangle DEF if the angles of triangles ABC and DEF are AB = DE, AC = DF, and A = D.

ABC=CDE: a) in accordance with the conditions BC=CD and AC=CE; b) BCA=m (DCE).

If ABC = CDE, then m(BAC) = m(DEC), and m(ABC) = m (CDE).

If m(BAC)=m(DEC), then AB || DE, or if m(ABC)=m(CDE), then AB || DE.

To learn more about congruent refer to:

https://brainly.com/question/30094441

#SPJ1

Can you help me with this

Answers

The graph of a line with a slope of 3/5 has an equation of y = 3/5x + 1 and the graph is attached

How to plot the graph

From the question, we have the following parameters that can be used in our computation:

Graph of a line with a slope of 3/5

This means that

Slope = 3/5

And it also means that the equation is a linear equation

A linear equation is represented as

y = mx + c

Where

m = slope

i.e. m = 3/5

So, we have

y = 3/5x + c

Assume that c = 1

So, we have

y = 3/5x + 1

Hence, the equation is y = 3/5x + 1

See attachment for graph

Read more about linear equations at

https://brainly.com/question/4074386

#SPJ1

1) Jesus has 100 and he expends 8 dollars every
day. How much money would he have left after 8.
days? Show all your work.

Answers

Answer: Jesus will have 36 dollars after 8 days

Step-by-step explanation: 8 x 8= 64

100-64=36

Multiply 8 by 8 because that's the amount spent throughout those days. It's 64. You would subtract 64 from 100 to get the remainder.
It's 36.

Andrew is kayaking in a river with a 6 mph current. Suppose that he can kayak 4 miles upstream in the same amount of time as it takes him to kayak 9 miles downstream. Find the speed (mph) of Andrew’s kayak in still water

Answers

If Andrew takes same amount of time to kayak 4 miles upstream and 9 miles downstream in a river with a 6 mph current, then the speed of Andrew’s kayak in still water is 15.6 miles per hour.

Therefore the answer is 15.6 mph.

We can begin solving the problem by using the equation:

Speed (relative to water) = Speed (in still water) + Speed (of the water)

Let x be the speed of Andrew's kayak in still water.

When kayaking upstream, his speed relative to the water is x - 6 mph (since the current is moving in the opposite direction at 6 mph).

When kayaking downstream, his speed relative to the water is x + 6 mph (since the current is moving in the same direction at 6 mph).

Since the problem states that it takes Andrew the same amount of time to kayak 4 miles upstream as it takes him to kayak 9 miles downstream, we can set up the following equation knowing time = distance/ speed :

4/ (x - 6) = 9/ (x + 6)

Simplifying and solving for x we get

4(x + 6) = 9(x - 6)

4x + 24 = 9x - 54

9x - 4x = 54 + 24

5x = 78

x = 15.6

So, Andrew's kayak speed in still water is 15.6 miles per hour.

To know more on relative speed

https://brainly.com/question/15147118

#SPJ4

What is a 120 angle called?

Answers

An angle that measures 120 degrees is called an obtuse angle.

An obtuse angle is defined as an angle that measures greater than 90 degrees but less than 180 degrees. It is formed by the intersection of two lines that are not collinear, that is, they do not lie on the same line, and the angle is greater than a right angle but less than a straight angle.

An obtuse angle is represented by an arc with a curved arrow on one end, pointing in the direction of the other end.

It's important to keep in mind that the term obtuse angle is just a classification based on the measure of the angle, which is greater than 90 degrees but less than 180 degrees, and it's not a specific angle measure, it could be any angle that is in that range.

To know more on angles

https://brainly.com/question/15815174

#SPJ4

X is an odd number , if the next odd number is 3x

Answers

Since X is an odd number, x+2 is the following odd number. If x is an even number, the subsequent odd number is x + 1.

The odd even rule is what ?

The vehicles that will travel on the highways on particular days are decided by the Odd-Even rule, a space rationing system. According to the plan, vehicles with odd and even numbers will travel the roads on alternate days.

The unusual method is what?

In jQuery, the odd() method is used to pick elements with odd index numbers (such as 1, 3, 5, etc.). The index begins at zero. It picks odd numbers, unlike the even() function, which is comparable. From the set of chosen items, the odd() method returns the odd indexed elements.

To know more about odd number visit:-

https://brainly.com/question/2057828

#SPJ1

How many prime numbers are between $30$ and $40$?

Answers

Answer:

2 prime numbers: 31 and 37

Step-by-step explanation:

31 and 37 are the only prime numbers between 30 and 40

Prime numbers are : 31 and 37 (≧∇≦)b

column A
1. 4.08÷4=N
2. 2.25÷1.5=N
3. 106.26÷4.2=N
4. 71.46÷0.2=N
5. 3.015÷15=N

Column B
A 25.3
B 357.3
C 0.201
D 1.5
E 1.02


with solution plss​

Answers

Column A and B matching the results with the operations

4.08÷4=1.02 (N=1.02) A2.25÷1.5=1.5 (N=1.5) D106.26÷4.2=25.3 (N=25.3) A71.46÷0.2=357.3 (N=357.3) B3.015÷15=0.201 (N=0.201) C

What is a real value number?

Answers

Real value numbers are both rational and irrational numbers. Rational numbers such as integers (-2, 0, 1), fractions(1/2, 2.5) and irrational numbers such as √3, π(22/7), etc are all real numbers.

What is a real number in mathematics?

The real number that consist of different types of numbers for example prime numbers, odd numbers, even numbers, rational numbers, whole numbers, etc. These numbers can be expressed in the form of figures.Any number that we can think except complex numbers is a real number.

How many types of real numbers?

Real numbers encompass three classifications of numbers.Whole numbers, rational numbers, and irrational numbers are all real numbers.Even counting and natural number are all real numbers.

To learn more about real number visit;

https://brainly.com/question/551408

#SPJ4


35x+60y>(or equal to)7,000
Solve for x and y

Answers

For this question u have to assume value of either x or y

For example

to find the value of x

side calculation (7000/35 = 200)

let x = 200

then 35(200) +60y = 7000

7000 + 60y = 7000

60y = 7000-7000

so y = 0

so value of x should be greater than or equal to 200

x >(or equal to) 200

to find the value of y

side calculation ( 7000/60 = 116.67)

let y = 116.67

then 35x + 60(116.67) = 7000

35x + 7000 = 7000

35x = 7000-7000

35x=0

so x = 0

so the value of y should be greater than or equal to 116.67

y >( or equal to 116.67)

How do you find the third side of a triangle that is not right?

Answers

The third side of a triangle can be found using the Pythagorean Theorem.

The Pythagorean Theorem states that for a triangle with sides of length a, b, and c (with c being the length of the unknown side) a^2 + b^2 = c^2.

To find the third side of a triangle that is not right, first calculate the lengths of the two known sides. Let's say the lengths of the two known sides are a = 5 and b = 12.

Next, plug the values into the Pythagorean Theorem and solve for c.

[tex]a^2 + b^2 = c^2[/tex]

[tex](5)^2 + (12)^2 = c^2 \\25 + 144 = c^2[/tex]

[tex]169 = c^2[/tex]

Finally, take the square root of both sides to solve for c.

sqrt(169) = c

13 = c

Therefore, the length of the third side is 13.

Learn more about Pythagorean Theorem here:

https://brainly.com/question/28361847

#SPJ4

Other Questions
4) Add commas, colons, and semicolons to the following sentence. Use exact spelling and correct spacing. "Don't forget to take the trash out" Mom reminded us. The spring in a scale stretches 1 centimeter when a 5-newton object hangs from it. How much does an object weigh if it stretches the spring 2 centimeters what weather system might be occuring if austrailia is experienceing droughts and parts of south america are flooded . Marissa is painting one of her bedroom walls. She marks off of the wall. Then she divides the marked section into 3 equal parts and paints one part blue. What fraction of the whole wall is blue? Explain briefly why it's helpful to choose a chord progression before developing the harmony Why was the Munich Agreement so important? What are the impacts of nicotine and tobacco on the human body? true or false a scope of practice may or may not state the services cosmectologist cannot legally perform Find the output (y) of the function y= -7+5 if the input is (x) is 15Y= What is a 1:2 1 genotypic ratio? The nurse has educated the client on the pathophysiology of osteoarthritis and degenerative joint disease. This type of teaching best illustrates which learning theory Willl mark you brainlieestttt 100 POINTS!!!!! PLEASE HELP! The term that refers to the presence of a tuft of flagella emerging from a single site is ______.A. amphitrichousB. lophotrichousC. peritrichousD. atrichousE. monotrichous In a survey, 13 out of 20 teachers respond yesto a proposal for a new after-school club. In the same survey, 37 out of 50 students respond yes. a.Which group is more in favor of the new after-school club, teachersor students? Show your work According to the law of universal gravitation, any two objects are attracted to each other. The strength of the gravitational force depends on the masses of the objects and their distance from each other. Many stars have planets around them. If there were no gravity attracting a planet to its star, the planet's motion would carry it away from the star. However, when this motion is balanced by the gravitational attraction to the star, the planet orbits the star. Two solar systems each have a planet the same distance from the star. The planets have the same mass, but Planet A orbits a more massive star than Planet B. Which of the following statements is true about the planets? I need help with this question please A customer has written an application that uses Amazon S3 exclusively as a data store. The application works well until the customer increases the rate at which the application is updating information. The customer now reports that outdated data occasionally appears when the application accesses objects in Amazon S3. What could be the problem, given that the application logic is otherwise correct? Give as many points as you can to support the claim that Victorian photographs are not reliable. Using traditional methods it takes 8.5 hours to receive a basic flying license. A new license training method using Computer Aided Instruction (CAI) has been proposed. A researcher used the technique on 21 students and observed that they had a mean of 8.8 hours with a variance of 1.21 . Is there evidence at the 0.05 level that the technique performs differently than the traditional method? Assume the population distribution is approximately normal. Step 1 of 5 : State the null and alternative hypotheses