Regular pay: $12/hour
Time and a half: $12/hour * 1.5 = $18/hour
40 hours * $12/hour + 2 hours * $18/hour = $480 + $36 = $516
Answer: $516
Answer:
Write a function perim that receives the radius r of a circle, and calculates and returns the perimeter P of the circle (P = 2 π r). Here are examples of using the function:
>>perimeter = perim(5.3)
perimeter =33.3009
>>fprintf(‘The perimeter is %.1f\n’, perim(4))
The perimeter is 25.1
>>help perim
Calculates the perimeter of a circle
Renewable energy sources, such as biomass, are gaining increasing attention. Biomass energy units include megawatt hours (MWh) and gigajoules (GJ). One MWh is equivalent to 3.6 GJ. For example, 1 cubic meter of wood chips produces 1 MWh.
Step-by-step solution
Step 1 of 3
The perimeter of a circle is,
Here,
r is the radius of the circle and
P is the perimeter of the circle.
Chapter 3, Problem 25E is solved.
View this answer
View a sample solution
Back to top
Corresponding textbook
MATLAB | 3rd Edition
MATLAB | 3rd Edition
9780124058767
ISBN:
0124058760
Authors:
Stormy Attaway
Rent | Buy
MATLAB
(3rd Edition)
Solutions for Chapter 3
Problem 25E: Write a function perim that receives
the radius r of a circle, and calculates and returns
the perimeter P of the circle (P = 2 π r). Here are …
Solutions for problems in chapter 3
Get solutions
Answer:
-9
Step-by-step explanation:
Hope this helps.
term midpoint.
Ok in my own words hmm.
Midpoint to me would be the point in the middle.
I've seen and worked with midpoints on lines and triangles.
So the midpoint would be the point in the middle of a line segment.
Hope this is helpful!
Answer:
It's the center of a line which involves coordinates (x,y) and by defining a line it's made up of multiple coordinates
Step-by-step explanation:
Hope it's helpful