Use Gaussian elimination to solve (
9
8


−7
−7

)(
x
y

)=(
−5
8

) (
x
y

)=

Answers

Answer 1

The given system of equations using Gaussian elimination, we start by writing the augmented matrix for the system: [9 8 | -5] [-7 -7 | 8]  Therefore, system of equations is x = -875/63 and y = 15.

To solve the given system of equations using Gaussian elimination, we start by writing the augmented matrix for the system: [9 8 | -5] [-7 -7 | 8] Next, we perform row operations to simplify the matrix.

We can multiply the first row by 7 and the second row by 9, then add the two rows together to eliminate the x term in the second row: [63 56 | -35] [63 63 | 72]

Next, we can subtract the first row from the second row to eliminate the x term: [63 56 | -35] [0 7 | 107] Now, we divide the second row by 7 to isolate the y variable: [63 56 | -35] [0 1 | 15]

Lastly, we can subtract 56 times the second row from the first row to eliminate the y term in the first row: [63 0 | -875] [0 1 | 15]

Therefore, system of equations is x = -875/63 and y = 15.

Learn more about Gaussian elimination here:

https://brainly.com/question/31328117

#SPJ11


Related Questions

Write an integrated program in Fortran to calculate the value of the equation (y) using the if arithmetic expression from the following relationship. y=x+7
y=x
2



x≥0
x<0

Answers

The Fortran program calculates the value of the equation y based on the conditions: y = x + 7 if x is greater than or equal to 0, and y = x^2 if x is less than 0.

Here's an example of an integrated Fortran program that calculates the value of the equation y based on the given conditions:

program EquationCalculation

   implicit none

   real :: x, y

   ! Read the value of x from the user

   print *, "Enter the value of x:"

   read *, x

   ! Calculate the value of y based on the given conditions

   if (x >= 0.0) then

       y = x + 7.0

   else

       y = x**2

   end if

   ! Display the result

   print *, "The value of y is:", y

end program EquationCalculation

In this program, the user is prompted to enter the value of x. Depending on the value of x, the program uses the if-else statement to calculate the value of y according to the given conditions. Finally, the calculated value of y is displayed on the screen.

To learn more about Fortran visit : https://brainly.com/question/29590826

#SPJ11

Let random variable X
i

represent the i th number, for all i∈{1,2,3…}. Suppose that (as the manufacturer claims) P(X
i

=9 for all i)<1. Prove that there must be some n∈ {1,2,3…} such that P(X
n

=9)<1

Answers

If the probability of Xᵢ = 9 for all i is less than 1, then there must exist some n such that P(Xₙ = 9) is also less than 1.

The statement suggests that for each individual random variable Xᵢ, the probability of it being equal to 9 is less than 1. Let's assume the opposite, that is, suppose there is no such n for which P(Xₙ = 9) < 1. This implies that for all n in the set {1, 2, 3, ...}, the probability of Xₙ being equal to 9 is equal to or greater than 1.

However, if the probability of Xᵢ = 9 for all i is less than 1, it contradicts our assumption. It means that at least for one particular value of n, the probability of Xₙ being equal to 9 must be less than 1.

To put it simply, if the probability of Xᵢ = 9 for all i is less than 1, it implies that there exists some n for which the probability of Xₙ = 9 is less than 1. This conclusion follows from the logic that if a condition holds for all elements in a set, then it must hold for at least one element in that set.

Learn more about probability here:

https://brainly.com/question/31828911

#SPJ11

Suppose you roll a fair six-sided die, with faces numbered "1" through "6," ten times. What is the probability that you will get at least one "6?" (Round to the nearest tenth of a percentage.) 2.8%

A. 16.2%

B. 83.8%

C. 95.0%

D. 97.2%

Answers

The probability that you will get at least one "6" when you roll a fair six-sided die, with faces numbered "1" through "6," ten times is approximately 83.8%.

The probability that you will get at least one "6" when you roll a fair six-sided die, with faces numbered "1" through "6," ten times is given as  97.2% (rounded to the nearest tenth of a percentage).Explanation:To find the probability of getting at least one 6 in ten rolls, we can use the complement rule. We can calculate the probability of rolling a non-6 on each roll (which is 5/6) and then take the complement of the probability that none of the rolls are 6. The probability of getting at least one 6 is then:

1 - (5/6)⁽¹⁰⁾= 1 - 0.1615 (rounded to four decimal places)= 0.8385 (rounded to four decimal places)≈ 83.85% (rounded to the nearest hundredth of a percentage)

Option B is correct answer.

For more question six-sided die

https://brainly.com/question/22087319

#SPJ8

Define H:R→R by the rule H(x)=x
2
, for all real numbers x. [5] (a) Is H one-to-one? Prove or give a counterexample. (b) Is H onto? Prove or give a counterexample. (c) Find Inverse of a function defined as below F(x)=log
2

(H(x))

Answers

(a) H is not one-to-one.

(b) H is onto.

(c) The inverse of F(x) = log₂(H(x)) is F^(-1)(x) = 2^(x/2), subject to domain and range restrictions.

(a) To determine if H is one-to-one, we need to check if different inputs yield different outputs. Let's consider two real numbers x₁ and x₂ such that x₁ ≠ x₂.

H(x₁) = x₁^2

H(x₂) = x₂^2

If H(x₁) = H(x₂), then x₁^2 = x₂^2. Taking the square root of both sides, we get |x₁| = |x₂|.

Since |x₁| = |x₂|, it is possible for x₁ ≠ x₂, but |x₁| = |x₂|, which means H is not one-to-one. Therefore, H is not one-to-one.

(b) To determine if H is onto, we need to check if every element in the range of H has a corresponding input in the domain.

Since H(x) = x^2, the range of H consists of all non-negative real numbers (including zero). For any non-negative real number y, we can find x = √y such that H(x) = y. Therefore, H is onto.

(c) Let's find the inverse of the function F(x) = log₂(H(x)).

First, we express H(x) in terms of F(x):

H(x) = x^2

F(x) = log₂(x^2)

To find the inverse, we swap the roles of x and F(x) and solve for x:

x = 2^(F(x)/2)

Therefore, the inverse function is:

F^(-1)(x) = 2^(x/2)

Note: The inverse function can only be defined within the range of F(x), so it is important to consider the domain and range restrictions of F(x) when defining the inverse.

Learn more about real number from the given link:

https://brainly.com/question/17019115

#SPJ11

I fund the charge density which produces the following electrostatic potential (8p(s). ψ=
r
3

,r=
x
2
+y
2
+z
2

Answers

The charge density ρ that produces the given electrostatic potential is given by:

ρ = ε₀ * [(-3/r^5) + 15(x^2 + y^2 + z^2)/r^7]

If the electrostatic potential ψ is given by ψ = r^(-3), where r is the distance from the origin (r = sqrt(x^2 + y^2 + z^2)), we can find the charge density associated with this potential using the Poisson's equation:

∇^2ψ = -ρ/ε₀

where ∇^2 is the Laplacian operator, ρ is the charge density, and ε₀ is the permittivity of free space.

Let's calculate the charge density ρ:

∇^2ψ = (∂^2ψ/∂x^2) + (∂^2ψ/∂y^2) + (∂^2ψ/∂z^2)

Differentiating ψ with respect to x, y, and z:

∂ψ/∂x = -3x/r^5

∂^2ψ/∂x^2 = (-3/r^5) + 15x^2/r^7

∂ψ/∂y = -3y/r^5

∂^2ψ/∂y^2 = (-3/r^5) + 15y^2/r^7

∂ψ/∂z = -3z/r^5

∂^2ψ/∂z^2 = (-3/r^5) + 15z^2/r^7

Summing up the second derivatives:

∇^2ψ = (-3/r^5) + 15(x^2 + y^2 + z^2)/r^7

Equating to -ρ/ε₀:

(-3/r^5) + 15(x^2 + y^2 + z^2)/r^7 = -ρ/ε₀

Simplifying further:

ρ = -ε₀ * [(-3/r^5) + 15(x^2 + y^2 + z^2)/r^7]

Therefore, the charge density ρ that produces the given electrostatic potential is given by:

ρ = ε₀ * [(-3/r^5) + 15(x^2 + y^2 + z^2)/r^7]

To learn more about electrostatic potential

https://brainly.com/question/21670083

#SPJ11

Tourists stop at an information desk at a rate of one every 15 minutes, and answering their questions takes an average of 3 minutes each. There are 7 employees on duty. If a tourist isn't served immediately, how long on average would the tourist have to wait for service?

A. 12.5 minutes

b. 10 minutes

c. 5 minutes

d. 0.018 minutes

Answers

On average, a tourist would have to wait for approximately 12.5 minutes for service (option A) if they are not served immediately at the information desk.

To calculate the average waiting time, we need to use the queuing theory formula for the average waiting time in an M/M/c queuing system. In this case, we have a Poisson arrival process with an arrival rate of 1 customer every 15 minutes and an exponential service time with an average of 3 minutes.
The utilization factor, ρ, can be calculated as the arrival rate divided by the service rate per server multiplied by the number of servers. In this case, we have 7 servers.
ρ = (1/15) / (1/3 * 7) = 1/35
Using the formula for the average waiting time, which is given by:
W = ρ / (c * (1 - ρ)) * (1 / λ)
where c is the number of servers and λ is the arrival rate, we substitute the values:
W = (1/35) / (7 * (1 - 1/35)) * (1 / (1/15))
W ≈ 12.5 minutes
Therefore, on average, a tourist would have to wait for approximately 12.5 minutes for service, or option A.

learn more about average here

https://brainly.com/question/24057012



#SPJ11

In Australia, 30% of the population has blood type A +. Consider X, the number having A + blood among 18 randomly-selected Australians.

(a) What is the probability distribution of X?

(b) Calculate: (i) the mean and standard deviation of X.

(ii) P(X > 12)

(iii) P(5 ≤ X < 10)

Answers

In Australia, 30% of the population has blood type A+. Consider X, the number having A+ blood among 18 randomly-selected Australians.

(a) Probability distribution of XThe given information tells us that the probability of an individual having A+ blood type is 30%.Now, suppose we select a sample of 18 people from the Australian population.

Since we are interested in finding the number of people having A+ blood type, we can say that X follows a binomial distribution with n = 18 and p = 0.3.The probability mass function (pmf) of X is given by:P(X = x) = (18Cx) (0.3)x (0.7)18-x, where x = 0, 1, 2, ..., 18

(b) Calculation of Mean and Standard Deviation of X

(i) Mean of XThe mean of X is given by μ = np = 18 × 0.3 = 5.4Therefore, the mean number of people having A+ blood type among 18 randomly selected Australians is 5.4.

(ii) Standard Deviation of XThe standard deviation of X is given by σ = √np(1 - p) = √18 × 0.3 × 0.7 ≈ 1.83Therefore, the standard deviation of the number of people having A+ blood type among 18 randomly selected Australians is approximately 1.83.

(iii) P(X > 12)We need to find P(X > 12) which is the probability that more than 12 people in a sample of 18 Australians have A+ blood type.Using the binomial probability formula, we have:P(X > 12) = ΣP(X = x), x = 13, 14, ..., 18P(X > 12) = Σ(18Cx) (0.3)x (0.7)18-x, x = 13, 14, ..., 18Using the binomial probability table or calculator, we find that P(X > 12) ≈ 0.025.

(iv) P(5 ≤ X < 10)We need to find P(5 ≤ X < 10) which is the probability that between 5 and 9 people in a sample of 18 Australians have A+ blood type.Using the binomial probability formula, we have:P(5 ≤ X < 10) = ΣP(X = x), x = 5, 6, ..., 9P(5 ≤ X < 10) = Σ(18Cx) (0.3)x (0.7)18-x, x = 5, 6, ..., 9Using the binomial probability table or calculator, we find that P(5 ≤ X < 10) ≈ 0.423.

To know more about population visit:

https://brainly.com/question/15889243

#SPJ11

I want to import a matrix and then calculate the determinant using eliminations but keep getting this error. Where is the problem and how can it be fixed?

Answers

When importing a matrix and calculating the determinant using eliminations, it is important to ensure that the matrix is correctly formatted. If you are receiving an error, there may be a formatting issue with the matrix. Here are some steps to check and fix the issue:

Step 1: Check the matrix dimensions. Make sure the matrix is square, meaning that it has an equal number of rows and columns. If it is not square, you will not be able to calculate the determinant.

Step 2: Check the syntax of the matrix. Make sure the matrix is formatted correctly using brackets or parentheses. For example, if you are using MATLAB, the matrix should be entered in the following format: matrix = [1 2 3; 4 5 6; 7 8 9]

Step 3: Check for any missing or extra elements in the matrix. Make sure that each row and column of the matrix has the same number of elements. If there are any missing or extra elements, you will not be able to calculate the determinant.

Step 4: Check the syntax of the determinant calculation. Make sure that you are using the correct syntax to calculate the determinant. In MATLAB, you can use the "det" function to calculate the determinant of a matrix. For example, if you have a matrix called "A", you can calculate the determinant using the following syntax: det(A)If you follow these steps and still receive an error, try searching for the specific error message to see if there are any other solutions to the problem.

Learn more about determinant:

https://brainly.com/question/14325450

#SPJ11

Select "Yes" or "No" to indicate whether the ordered pair is on the graph of the function f(x)=−16x+1.



Ordered Pairs Yes No
(0,−16)
Yes – begin ordered pair 0 comma negative 16 end ordered pair
No – begin ordered pair 0 comma negative 16 end ordered pair
(−1,−1)
Yes – begin ordered pair negative 1 comma negative 1 end ordered pair
No – begin ordered pair negative 1 comma negative 1 end ordered pair
(1,256)
Yes – begin ordered pair 1 comma 256 end ordered pair
No – begin ordered pair 1 comma 256 end ordered pair

Answers

Answer:
(0, -16): No

(-1, -1): Yes

(1, 256): No

The body temperatures of a group of healthy adults have a bell-shaped distribution with a mean of 98.23

F and a standard deviation of 0.69

F. Using the empirical rule, find each approximate percentage below. a. What is the approximate percentage of healthy adults with body temperatures within 1 standard deviation of the mean, or between 97.54

F and 98.92

F ? b. What is the approximate percentage of healthy adults with body temperatures between 96.85

F and 99.61

F ? a. Approximately % of healthy adults in this group have body temperatures within 1 standard deviation of the mean, or between 97.54

F and 98.92

F. (Type an integer or a decimal. Do not round.) b. Approximately % of healthy adults in this group have body temperatures between 96.85

F and 99.61

F. (Type an integer or a decimal. Do not round.)

Answers

a. The approximate percentage of healthy adults in this group with body temperatures within one standard deviation of the mean is 68%.

b. The approximate percentage of healthy adults in this group with body temperatures between 96.85 °F and 99.61 °F is 95%.

To find the approximate percentages using the empirical rule, we can utilize the properties of a normal distribution and the given mean and standard deviation. The empirical rule states that for a bell-shaped distribution:

- Approximately 68% of the data falls within one standard deviation of the mean.

- Approximately 95% of the data falls within two standard deviations of the mean.

- Approximately 99.7% of the data falls within three standard deviations of the mean.

a. The range within one standard deviation of the mean is between 97.54 °F and 98.92 °F. This range represents approximately 68% of the data. Therefore, the approximate percentage of healthy adults in this group with body temperatures within one standard deviation of the mean is 68%.

b. The range within two standard deviations of the mean is between 96.85 °F and 99.61 °F. This range represents approximately 95% of the data. Therefore, the approximate percentage of healthy adults in this group with body temperatures between 96.85 °F and 99.61 °F is 95%.

Learn more about normal distribution here:

https://brainly.com/question/30390016

#SPJ11


Calculate the b parameter for the linear regression of the
following data:



Period
Value


1
9,420


2
9,138


3
9,187


4
9,152


5
8,939


6
9,021


7
8,890


8
8,952

Answers

To calculate the b parameter for linear regression, we need to determine the slope of the regression line.

In linear regression, the b parameter represents the slope of the line, which measures the rate of change of the dependent variable (value) with respect to the independent variable (period). The formula to calculate the slope is given by:

b = (nΣxy - ΣxΣy) / (nΣx^2 - (Σx)^2)

where n is the number of data points, Σxy represents the sum of the products of the corresponding values of x (period) and y (value), Σx is the sum of the x values, Σy is the sum of the y values, and Σx^2 is the sum of the squared x values.

By plugging in the values from the given data, we can calculate the sums and apply the formula to find the value of b, which represents the slope of the regression line.

Learn more about slope here: brainly.com/question/2491620

#SPJ11

Determine whether each statement is true or false. If the statement is false, make the necessary change(s) to produce a true statement.

The graph of the linear function 2x+3y=6 is a line passing through the point (3,0) with slope = -2/3​. 

Answers

The question asks to determine the truth value of the statement regarding the graph of the linear function 2x + 3y = 6 passing through the point (3,0) with a slope of -2/3.

The statement is false. To make it true, we need to find the correct slope for the line passing through the point (3,0) on the graph of the linear function 2x + 3y = 6.

To find the slope, we can rewrite the equation in slope-intercept form, y = mx + b, where m represents the slope. Rearranging the given equation, we have 3y = -2x + 6, and dividing by 3 gives y = (-2/3)x + 2.

Comparing this equation with the slope-intercept form, we can see that the slope is -2/3. Therefore, the correct slope for the line passing through the point (3,0) on the graph of the linear function 2x + 3y = 6 is indeed -2/3. Hence, no change is necessary in this case, and the statement is already true.

Learn more about Linear function:

https://brainly.com/question/29205018

#SPJ11

If X is uniformly distributed over (-1, 1), find
(a) P(X).
(b) the density function of the random variable |X.

Answers

(a) P(X) for a uniformly distributed random variable X over (-1, 1) is 1/2.

(b) The density function of the random variable |X is f(|X|) = 1/2 for -1 ≤ |X| ≤ 1.

(a) The probability density function (PDF) of a continuous uniform distribution over an interval (a, b) is given by f(x) = 1/(b - a). In this case, X is uniformly distributed over (-1, 1), so the interval (a, b) is (-1, 1). Therefore, the PDF of X is f(x) = 1/(1 - (-1)) = 1/2. The probability of an event for a continuous random variable is defined as the integral of the PDF over that event. Since X is uniformly distributed over the interval (-1, 1), the event X itself covers the entire interval, so the probability P(X) is equal to the integral of the PDF over the interval (-1, 1). Integrating the PDF f(x) = 1/2 over (-1, 1) gives us P(X) = (1/2)(1 - (-1)) = 1/2.

(b) To find the density function of the random variable |X|, we need to consider the absolute value of X. Since X is uniformly distributed over (-1, 1), the absolute value of X will be in the range of 0 to 1. We can express this as -1 ≤ |X| ≤ 1. Since X is symmetric around zero, the density function f(|X|) will also be symmetric. The PDF of |X| is given by f(|X|) = 2f(x) for x ≥ 0. Substituting the PDF of X, which is 1/2, into this equation gives us f(|X|) = 2(1/2) = 1/2 for -1 ≤ |X| ≤ 1. Therefore, the density function of the random variable |X| is f(|X|) = 1/2 for -1 ≤ |X| ≤ 1.

Learn more about density function here:

https://brainly.com/question/31696973

#SPJ11

Assume the +x axis is to the right, the +y axis is up, and the +z axis is out.) E= N/C What approximations did you make, if any? Check all that apply. Use approximate formula for electric field of a charged spherical shell. Assume distance to observation location is small compared to length of rod Neglect polarization of rod Neglect polarization of balloons (b) Next a proton is placed at that same location (marked by the x ). What is the force acting on the proton? F=

Answers

Approximate formula for electric field of a charged spherical shell: This suggests that the electric field was calculated assuming the rod behaves like a uniformly charged spherical shell.

This approximation simplifies the calculation by considering the rod as a collection of individual point charges on its surface.

2. Neglecting polarization of the rod: This implies that the effect of the alignment of charges within the rod due to an external electric field is ignored. Polarization can occur when the charges within the rod slightly shift to create an induced electric field that opposes the external field. However, in this case, the polarization is neglected, assuming its impact is negligible.

3. Neglecting polarization of balloons: Similar to the previous approximation, this neglects the effect of polarization in the balloons caused by the external electric field. Balloons, being dielectric materials, can experience polarization due to the redistribution of charges within them. However, in this case, that effect is ignored.

When a proton is placed at the location marked by "x," it will experience a force due to the electric field. The force acting on a charged particle in an electric field is given by the equation F = q E, where q is the charge of the particle and E is the electric field. In this case,

since the electric field is given as E = N/C, and the charge of a proton is q = 1.6 × 10^-19 C, the force acting on the proton can be calculated by multiplying the charge of the proton with the magnitude of the electric field. The direction of the force will be in the same direction as the electric field, which, according to the given coordinate system, is along the positive x-axis (to the right).

Learn more about proton here:

brainly.com/question/1252435

#SPJ11

What type of variable is the best way to describe the following observation? Weights. Ratio Ordinal Interval Nominal

Answers

In the context of weights, the most suitable variable type is "Ratio." This is because weight is a continuous variable that can be measured on a ratio scale, which has a true zero point representing the absence of weight.

The ratio scale allows for meaningful comparisons between weights and supports mathematical operations such as addition, subtraction, multiplication, and division. With a ratio variable, we can determine the ratio of one weight to another and calculate percentages or proportions based on weight values.

This level of measurement provides more precise and comprehensive information about weights compared to other variable types like nominal, ordinal, or interval scales.

Learn more about ratio here:

https://brainly.com/question/13419413

#SPJ11

The continuous function f is defined on the interval -5

Answers

f'(x): Negative Zero Negative Zero Zero Zero Positive Positive

f''(x): Positive Negative Negative Zero Zero Positive Zero

How do we  calculate?

The continuous function f is defined on the closed interval [−5,5] and we know that the graph of f consists of a parabola and two line segments.

Let g be a function such that g′(x)=f(x).The given figure is as follows: the function f is continuous on the closed interval [-5,5].

Where : f'(x)Negative Zero Negative Zero Zero Zero Positive Positive

: f''(x)Positive Negative Negative Zero Zero Positive Zero__

f'(x)  is the slope of f(x) function.

When x < -3, f(x) is decreasing since f'(x) is negative.

When -3 < x < -1, f(x) is constant since f'(x) is zero.

When -1 < x < 2, f(x) is decreasing since f'(x) is negative.

When x > 2, f(x) is increasing since f'(x) is positive. f''(x) tells us how much f'(x) is changing as x increases.

When x < -3, f'(x) is increasing since f''(x) is positive.

When -3 < x < -1, f'(x) is decreasing since f''(x) is negative

Learn more about slope at:

https://brainly.com/question/3493733

#SPJ1

#complete question:

The continuous function f is defined on the closed interval [−5,5]. The graph of f consists of a parabola and two line segments, as shown in the figure above. Let g be a function such that g′(x)=f(x) (a) Fill in the missing entries in the table below to describe the behavior of f′ and f′′. Indicate Positive, Negative, or 0 . Give reasons for your answers.

Exercise 1. Create a plot of the function f(x)=xe
−x2
using 1001 equally spaced points on the interval [−5,5]. Add a grid, title and axis labels. 2. Generate a time scale from 0 to 100 . Then produce an array of corresponding values for the function y=1−exp(−t./100). Plot the data with labels on the axes and a title.

Answers

Here's the code to create the requested plots using MATLAB:

MATLAB Code :

% Part 1

x = linspace(-5, 5, 1001);  % create 1001 equally spaced points on [-5, 5]

y = x .* exp(-x.^2);        % compute the corresponding y-values

figure;                     % create a new figure

plot(x, y);                 % plot the data

grid on;                    % add a grid

title('f(x) = xe^{-x^2}');  % add a title

xlabel('x');                % add an x-axis label

ylabel('y');                % add a y-axis label

% Part 2

t = linspace(0, 100, 1001);          % create 1001 equally spaced points on [0, 100]

y = 1 - exp(-t ./ 100);              % compute the corresponding y-values

figure;                              % create a new figure

plot(t, y);                          % plot the data

title('y = 1 - e^{-t/100}');         % add a title

xlabel('Time (s)');                  % add an x-axis label

ylabel('y');                         % add a y-axis label

The first part of the code creates a plot of the function f(x) = x*e^(-x^2) using 1001 equally spaced points on the interval [-5, 5]. The linspace function is used to create the x-values, and then the corresponding y-values are computed using element-wise multiplication and exponentiation with the .* and .^ operators, respectively. The resulting data is plotted using the plot function, and then a grid, title, and axis labels are added using the grid, title, xlabel, and ylabel functions.

The second part of the code generates a time scale from 0 to 100 and then produces an array of corresponding values for the function y = 1 - exp(-t/100). The linspace function is used to create the time values, and then the corresponding y-values are computed using element-wise division and exponentiation with the / and exp functions, respectively. The resulting data is plotted using the plot function, and then a title and axis labels are added using the title, xlabel, and ylabel functions.

Learn more about "MATLAB code" : https://brainly.com/question/13974197

#SPJ11

Suppose A = (-3.6 m)i + (4.59 m)j, B = (2.98 m)i + (-4.19 m)j + (2.27 m)k, and D = (-3.82 m)i + (-4.22 m)j.

What is the angle in degrees between D and A?

What is the angle in degrees between D and B?

Answers

The question asks for the angles in degrees between vector D and vectors A and B, given their respective components.

To find the angle between two vectors, we can use the dot product formula. The dot product of two vectors A and B is given by the equation A · B = |A||B|cosθ, where θ is the angle between the two vectors.

For the angle between vector D and vector A, we can calculate the dot product of D and A as D · A = (-3.82 m)(-3.6 m) + (-4.22 m)(4.59 m). We also need to find the magnitudes of the vectors D and A, which are |D| = √((-3.82 m)^2 + (-4.22 m)^2) and |A| = √((-3.6 m)^2 + (4.59 m)^2). By substituting these values into the dot product formula, we can solve for cosθ and then determine θ in degrees.

Similarly, for the angle between vector D and vector B, we calculate the dot product of D and B as D · B = (-3.82 m)(2.98 m) + (-4.22 m)(-4.19 m) + (0 m)(2.27 m). We find the magnitudes of D and B, which are |D| = √((-3.82 m)^2 + (-4.22 m)^2) and |B| = √((2.98 m)^2 + (-4.19 m)^2 + (2.27 m)^2). By substituting these values into the dot product formula, we can solve for cosθ and then determine θ in degrees.

Learn more about Angle:

https://brainly.com/question/13954458

#SPJ11

A true-false exam has 48 questions and an answerer has to choose the correct alternative. Matt has not prepared to the exam at all, and he just guesses randomly on each question. Lisa has prepared to the exam better and her probability of answering a question correctly is 43. A passing score is 30 or more correct answers. Compare the probability that Lisa passes the exam with the probability that Matt passes is. Use normal approximation.

Answers

The probability that Lisa passes the exam is significantly higher than the probability that Matt passes. Using the normal approximation, we have calculated these probabilities based on their respective mean and standard deviation.

Since Matt guesses randomly on each question, the probability of him answering a question correctly is 1/2 (since there are two alternatives: true or false). The number of correct answers for Matt follows a binomial distribution with parameters n = 48 (number of questions) and p = 1/2 (probability of success). To calculate the probability that Matt passes the exam (30 or more correct answers), we can use the normal approximation to the binomial distribution. We approximate the binomial distribution as a normal distribution with mean μ = np and standard deviation σ = [tex]\sqrt{(np(1-p))}[/tex]. In this case, μ = 48 * 1/2 = 24 and σ =[tex]\sqrt{(48 * 1/2 * 1/2)}[/tex] = 3.464. We then calculate the z-score for the passing score of 30 (z = (30 - μ) / σ) and use the standard normal distribution to find the probability of z > 30.

For Lisa:

Since Lisa has prepared for the exam and her probability of answering a question correctly is 43/100, the number of correct answers for Lisa follows a binomial distribution with parameters n = 48 and p = 43/100. Similar to the calculation for Matt, we can use the normal approximation to calculate the probability that Lisa passes the exam. We calculate the mean μ = 48 * 43/100 = 20.64 and the standard deviation σ = sqrt(48 * 43/100 * (1 - 43/100)) = 4.189. We then calculate the z-score for the passing score of 30 and use the standard normal distribution to find the probability of z > 30.

Comparing the probabilities:

By calculating the probabilities using the standard normal distribution, we find that the probability of Lisa passing the exam is significantly higher than the probability of Matt passing. This is because Lisa has a higher probability of answering a question correctly compared to Matt, which gives her a better chance of obtaining a passing score.

Learn more about probability here:

https://brainly.com/question/32117953

#SPJ11

A sample of 43 light bulbs had a mean lifetime of 548 hours. A 95% confidence interval for the population mean was 542.6< < 553.4.
Which one of the following statements is the correct interpretation of the results?
95% of the light bulbs in the sample had lifetimes between 542.6 hours and 553.4 hours
The probability that the population mean is between 542.6 hours and 553.4 hours is 0.95.
None of these are true.
We are 95% confident that the mean lifetime of all the bulbs in the population is between 542.6 hours and 553.4 hours.

Answers

We are 95% confident that the mean lifetime of all the bulbs in the population is between 542.6 hours and 553.4 hours.

The answer is option D.

A confidence interval is an estimated range of values that is likely to contain an unknown population parameter with a certain level of confidence, usually 95%. When a sample is used to construct a confidence interval for a population mean, the interval provides an estimate of the true population mean that is likely to fall within the interval bounds.To read a confidence interval correctly, keep in mind the following:we are 95% confident that the true population mean falls between 542.6 and 553.4 hours. This doesn't imply that there's a 95% chance the true mean is in this particular interval, or that there's a 5% chance it isn't. If we could construct a large number of samples and a confidence interval for each one, 95% of the intervals would contain the true population mean. This interpretation works only when the confidence level is 95%.

Thus, the correct interpretation of the results is that we are 95% confident that the mean lifetime of all the bulbs in the population is between 542.6 hours and 553.4 hours.

To know more about interval visit:

brainly.com/question/11051767

#SPJ11

Consider a group of 100 students. Out of them suppose 30 are math majors, 40 are engineering majors, and 10 are both math and engineering majors. If a student is selected randomly, a). what is the probability that the student is from other majors? b) what is the probability that the student majors ONLY Math? c) what is the probability that the student is either a Math or an Engineering major?

Answers

The probability that the student is from other majors is 0.9. The probability that the student majors only Math is 0.2. The probability that the student is either a Math or an Engineering major is 0.6.

Given a group of 100 students, 30 are math majors, 40 are engineering majors, and 10 are both math and engineering majors. We can represent this information using a Venn diagram as shown below:

Let A be the event that a student is a math major and B be the event that a student is an engineering major. Then, we have:

P(A) = 30/100 = 0.3 (probability that a student is a math major)

P(B) = 40/100 = 0.4 (probability that a student is an engineering major)

P(A ∩ B) = 10/100 = 0.1 (probability that a student is both a math and engineering major)

a) Probability that the student is from other majors:

P(not A ∩ not B) = P[(not A) U (not B)] = 1 - P(A ∩ B) = 1 - 0.1 = 0.9

So, the probability that the student is from other majors is 0.9.

b) Probability that the student majors ONLY Math:

P(A and not B) = P(A) - P(A ∩ B) = 0.3 - 0.1 = 0.2

So, the probability that the student majors ONLY Math is 0.2.

c) Probability that the student is either a Math or an Engineering major:

P(A U B) = P(A) + P(B) - P(A ∩ B) = 0.3 + 0.4 - 0.1 = 0.6

So, the probability that the student is either a Math or an Engineering major is 0.6.

Learn more about probability

https://brainly.com/question/31828911

#SPJ11

How can I solve this math problem?

Answers

Answer:

[tex](-1,-3)[/tex]

Step-by-step explanation:

[tex]x+6y=-19[/tex]

Subtract 6y from both sides

[tex]x=-19-6y[/tex]

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

[tex]3x-7y=18[/tex]

Divide everything by 3

[tex]x -\frac{7}{3}y =6[/tex]

[tex]x=6+\frac{7}{3}y[/tex]

Substitute the x value to the other equation

[tex]6+\frac{7}{3}y+6y=-19[/tex]

Subtract both sides by 6

[tex]\frac{7}{3}y+6y=-25[/tex]

[tex]6\frac{7}{3}y=-25[/tex]

[tex]\frac{25}{3}y=-25[/tex]

[tex]y=-3[/tex]

[tex]x+6(-3)=-19[/tex]

[tex]x+-18=-19[/tex]

[tex]x=-1[/tex]

Consider f(n)=3n
2
+2n−1, mathematically show that f(n) is O(n
2
),Ω(n
2
), and Θ(n
2
).

Answers

For the given condition f(n) = 3n^2 + 2n - 1 is Θ(n^2) is True.

To show that f(n) = 3n^2 + 2n - 1 is O(n^2), Ω(n^2), and Θ(n^2), we need to establish upper and lower bounds for f(n) using the Big O, Big Omega, and Big Theta notations.

1. f(n) is O(n^2):

To prove that f(n) is O(n^2), we need to find constants c and k such that f(n) ≤ c * n^2 for all n > k.

Let's consider the expression f(n) = 3n^2 + 2n - 1. We can see that all terms except the highest power of n (n^2) are negligible when n is sufficiently large. Therefore, we can ignore 2n - 1 and only focus on 3n^2.

For all n > 1, we have:

3n^2 ≤ 3n^2 + 2n - 1 ≤ 3n^2 + 2n^2 = 5n^2

Here, we can take c = 5 and k = 1. So, we have f(n) ≤ c * n^2 for all n > k, satisfying the definition of f(n) being O(n^2).

2. f(n) is Ω(n^2):

To prove that f(n) is Ω(n^2), we need to find constants c and k such that f(n) ≥ c * n^2 for all n > k.

Again, considering the expression f(n) = 3n^2 + 2n - 1, we can focus on 3n^2 as the dominant term.

For all n > 1, we have:

3n^2 + 2n - 1 ≥ 3n^2

Here, we can take c = 3 and k = 1. So, we have f(n) ≥ c * n^2 for all n > k, satisfying the definition of f(n) being Ω(n^2).

3.f(n) is Θ(n^2):

To prove that f(n) is Θ(n^2), we need to show that f(n) is both O(n^2) and Ω(n^2).

From the previous proofs, we have already established that f(n) is O(n^2) and Ω(n^2), which means f(n) is bounded both above and below by n^2.

Therefore, f(n) = 3n^2 + 2n - 1 is Θ(n^2).

To learn more about bounds

https://brainly.com/question/29618843

#SPJ11

Two ice-cream cakes were made for the party. Each cake was cut into 12 equal pieces. There were 8 pieces of cake left at the end of the day. What fraction of the cake was left? (1 point)

Answers

Answer:

2/3 of the cake uneaten

Step-by-step explanation:

If an equation is correct, the left and the right side of the equation MUST have the SAME dimension. If not, the equation must be wrong! Examples: 1.s=vt
2
+0.5 at 2. v=sin(at
2
/s)

Answers

The given equation is incorrect as the dimensions of the left-hand and right-hand sides do not match.

The statement "If an equation is correct, the left and the right side of the equation MUST have the SAME dimension. If not, the equation must be wrong!" is true.

An equation with the same dimension is consistent and any equation that is inconsistent is considered wrong. Below are the solutions of the given examples:

The equation given below is dimensionally correct. This means that the units of the left and right-hand side of the equation are the same.s = vt + 0.5 at²Thus, the given equation is dimensionally correct.

Let's analyze the given equation to see if it is dimensionally correct or not.v = sin(at²/s)

By analyzing the equation above, we can determine the dimensions of each term to see if the units match or not. Dimensions of sin() = dimensionlessDimensions of at²/s = LT²/T = LT

Therefore, the given equation is not dimensionally correct because the left-hand side of the equation is dimensionless (unitless) while the right-hand side of the equation has units of LT. Therefore, the given equation is incorrect as the dimensions of the left-hand and right-hand sides do not match.

Let us know more about equations : https://brainly.com/question/14686792.

#SPJ11

Raising a number in scientific notation to a power is easy: (5×10
5
)
2
=(5)
2
×(10
5
)
2
=5×5×10
5
×10
5
=25×10
(5×2)
=25×10
10
=2.5×10
11
Keeping this in mind, what is the volume of the sun in km? km
3
? The radius of the sun is about 7×10
5
km, and the volume of at aphere is 4/3× Pix R
3
. (Use 3.14 for Pi, and onter your answer with two decimal places). km
3
What is the average density of the Sun? Density = mass / volume. The mass of the sun is 2.0x10
30
kg. kg
km

km
3

Answers

The average density of the sun is approximately 1.39 × 10^3 kg/m^3. To find the volume of the sun, we can use the formula for the volume of a sphere.

V = (4/3) * π * R^3

Given that the radius of the sun is approximately 7 × 10^5 km, we can substitute this value into the formula:

V = (4/3) * 3.14 * (7 × 10^5)^3

 ≈ (4/3) * 3.14 * 343 × 10^15

 ≈ 1441 × 10^15 km^3

 ≈ 1.44 × 10^18 km^3

Therefore, the volume of the sun is approximately 1.44 × 10^18 km^3.

To find the average density of the sun, we can divide the mass of the sun by its volume:

Density = mass / volume

Given that the mass of the sun is 2.0 × 10^30 kg and the volume is 1.44 × 10^18 km^3 (which can be converted to m^3), we can calculate the average density:

Density = (2.0 × 10^30 kg) / (1.44 × 10^18 × (10^3)^3 m^3)

       = (2.0 × 10^30 kg) / (1.44 × 10^18 × 10^9 m^3)

       = (2.0 × 10^30 kg) / (1.44 × 10^27 m^3)

       ≈ 1.39 × 10^3 kg/m^3

Therefore, the average density of the sun is approximately 1.39 × 10^3 kg/m^3.

Learn more about volume here:

https://brainly.com/question/21623450

#SPJ11

College studenta were asked to rate the quality of dorm food on a scale from 0-10. What percentage of students rated the food 3 or lower? Scores were reported as:
3;2;8;6;2;1;1;5;2;9;1;3;
Round your answers to the nearest hundredths.
Percentage of students that rated the food 3 or lower?

Answers

Based on the given scores, the percentage of students who rated the food 3 or lower is 30.77%

To calculate the percentage Formula. of students who rated the food 3 or lower, we need to determine the number of students who gave a score of 3 or lower and divide it by the total number of students. From the given scores, we can see that there are four students who rated the food 3 or lower (scores 3, 2, 2, and 1). Since there are a total of 13 students, we divide 4 by 13 and multiply by 100 to get the percentage. The calculation is (4/13) * 100 ≈ 30.77%. Therefore, approximately 30.77% of students rated the dorm food 3 or lower.

Learn more about percentage Formula here:

https://brainly.com/question/1466006

#SPJ11

A temperature-stable resistor is made by connecting a resistor made of silicon in series with one made of iron. If the required total resistance is 800Ω in a wide temperature range around 20

C, what should be the resistances of the two resistors? The temperature coefficients of the resistivities for iron and silicon are:
α
iron

=5.0×10
−3
K
−1

α
silicon

=−75×10
−3
K
−1


Resistance of the silicon resistor at 20

C :

Answers

We need to find the resistance of the silicon resistor at 20°C.

ΔT is the change in temperature from 0°C to 20°C. Since the temperature is in degrees Celsius, ΔT = 20°C - 0°C = 20°C.

To find the resistances of the two resistors, we can use the concept of temperature coefficients and resistance-temperature relationships.

Let's denote the resistance of the silicon resistor as R_silicon and the resistance of the iron resistor as R_iron. The total resistance of the series combination is given by:

R_total = R_silicon + R_iron

We are given that the total resistance (R_total) is 800 Ω. Now, we need to determine the resistance of the silicon resistor at 20°C (T_silicon = 20°C).

The resistance-temperature relationship for a material can be expressed as:

R = R_0 * (1 + α * ΔT)

where R is the resistance at temperature T, R_0 is the resistance at a reference temperature T_0, α is the temperature coefficient of resistivity, and ΔT is the change in temperature (T - T_0).

Let's use this relationship for the silicon resistor at 20°C:

R_silicon = R_0_silicon * (1 + α_silicon * ΔT)

Since we want the resistance at 20°C, ΔT = T_silicon - T_0 = 20°C - T_0.

Now, let's substitute the values given:

R_silicon = R_0_silicon * (1 + α_silicon * (20°C - T_0))

We also know that R_total = 800 Ω, so we can substitute the expression for R_silicon in terms of R_total:

800 Ω = R_silicon + R_iron

Substituting the expression for R_silicon, we get:

800 Ω = R_0_silicon * (1 + α_silicon * (20°C - T_0)) + R_iron

We can rearrange this equation to solve for R_iron:

R_iron = 800 Ω - R_0_silicon * (1 + α_silicon * (20°C - T_0))

Now we have an expression for R_iron in terms of the resistance of the silicon resistor (R_silicon) and the reference temperature (T_0). However, we don't have enough information to determine the specific values of R_silicon and T_0 without additional constraints or data.

If you provide the resistance of the silicon resistor at 20°C (R_silicon) or the reference temperature (T_0), I can help you calculate the resistance of the iron resistor (R_iron) accordingly.

Learn more about expression here:

https://brainly.com/question/30350742

#SPJ11

Let f(x,y)=12−4x^2−8y^2, P=(−1,4).
(a) Compute f_x(−1,4) and f_y(−1,4).
(b) Find the equation of the plane tangent to f(x,y) at point P.
(c) Use the tangent plane from above to approximate f(−1.05,3.95).
(d) Compute the error of your approximation above.
(Error refers to the difference between the exact value and the approximate value)
(d) Let T(x,y) be the equation of the tangent plane at point P. Find the error term, given by
f(x,y)=T(x,y)+E(x,y)
(e) What do you expect to happen to E(x,y) as the coordinate point (x,y) gets closer to the point P ? Explain in at least one sentence.

Answers

Given f(x,y)=12−4x^2−8y^2 and P=(−1,4), f_x(−1,4)=-8 and f_y(−1,4)=-64. The equation of the plane tangent to f(x,y) at point P is -64x-8y=-192.


(a) Since f(x,y)=12−4x²−8y², f_x(x,y)=-8x and f_y(x,y)=-16y. Thus, f_x(-1,4)=8 and f_y(-1,4)=-64.
(b) The equation of the plane tangent to f(x,y) at point P is given by the formula:f_x(a,b)(x-a)+f_y(a,b)(y-b)+f(a,b)=0where (a,b) is the point of tangency. Plugging in the values of f_x, f_y, and P, we get:-8(x+1)-64(y-4)+12=0 which simplifies to -8x-64y=-200.
(c) Using the equation from part (b), we can approximate f(-1.05,3.95) by plugging in these values for x and y:-8(-1.05+1)-64(3.95-4)+12=-0.2.
(d) The error of our approximation is the difference between the actual value of f(-1.05,3.95) and the approximated value, which is given by E(x,y)=f(x,y)-T(x,y). Plugging in the values from parts (b) and (c), we get:E(-1.05,3.95)=12−4(-1.05)²−8(3.95)²-(-0.2) = -0.34.
(e) As the coordinate point (x,y) gets closer to the point P, we would expect the error term E(x,y) to approach zero. This is because the tangent plane becomes a better and better approximation of the surface of the function as we get closer to the point of tangency.

To know more about equation visit.

https://brainly.com/question/29657983

#SPJ11

so if you look at the image i have to click whichever one of the dots are right and i just cant figure this out

Answers

According to the information we can infer that the points correspond to the players like this (from left to right): Tanner, Jeff, Tristan, Kevin, Finn and Michael.

How to match the points with the corresponding name?

To match the points of the graph with the name of the corresponding player we must analyze the information in the table and analyze the graph. In this case we must guide ourselves with the values of the table to identify which point corresponds to each player.

According to the above we can infer that the order from left to right of the points would be as follows: Tanner, Jeff, Tristan, Kevin, Finn and Michael.

Learn more about graphs in: https://brainly.com/question/17267403

#SPJ1

Other Questions
Investor X puts up $10,000 but borrows an equal amount of money from her broker to double the amount invested to $20,000. The broker charges 8% interest on the loan. The stock was originally purchased at $10 per share and in one year, Investor X sells the stock for $12. Investor Y does not believe in borrowing to buy shares and invests $20,000 of his own money in the same stock. What is the difference in rate of return between Investor X and Investor Y?1) 0%2) 2%3) 6%4) 12%5) None of the above What is an example of the duties of the receiving departmentupon receipt of goods for Samsung? 1. Solve the following Linear Programming Problem(LPP) usingGraphical Method Max Z = 40 x + 30ySubject to 2x+y Evaluate the following expression. 8sin(x) / 3 cos(x) dx = _____ +C Solve the following two equations for the (positive) time, t, and the position, x. Assume SI units. x=3.00t 2 and x=57.0t+33.0 (a) the (positive) time, t s. (b) the position, x [-11 Points] SERCP10 2.WU.004. A football player runs from his own goal line to the opposing team's goal line, returning to the fifty-yard line, all in 24.35. (a) Calculate his average speed. yd/s (b) Calculate the magnitude of his average velocity. yd/s am pushing a 20 kg box up a 3m ramp. If the box starts at rest and takes 2.1s to reach the top of the ramp, what is the coefficient of friction if the ramp has an angle of 28 degrees? Given that logx=10 and log101, evaluate the given expression without using a calculator. log(10/x) log(10/x) (Type an integer or decimal rounded to two decimal places as needed.) Sam's preferences over cake, c, and money, m, can be represented by the utility function.u(c,m)=c+m+(c-rc)+(m-rm)where rc is his cake reference point, rm is his money reference point, and the function () is defined as(z)={z z 0 {vz z < 0where v > 01. If his reference point is the status quo (that is, his initial endowment), what is the maximum price Sam would be willing to pay to buy a cake? 2. If his reference point is the status quo, what is the minimum price Sam would be willing to accept to sell a cake he already owned? 3. If his reference point is the status quo, what is the minimum amount of money Sam would be willing to accept instead of receiving a cake (that he did not already own)? In other words, if Sam were a "chooser," how much money would he demand to compensate for not accepting a cake? 4. Find a condition on such that we can say that Sam exhibits the endowment effect. What is the retention ratio for a firm with EPS of $1.25 that pays a dividend of $0.75 ? ________ are typical primary consumers in a temperature deciduous forest. when monitoring the client in labor, the nurse knows that the likely cause of variable fetal heart rate decelerations is which factor peytons language skills are developing rapidly, and he seems to add several new words to his vocabulary every day. what is responsible for this development in a two-year-old? as wines age, they become paler and may develop a brownish tinge.a.trueb.false Solve for x. (Enter your answers as a comma-separated list.) log_6(x + 9) + log_6(x) = 2 x = _______ Minth is the owner of the Hiawatha Supper Club, which he leased for two years to Piekarski. During the period of the lease, Piekarski contracted with Puttkammer for the resurfacing of the access and service areas of the supper club. Puttkammer performed the work satisfactorily. Minth knew about the contract and the performance of the work. The work, including labor and materials, had a reasonable value of $2,540, but Puttkammer was never paid because Piekarski went bankrupt. Puttkammer brought an action against Minth to recover the amount owed to him by Piekarski. Will Puttkammer prevail? Explain. 3. Mary Dobos was admitted to Boca Raton Community 101 Hospital in serious condition with an abdominal aneu- rysm. The hospital called upon Nursing Care Services, fle Inc., to provide around-the-clock nursing services for Mrs. Dobos. She received two weeks of in-hospital care, forty-eight hours of postrelease care, and two weeks of at-home care. The total bill was $3,723.90. Mrs. Dobos refused to pay, and Nursing Care Services, Inc., brought an action to recover. Mrs. Dobos maintained that she was not obligated to render payment in that she never signed a written contract, nor did she orally agree to be liable for the services. The necessity for the services, 3 reasonableness of the fee, and competency of the nurses were undisputed. After Mrs. Dobos admitted that she or bi her daughter authorized the forty-eight hours of postre- lease care, the trial court ordered compensation of $248 for that period. It did not allow payment of the balance, and Nursing Care Services, Inc., appealed. Decision? 1. Assume inflation averaged 3.2 percent during a period inwhich U.S. Treasury bills earned 2.5 percent. What was the rate ofreturn on large-company stocks if the risk premium on those stockswas 5. The following questions are based on the Sale Company database. a- List the last names of customers who have at least one invoice using a subquery. b- Repeat the above question using a join. c- Repeat a using a correlated subquery. d- List the last name for each customer who has more than one invoice. e- List all customer last names along with the names of the vendors they have bought products from. f- List all customer last names of customers who have not bought any product. Use an outer join. g- If you use an outer join (left, right, or full outer join) for INVOICE and LINE, would you get any different result than a natural join between the tables? Why or why not? h- List the product description of each product that has appeared in at least two invoices. It is assumed that each product may appear in the same invoice only once. Select the correct answer.The market demand for milk in Country X is 18 billion gallons per month, but the supply is 10 billion gallons per month.What must happen in order to achieve market equilibrium?O AOB.O C.O D.The monthly supply of milk must decrease by 28 billion gallons.The monthly supply of milk must increase by 8 billion gallons.The monthly supply of milk must increase by 28 billion gallons.The monthly supply of milk must decrease by 8 billion gallons. Which of these are characteristics of the maturity product life-cycle stage? Check all that apply. Sales are increasing and costs are going down. Sales growth has declined. Price reductions are done to help sales. Sales growth has slowed. Advertising will be used to separate the product from the competition. Sales volume is high enough to keep profits high. A 15000.lb turbine is created at sea level where g=9.81 m/s 2 . It is transported to Denver, Colorado where the acceleration due to gravity is now 9.78 m/s 2 . How much does it weigh in lbs now?