Question

Estimate the results of (34 ) 5 and 3(4^5) . Hint: Use Mathematical rules for exponents,...

Estimate the results of (34 ) 5 and 3(4^5) . Hint: Use Mathematical rules for exponents, examine an estimate for the result of 32 and 210. What are the actual answers? (You will probably need Python here, the command is print(format( 3 ∗ ∗(4 ∗ ∗5), 1.3e ) ); will display the result in scientific notation to 3 decimals).

0 0
Add a comment Improve this question Transcribed image text
Answer #1

To estimate the results of (34) 5 which will be given as -

(34) 5 = [(3 + 5) x (4)]

(34) 5 = [(8) x (4)]

(34) 5 = 32

The actual answers for the following results which are given below as -

(34) 5 = 32

Add a comment
Know the answer?
Add Answer to:
Estimate the results of (34 ) 5 and 3(4^5) . Hint: Use Mathematical rules for exponents,...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • PYTHON 3 - please show format Question 2. ) Use the Design Recipe to write a...

    PYTHON 3 - please show format Question 2. ) Use the Design Recipe to write a function yesOrNo which has no parameters. When called, it gets input from the user until the user types either 'yes' or 'no', at which point the function should return True if the user typed 'yes' and False if the user typed 'no'. Any other entries by the user are ignored and another value must be input. For example: Test Input Result print(yesOrNo()) hello blank...

  • /*********************************** * * Filename: poly.c * * ************************************/ #include "poly.h" /* Initialize all coefficients and exponents...

    /*********************************** * * Filename: poly.c * * ************************************/ #include "poly.h" /* Initialize all coefficients and exponents of the polynomial to zero. */ void init_polynom( int coeff[ ], int exp[ ] ) { /* ADD YOUR CODE HERE */ } /* end init_polynom */ /* Get inputs from user using scanf() and store them in the polynomial. */ void get_polynom( int coeff[ ], int exp[ ] ) { /* ADD YOUR CODE HERE */ } /* end get_polynom */ /* Convert...

  • python 3 8.12 LAB: Python cross reference In addition to editors and compilers, a software developer...

    python 3 8.12 LAB: Python cross reference In addition to editors and compilers, a software developer may use tools to analyze the software they are writing to examine the names being used for variables and functions, and list the line numbers where the variables and functions names appear. For example, consider the following program savings.py used to compute the month to month interest gained from a certificate of deposit: 1: Input the CD APR, no years and initial deposit 2:...

  • Python 1 import matplotlib.pyplot as plt 2 import numpy as np 3 4 abscissa = np.arange(20) 5 plt....

    python 1 import matplotlib.pyplot as plt 2 import numpy as np 3 4 abscissa = np.arange(20) 5 plt.gca().set_prop_cycle( ’ color ’ , [ ’ red ’ , ’ green ’ , ’ blue ’ , ’ black ’ ]) 6 7 class MyLine: 8 9 def __init__(self, * args, ** options): 10 #TO DO: IMPLEMENT FUNCTION 11 pass 12 13 def draw(self): 14 plt.plot(abscissa,self.line(abscissa)) 15 16 def get_line(self): 17 return "y = {0:.2f}x + {1:.2f}".format(self.slope, self.intercept) 18 19 def __str__(self):...

  • use PYTHON Assignment 4 O Let's make random IDs. Get the number of IDs from the...

    use PYTHON Assignment 4 O Let's make random IDs. Get the number of IDs from the user to make from the keyboard. Then print the IDs. O Note that the IDs should be unique. Moreover, one ID is 11-length alphabet characters including digits (i.e., A-Z, A-Z, 0-9). Template Code Example import string import random num_of_ids = int(input("Enter the number of IDs: ")) # this list contains a-z, A-Z, and digits alphabet_digit_list = string.ascii_letters + string.digits Enter the number of IDs:...

  • #1 Toss Results 1 25 5 - 49 N 3 ZG 3 So 3 3 Z...

    #1 Toss Results 1 25 5 - 49 N 3 ZG 3 So 3 3 Z 22 6 S1 2 4 3 28 6 5 2 52 5 29 6 6 6 5 30 54 2 7 2 31 5 SS 4 8 4 32 56 5 9 1 33 الما 57 lo 34 58 11 4 t 35 59 G N 12 36 2 60 6 13 5 37 3 19 4 38 Outcome fozquency 15 39 - 16...

  • Part 3: Part 4 Explain how you arrived at your answer to question 10 above. Clearly...

    Part 3: Part 4 Explain how you arrived at your answer to question 10 above. Clearly identify which test and what sig was used to arrive at your conclusion. At a different clinic, patients were recruited to analyze the effects of various variables in explaining Total Cholesterol (mg/dL). Some of the variables included in this study are Age in years at screening, Weight (kg), Gender, Triglyceride (mg/dL), Direct HDL-Cholesterol (mg/dL), Fasting Glucose (mg/dL), and Systolic Blood Pressure (1st reading). A...

  • Please do 4 and 5 MAT2572 Probability and Mathematical Statistics Final Exam Name o Show your work. Your answers mus...

    Please do 4 and 5 MAT2572 Probability and Mathematical Statistics Final Exam Name o Show your work. Your answers must be neatly written and logically organized to receive full credit. 1. (10) The tributed with a standard deviation of 400 hours. Suppose that a randotn sample resulted in an average lifetime of 9000 hours. Obtain a 95 percent of the mean lifetime of such a tube. e life of a particular brand of television picture tube is known to be...

  • 1.) 2.) 3.) 4.) 5.) An advertising executive wants to estimate the mean weekly amount of...

    1.) 2.) 3.) 4.) 5.) An advertising executive wants to estimate the mean weekly amount of time consumers spend watching traditional television daily. Based on previous studies, the standard deviation is assumed to be 23 minutes. The executive wants to estimate, with 99% confidence, the mean weekly amount of time to within + 6 minutes. a. What sample size is needed? b. If 95% confidence is desired, how many consumers need to be selected? a. The sample size required for...

  • python math operator help Coding Problem 2.4.7 (Advanced) (External resource) (1.0 points possible) CoughSyrup.py Submit tRun...

    python math operator help Coding Problem 2.4.7 (Advanced) (External resource) (1.0 points possible) CoughSyrup.py Submit tRun G Grades Reset I dosage 100 Console output will be displayed here 2 time since last dose 7 3 is nighttimeFalse 4 took_something_cross_reactiveFalse 5 6#You may modify the lines of code above, but don't move them! 7 #When you submit your code, we'll change these lines to 8#assign different values to the variables. 10 #Let's try to use our mathematical operators and logical 111#operators...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT