1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Simora [160]
3 years ago
6

Write each number in standard form

Mathematics
1 answer:
ss7ja [257]3 years ago
5 0

The first answer is 9130000

I had a similar worksheet but I got it done a while ago soooooo sorry

You might be interested in
A certain car rental location charges a daily fee as well as a mileage charge. On one trip a businessman rented a car for the da
nikklg [1K]

Answer:

x\approx 267\ miles

Step-by-step explanation:

<u>Linear Modeling</u>

Some events can be modeled as linear functions. If we are in a situation where a linear model is suitable, then we need two sample points to make the model and predict unknown behaviors.

The linear function can be expressed in the slope-intercept format:

f(x)=mx+b

For the problem at hand, we must pick the adequate variables according to the data provided.

The question states the charge for renting a car is a function of the mileage. It also provides two points from which we can build our model. Let's set the following variables:

c = the charge for renting a car in dollars

x = the distance driven by the businessman in miles

Representing the ordered pair as (x,c), we have the points: (150,79) and (65,63.70). Our model will be expressed as:

c = mx+b

We must find the values of m and b with the data provided. Substituting the first point:

79 = 150m+b

Substituting the second point:

63.70 = 65m+b

Both equations form the following system:

\left\{\begin{matrix}150m+b=79\\ 65m+b=63.70 \end{matrix}\right.

Subtracting both equations:

150m-65m=79-63.70

Note the variable b was canceled out in the operation, leaving only the variable m to solve. Joining like terms:

85m=15.3

Solving:

m=15.3/85=0.18

From the first equation

79 = 150m+b

Solving for b:

b=79-150m=79-150(0.18) = 52.

The model for the problem is:

c=0.18x+52

Now we need to calculate how many miles (x) could be driven for c=$100. From the equation above, substitute c=100

100=0.18x+52

Solve for x:

0.18x+52=100

0.18x=100-52=48

x=48/0.18=266.67

Rounding to the closest integer:

\boxed{x\approx 267\ miles}

7 0
3 years ago
A gardener makes a new circular flower bed. The bed is teen feet in diameter. Calculate the circumference and the area of the ci
KATRIN_1 [288]

Answer:

I. Circumference of circular flower bed = 31.42 ft.

II. Area of circular flower bed = 78.55 ft²

Step-by-step explanation:

Given the following data;

Diameter = 10 ft

Radius = diameter/2

Radius = 10/2

Radius, r = 5 ft

I. To find the circumference of the circular flower bed;

Circumference of circle = 2πr

Substituting into the formula, we have

Circumference of circular flower bed = 2*3.142*5

Circumference of circular flower bed = 31.42 ft

II. To find the area;

Area of circle = πr²

Substituting into the formula, we have;

Area of circular flower bed = 3.142*5²

Area of circular flower bed = 3.142*25

Area of circular flower bed = 78.55 ft²

8 0
3 years ago
5. The recursive algorithm given below can be used to compute gcd(a, b) where a and b are non-negative integer, not both zero.
s2008m [1.1K]

Implementating the given algorithm in python 3, the greatest common divisors of <em>(</em><em>124</em><em> </em><em>and</em><em> </em><em>244</em><em>)</em><em> </em>and <em>(</em><em>4424</em><em> </em><em>and</em><em> </em><em>2111</em><em>)</em><em> </em>are 4 and 1 respectively.

The program implementation is given below and the output of the sample run is attached.

def gcd(a, b):

<em>#initialize</em><em> </em><em>a</em><em> </em><em>function</em><em> </em><em>named</em><em> </em><em>gcd</em><em> </em><em>which</em><em> </em><em>takes</em><em> </em><em>in</em><em> </em><em>two</em><em> </em><em>parameters</em><em> </em>

if a>b:

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>greater</em><em> </em><em>than</em><em> </em><em>b</em>

return gcd (b, a)

<em>#if</em><em> </em><em>true</em><em> </em><em>interchange</em><em> </em><em>the</em><em> </em><em>Parameters</em><em> </em><em>and</em><em> </em><em>Recall</em><em> </em><em>the</em><em> </em><em>function</em><em> </em>

elif a == 0:

return b

elif a == 1:

return 1

elif((a%2 == 0)and(b%2==0)):

<em>#even</em><em> </em><em>numbers</em><em> </em><em>leave</em><em> </em><em>no</em><em> </em><em>remainder</em><em> </em><em>when</em><em> </em><em>divided</em><em> </em><em>by</em><em> </em><em>2</em><em>,</em><em> </em><em>checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>and</em><em> </em><em>b</em><em> </em><em>are</em><em> </em><em>even</em><em> </em>

return 2 * gcd(a/2, b/2)

elif((a%2 !=0) and (b%2==0)):

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>odd</em><em> </em><em>and</em><em> </em><em>B</em><em> </em><em>is</em><em> </em><em>even</em><em> </em>

return gcd(a, b/2)

else :

return gcd(a, b-a)

<em>#since</em><em> </em><em>it's</em><em> </em><em>a</em><em> </em><em>recursive</em><em> </em><em>function</em><em>,</em><em> </em><em>it</em><em> </em><em>recalls</em><em> </em><em>the function</em><em> </em><em>with </em><em>new</em><em> </em><em>parameters</em><em> </em><em>until</em><em> </em><em>a</em><em> </em><em>certain</em><em> </em><em>condition</em><em> </em><em>is</em><em> </em><em>satisfied</em><em> </em>

print(gcd(124, 244))

print()

<em>#leaves</em><em> </em><em>a</em><em> </em><em>space</em><em> </em><em>after</em><em> </em><em>the</em><em> </em><em>first</em><em> </em><em>output</em><em> </em>

print(gcd(4424, 2111))

Learn more :brainly.com/question/25506437

6 0
2 years ago
I think of a number multiply by three add four I get 22. Using the statement above form an equation use the letter x for the unk
bogdanovich [222]

Answer:

x=6

Step-by-step explanation:

(x*3)+4=22

Subtracting 4 from both sides:

(x*3)=18

Dividing both sides by 3:

x=6

Hope this helps!

4 0
3 years ago
Can someone plz help me!!! 5-7?!
defon

Answer:

#5: d=22, #6: m=4\frac1{10}, #7: 2\frac3{11}=z

Step-by-step explanation:

#5:

2\cdot (4\cdot5-3^2)=2\cdot (4\cdot5-3\cdot3)=2\cdot (20-9)=2\cdot11=22

#6:

5\frac25-1\frac3{10}=5\frac4{10}-1\frac3{10}=4\frac1{10}

#7:

\frac{40-15}{5+6}=\frac{25}{11}=2\frac3{11}

7 0
3 years ago
Read 2 more answers
Other questions:
  • You are dealt five cards from a standard and shuffled deck of playing cards. Note that a standard deck has 52 cards and four of
    9·1 answer
  • Y=15+36.5x<br> Y=60+28.5x
    10·1 answer
  • The temperature Tuesday afternoon was 3 degrees c.Tuesday night the temperature was -6 degrees c. Find the change in temperature
    11·1 answer
  • Multiply the following
    5·1 answer
  • A number that has only 2 factors
    7·1 answer
  • What douse -3 reprensent on the numberline
    12·1 answer
  • Simplify: 64r^8<br> 8r^2<br> 8r^4<br> 32r^2<br> 32r^4
    10·1 answer
  • 8c + c<br><br>I need this answer asap​
    9·1 answer
  • −7x−50≤−1 AND−6x+70&gt;−2
    13·2 answers
  • HELPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!