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
Svetlanka [38]
3 years ago
15

Simbolizar: un medio de x

Mathematics
1 answer:
IrinaK [193]3 years ago
7 0

Answer:

C'est question pas difficile

You might be interested in
I don’t understand what to do
Natasha2012 [34]

Answer:  14cm

Step-by-step explanation:

The diameter of a circle is twice the radius.

Therefore, the diameter = 2*7 cm = 14cm

3 0
2 years ago
Read 2 more answers
Bryce has $28. He spends $15. Then, his mom gives him $5 more. Which equation shows how Bryce can correctly find his total amoun
photoshop1234 [79]

Answer:

28 - 15 + 5 = 18. Add and subtract will get you ,your answer. Bryce has $18

Step-by-step explanation:

Simple math hope this helped

7 0
2 years ago
What is the area of a parallelogram whose bases are 9
Nady [450]

<em> </em><em>Base=9cm</em>

<em>height=3</em><em> </em><em>cm</em>

<em>Area</em><em> </em><em>of</em><em> </em><em>parallelogram=b*h</em>

<em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em>=</em><em>9</em><em>*</em><em>3</em>

<em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em> </em><em>=</em><em>2</em><em>7</em><em>c</em><em>m</em><em>^</em><em>2</em><em>.</em>

<em>Hope</em><em> </em><em>this</em><em> </em><em>will</em><em> </em><em>help</em><em> </em><em>u</em><em>.</em><em>.</em><em>.</em><em>:</em><em>)</em>

6 0
4 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
3 years ago
In Exercises 22 describe how the change affects
hodyreva [135]

Step-by-step explanation:

Total Surface Area of original cylinder

= (2×(22/7)×9)(9+24)

=18×22/7×33

=1,866.8

Total Surface Area of new cylinder

=(2×(22/7)×9/3)(9/3+24/3)

=(2×(22/7)×3)(3+8)

=6×22/7×11

=207.4

Change or Ratio of org. cylinder to new cylinder

=1,866.8/207.4

=9.0009

3 0
3 years ago
Other questions:
  • It's correct, the answer A is correct
    15·1 answer
  • ????A - k = w + v, for a
    13·1 answer
  • How do I reduce 3 and 25/21
    10·1 answer
  • What is the solution to the open sentence? 8y + 7 = y + 21 A. 2 B. 4 C. 7 D. 14
    8·1 answer
  • There are two different loci that cause white coat color in horses. One locus is the albino locus found in all mammals. Albinism
    8·1 answer
  • Cuadrado de un binomio <br> 2<br> (7+x)
    12·2 answers
  • What are the domain and the range of function ? f(x)=x-6/x^2-3x-18​
    9·1 answer
  • What is 2/3d -8=1/2d
    9·1 answer
  • Given the equation: y=6x + 2<br><br> What is the slope of the line?
    7·1 answer
  • CAN SOMEONE HELP ME ON THIS HOMEWORK
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!