Question

Before the invention of calculators, logarithms took much longer to evaluate. (Think of the older generations...

Before the invention of calculators, logarithms took much longer to evaluate. (Think of the older generations who went to college in the 1920s... The math they learned was the same, but was all done BY HAND). In the back of their textbooks, they had appendices that looked like this:

? ????

ln(? ????)

log(? ????)

2

ln(2) = 0.6931

log(2) = 0.3010

3

ln(3) = 1.0986

log(3) = 0.4771

5

ln(5) = 1.6094

log(5) = 0.6990

7

ln(7) = 1.9460

log(7) = 0.8451

11

ln(11) = 2.3979

log(11) = 1.0414

Using the fact that the number 679, 140 = 2^2 ∗ 3^2 ∗ 5 ∗ 7^3 ∗ 11 as its prime factorization: (a) use the properties of logs to expand ??(679, 140) as far as possible Hint... expand

ln(2^2∗ 3^2 ∗ 5 ∗ 7^3 ∗ 11) as far as possible
(b) using the table above, plug in the values for each logarithm to four decimal places. What is your answer

using the rounded values in the table?

(c) Using your calculator, what is the value of ??(679140) to 6 decimal places? Explain your answer and why it is similar/different than the answer in part (b)

Homework Answers

Answer #1

Answee a)

Properties of log

ln(ab) = ln(a) + ln(b)

ln(aⁿ) = n ln(a)

ln(679140) = ln(2²x3²x5x7³x11)

= ln(2²) + ln(3²) + ln(5) + ln(7³) + ln(11)  

= 2 ln(2) + 2 ln(3) + ln(5) + 3 ln(7) + ln(11)

Answer b)

= 2 (0.6931) + 2 (1.0986) + 1.6094 + 3 (1.9460) + 2.3979

= 13.3087

Answer c)

The value of ln(679140) from calculator is 13.428582

The answer of b and c parts are different because in b part the values put are rounded off values or we leave the last digits thats why both values are different.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Assignment #5 – Name __________________________ For the table below, fill in the missing sections for the...
Assignment #5 – Name __________________________ For the table below, fill in the missing sections for the Mean, Median, Mode, Range, and Standard Deviation (1 point). When you finish, complete the questions that follow (1 point each question). Condition 1 Condition 2 Condition 3 5 1 1 3 1 3 6 1 2 4 2 2 5 2 1 7 2 4 6 7 2 2 9 5 5 9 3 6 9 10 5 10 2 4 10 3 Column...
A clinic specializing in eating disorders would like to evaluate the effectiveness of a nutritional training...
A clinic specializing in eating disorders would like to evaluate the effectiveness of a nutritional training program on binge eating disorder (BED). A psychologist was hired to conduct a small study to examine the potential effect of nutritional training on number of binges per month. The psychologist recruited 10 patients in the clinic to participate in a nutritional training program and 12 patients in the clinic with similar demographics who do not participate in the nutritional program. Afterward, all participants...
Garden Glory Project Questions Assume that Garden Glory designs a database with the following tables: OWNER...
Garden Glory Project Questions Assume that Garden Glory designs a database with the following tables: OWNER (OwnerID, OwnerName, OwnerEmail, OwnerType) OWNED_PROPERTY (PropertyID, PropertyName, PropertyType, Street, City, State, Zip, OwnerID) GG_SERVICE (ServiceID, ServiceDescription, CostPerHour); EMPLOYEE (EmployeeID, LastName, FirstName, CellPhone, ExperienceLevel) PROPERTY_SERVICE ( PropertyServiceID , PropertyID , ServiceID, ServiceDate , EmployeeID, HoursWorked) The referential integrity constraints are: OwnerID in OWNED_PROPERTY must exist in OwnerID in OWNER PropertyID in PROPERTY_SERVICE must exist in PropertyID in OWNED_PROPERTY ServiceID in PROPERTY_SERVICE must exist in ServiceID...
Below is a case on estimation and analysis of demand for Bottled Water. Read the case...
Below is a case on estimation and analysis of demand for Bottled Water. Read the case carefully and use the appropriate techniques given in the text book on demand estimation and analysis and make your decisions, judgments and evaluation based on the results. For solving any part of the case you have to give your explanations write the proper formula, and show the procedure of reaching to your answers. All your work should be typed and the data, printout of...
You design an experiment to test the effects of pesticides on size of radishes. You expect...
You design an experiment to test the effects of pesticides on size of radishes. You expect pesticides to have negative impacts on growth. You have been provided with 200 radish seeds and 40 growth pots. You have two treatment groups (P = pesticides, NP = no pesticides). [10 pts] a) Using the A to B relationship we have used since the start of class, what is your prediction? [2 pts] b) What type of dependent variable do you have? (circle...
Experimental data: Length L0 of the cold rod (measured with a meter stick): 600 +/- 1...
Experimental data: Length L0 of the cold rod (measured with a meter stick): 600 +/- 1 mm Cross-sectional diameter d of the rod (measured with a caliper): 6.1 +/- 0.1 mm The change in length ∆L after the rod reached its final temperature: 1.04 +/- 0.01 mm The initial temperature of the rod (the room temperature): 22 +/- 1 ̊C The final temperature of the rod shown by the thermometer: 93 +/- 1 ̊C Linear thermal expansion coefficient calculation: 1)...
** Note ** Execute the following query before completing steps 1 and 2: INSERT INTO Employees...
** Note ** Execute the following query before completing steps 1 and 2: INSERT INTO Employees (LastName, FirstName, BirthDate, Notes) VALUES ('Smith','Mary','1980-10-15','John is a student at Nashville State.'); 1. Using the record you just created in the Note above, write a query to update the LastName field to Jones. 2. Using the record you just created in the Note above, write a query to delete that record. 3. Write a query using the Products table that will return the sum...
PLEASE FILL IN THE BLANKS WITH THE PROPER TERM! THANKS Key Terms ---------------------------------------------------------------------------------------------------------------------------- Positive relationship ---...
PLEASE FILL IN THE BLANKS WITH THE PROPER TERM! THANKS Key Terms ---------------------------------------------------------------------------------------------------------------------------- Positive relationship --- Occurs in so far as pairs of observations tend to occupy similar relative positions in their respective distribution. Negative relationship --- Occurs in so far as pairs of observations tend to occupy dissimilar relative positions in their respective distribution. Scatterplot --- a graph containing a cluster of dots that represents all pairs of observations. Person correlation coefficient --- A number between –1 and +1...
Suppose that you want to add items to an array such that the items are always...
Suppose that you want to add items to an array such that the items are always ordered in ascending order; e.g., [1, 2, 2, 4, 5, 8, 9, 14, 32], and any duplicate values are adjacent to each other. We haven’t talked about sorting algorithms yet, so assume you want to be able to keep the items in the array in order without having to sort them. So for example, suppose you want to add the integer value 7 to...
1.A fair die is rolled once, and the number score is noted. Let the random variable...
1.A fair die is rolled once, and the number score is noted. Let the random variable X be twice this score. Define the variable Y to be zero if an odd number appears and X otherwise. By finding the probability mass function in each case, find the expectation of the following random variables: Please answer to 3 decimal places. Part a)X Part b)Y Part c)X+Y Part d)XY ——- 2.To examine the effectiveness of its four annual advertising promotions, a mail...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT