Engineering Fundamentals: An Introduction to Engineering (MindTap Course List)
Engineering Fundamentals: An Introduction to Engineering (MindTap Course List)
5th Edition
ISBN: 9781305084766
Author: Saeed Moaveni
Publisher: Cengage Learning
bartleby

Concept explainers

Question
Book Icon
Chapter 14, Problem 1P

(a)

To determine

Using the Excel Help menu, demonstrate the proper use of given function TRUNC(number, num_digits) with a simple example.

(a)

Expert Solution
Check Mark

Explanation of Solution

Open the spread sheet (excel sheet) go to file and select Help, it will displays “Microsoft office help”, now click on it, then a new pop-up displays with the name of “Excel Help”. Now in the search place Type ‘TRUNC’ and click search, it will display various syntax functions.

Now click on the function “TRUNC function”, it will be shown the article for TRUNC function and given excel function is,

TRUNC(number, num_digits).

That is, truncates a number to an integer by eliminating the fractional part of the number.

Example:

Consider the function as,

TRUNC(5.342,1)

Here,

5.342 is refer to the number, and

1 is refer to the num_digits.

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  1

Refer to Figure 1, type 5.342 in the cell A1. Then, in cell A2, type the formula as “=TRUNC(A1,1)” and press enter key. The result obtained in the cell A2 as 5.3.

Conclusion:

Hence, the proper use of given function with a simple example has been explained by using excel.

(b)

To determine

Using the Excel Help menu, demonstrate the proper use of given function ROUND(number, num_digits) with a simple example.

(b)

Expert Solution
Check Mark

Explanation of Solution

Open the spread sheet (excel sheet) go to file and select Help, it will displays “Microsoft office help”, now click on it, then a new pop-up displays with the name of “Excel Help”. Now in the search place Type ‘ROUND’ and click search, it will display various syntax functions.

Now click on the function “ROUND function”, it will be shown the article for ROUND function and given excel function is,

ROUND(number, num_digits)

That is, rounds a number to a specified number of digits.

Example:

ROUND(5.34268,3)

Here,

5.34268is refer to the number, and

3 is refer to the num_digits.

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  2

Refer to Figure 2, type 5.34268 in the cell A1. Then, in cell A2, type the formula as “=ROUND(A1,3)” and press enter key. The result obtained in the cell A2 as 5.343.

Conclusion:

Hence, the proper use of given function with a simple example has been explained by using excel.

(c)

To determine

Using the Excel Help menu, demonstrate the proper use of given function COMBIN(number, num_chosen) with a simple example.

(c)

Expert Solution
Check Mark

Explanation of Solution

Open the spread sheet (excel sheet) go to file and select Help, it will displays “Microsoft office help”, now click on it, then a new pop-up displays with the name of “Excel Help”. Now in the search place Type ‘COMBIN’ and click search, it will display various syntax functions.

Now click on the function “COMBIN function”, it will be shown the article for COMBIN function and given excel function is,

COMBIN(number, num_chosen)

That is, to determine the total possible number of groups for a given number of items.

Example:

Consider three cards namely A, B and C. From these three cards there are different ways to combine the card into groups of two. They are, Group1: A and B; Group 2: Aand C; Group 3: B and C; Using excel, COMBIN(3,2) is equal to 3. Here, 3 is referred to number and 2 is referred to num_chosen.

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  3

Refer to Figure 3, in cell A1, type the formula as written as “=COMBIN(3,2)” and press enter key. The result obtained in the cell A1as 3.

And another example is take any 5 colors, to find the combinations of any of three colors from the 5, in excel it can be find by the formula “=COMBIN(5,3)”, which will results into 10 combinations as shown below Figure 4.

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  4

Conclusion:

Hence, the proper use of given function with a simple example has been explained by using excel.

(d)

To determine

Using the Excel Help menu, demonstrate the proper use of given function DEGREES(angle) with a simple example.

(d)

Expert Solution
Check Mark

Explanation of Solution

Open the spread sheet (excel sheet) go to file and select Help, it will displays “Microsoft office help”, now click on it, then a new pop-up displays with the name of “Excel Help”. Now in the search place Type ‘DEGREES’ and click search, it will display various syntax functions.

Now click on the function “DEGREES function”, it will be shown the article for DEGREES function and given excel function is,

DEGREES(angle)

That is, converts radians into degrees.

Example:

DEGREES(3.141592)

Here,

3.141592 is refer to the angle in radians

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  5

Refer to Figure 5, type 3.141592 in the cell A1. Then, in cell A2, type the formula as written as “=DEGREES(A1)” and press enter key. The result obtained in the cell A2 as 180.

Conclusion:

Hence, the proper use of given function with a simple example has been explained by using excel.

(e)

To determine

Using the Excel Help menu, demonstrate the proper use of given function SLOPE(known_y’s,known_x’s) with a simple example.

(e)

Expert Solution
Check Mark

Explanation of Solution

Open the spread sheet (excel sheet) go to file and select Help, it will displays “Microsoft office help”, now click on it, then a new pop-up displays with the name of “Excel Help”. Now in the search place Type ‘SLOPE’ and click search, it will display various syntax functions.

Now click on the function “SLOPE function”, it will be shown the article for SLOPE function and given excel function is,

SLOPE(known_y’s,known_x’s)

That is, returns the slope of a line fit to a set of data points.

Example:

Consider the table for known_y’s and known_x’s values as shown in Table 1.

Table 1

y-valuex-value
12
24
36
48
510

And show it is in excel file as follows,

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  6

Refer to Figure 6, type the values in the appropriate cell. Then, in cell A8, type the formula as written as “=SLOPE(A2:A6,B2:B6)” and press enter key. The result obtained in the cell A8as 0.5.

Conclusion:

Hence, the proper use of given function with a simple example has been explained by using excel.

(f)

To determine

Using the Excel Help menu, demonstrate the proper use of given function CEILING(number,significance) with a simple example.

(f)

Expert Solution
Check Mark

Explanation of Solution

Open the spread sheet (excel sheet) go to file and select Help, it will displays “Microsoft office help”, now click on it, then a new pop-up displays with the name of “Excel Help”. Now in the search place Type ‘CEILING’ and click search, it will display various syntax functions.

Now click on the function “CEILING function”, it will be shown the article for CEILING function and given excel function is,

CEILING(number,significance)

That is, rounds up to the nearest given significance.

Example:

CEILING(3.842,1)

Here,

3.842 is refer to the number, and

1 is refer to the significance.

Engineering Fundamentals: An Introduction to Engineering (MindTap Course List), Chapter 14, Problem 1P , additional homework tip  7

Refer to Figure 7, type 3.842 in the cell A1. Then, in cell A2, type the formula as “=CEILING(A1,3)” and press enter key. The result obtained in the cell A2 as 4.

Conclusion:

Hence, the proper use of given functions with a simple example has been explained by using excel.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Note: (please show handwritten answers, and no AI usage !) Provide a clear, step-by-step handwritten solution (without any detailed explanations). Ensure the work is simplified and completed manually, adhering to expert-level accuracy. Refer to the provided image for clarity and ensure all calculations are double-checked for correctness before submission. Thank you!.   Question 1:  A cylindrical soil sample is connected to two water reservoirs: a) Determine the pressure, elevation, and total head at a point one meter above the bottom of the sample (point A). b) Calculate the pore pressure and effective stress at point A if the soil has a saturated unit weight of 18.7kN/m^3. c) Determine the water flow rate though the sample if the soil has a coefficient of permeability of 0.19 cm/s and the radius of the sample is 20 mm. d) Is it possible for the soil to reach the “quick condition”(zero effective stress) by raising the level of the water in the upper reservoir? Why or why not?. Question…
Note: Please provide a clear, step-by-step simplified handwritten working out (no explanations!), ensuring it is done without any AI involvement. I require an expert-level answer, and I will assess and rate based on the quality and accuracy of your work and refer to the provided image for more clarity. Make sure to double-check everything for correctness before submitting thanks!. Questions 1: A clay rich soil is totally saturated, has a bulk density of 2.12 g/cm3, and a void ratio of 0.33. a) Draw the full three phase diagram for this soil including all the volume and mass quantities. b) Determine the density of the soil solids. c) Determine the total density of the soil if the saturation was reduced to 50%.   Question 2: A soil sample was tested yielding the following grain-size distribution chart: (refer to the image provided) The soil fines (inorganic) were also tested and had a liquid limit of 76 and a plastic limit of 49 Determine the coefficients of uniformity and curvature.…
Note: Provide a clear, step-by-step handwritten solution (without any detailed explanations). Ensure the work is simplified and completed manually, adhering to expert-level accuracy. Refer to the provided image for clarity and ensure all calculations are double-checked for correctness before submission. Thank you!.   Question 1:  A cylindrical soil sample is connected to two water reservoirs: a) Determine the pressure, elevation, and total head at a point one meter above the bottom of the sample (point A). b) Calculate the pore pressure and effective stress at point A if the soil has a saturated unit weight of 18.7kN/m^3. c) Determine the water flow rate though the sample if the soil has a coefficient of permeability of 0.19 cm/s and the radius of the sample is 20 mm. d) Is it possible for the soil to reach the “quick condition”(zero effective stress) by raising the level of the water in the upper reservoir? Why or why not?. Question 2: A new structure is planned to be constructed in…
Knowledge Booster
Background pattern image
Civil Engineering
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, civil-engineering and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Engineering Fundamentals: An Introduction to Engi...
Civil Engineering
ISBN:9781305084766
Author:Saeed Moaveni
Publisher:Cengage Learning
Text book image
Residential Construction Academy: House Wiring (M...
Civil Engineering
ISBN:9781285852225
Author:Gregory W Fletcher
Publisher:Cengage Learning
Text book image
Fundamentals Of Construction Estimating
Civil Engineering
ISBN:9781337399395
Author:Pratt, David J.
Publisher:Cengage,