Case-Based Critical Thinking QuestionsCase 11-1Hal is starting a new job that requires him to work with spreadsheet software. He has never used spreadsheet software before. Hal is having trouble getting a formula to calculate the correct results. His formula reads =2+10*5. The answer he should be getting is 60 but this formula results in an answer of 52. The correct way to write the formula Hal is looking for is ____.
A. =2+(10*5)
B. =(2+10*5)
C. =(2)+10*5
D. =(2+10)*5
Answer: D
Computer Science & Information Technology
You might also like to view...
The ____________________ tool is used to display points on strokes.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
(Car-Pool Savings Calculator) Research several car-pooling websites. Create an application that calculates your daily driving cost, so that you can estimate how much money could be saved by car pooling, which also has other advantages such as reducing carbon emissions and reducing traffic congestion. The application should input the following information and display the user’s cost per day of driving to work:
a) Total miles driven per day. b) Cost per gallon of gasoline. c) Average miles per gallon. d) Parking fees per day. e) Tolls per day.
Computer Science & Information Technology