option A.55°
Answer:
Solution given:
<x+<y=<z
exterior angle of a triangle is equal to the sum of two opposite interior angle
4n-18+n+8=133-6n
5n+6n=133+10
11n=143
n=143/11
n=13
<u>exterior</u><u> </u><u>angle</u><u> </u><u>=</u><u>1</u><u>3</u><u>3</u><u>-</u><u>6</u><u>*</u><u>1</u><u>3</u><u>=</u><u>5</u><u>5</u><u>°</u>
<u>option</u><u> </u><u>A</u><u>.</u><u>5</u><u>5</u><u>°</u>
Step-by-step explanation:
Hi, your question isn't totally complete. Here's the likely full question:
Random walk. A Java programmer begins walking aimlessly. At each time step, she takes one step in a random direction (either north, east, south, or west), each with probability 25%. She stops once she is at Manhattan distance r from the starting point. How many steps will the random walker take? This process is known as a two-dimensional random walk.
Write a program RandomWalker.java that takes an integer command-line argument r and simulates the motion of a random walk until the random walker is at Manhattan distance r from the starting point. Print the coordinates at each step of the walk (including the starting and ending points), treating the starting point as (0, 0). Also, print the total number of steps taken.
The possible value of the third length is an illustration of Triangle inequality theorem
The possible third lengths are 4 units and 6 units
<h3>How to determine the possible length of the third side?</h3>
To determine the third length, we make use of the following Triangle inequality theorem.
a + b > c
Let the third side be x.
So, we have:
x + 6 > 3
x + 3 > 6
3 + 6 > x
Solve the inequalities
x > -3
x > 3
x < 9
Remove the negative inequality value.
So, we have:
x > 3 or x < 9
Rewrite as:
3 < x or x < 9
Combine the inequality
3 < x < 9
This means that the possible value of the third length is between 3 and 9 (exclusive)
Hence, the possible third lengths are 4 units and 6 units
Read more about Triangle inequality theorem at:
brainly.com/question/2403556
Answer:
digits are: 0, 4, 8. The required number is: 480.
Step-by-step explanation:
→ Let ones digits is 'x', then according to the condition the hundreds digit is 'x+4', and the tens digit is '2(x+4)'.
→ According to the condition the sum of the digits is: x+(x+4)+2(x+4)=12.
→ After evaluation this equation, x=0 - this is ones digit;
→ x+4=0+4=4 - this is hundreds digit;
→ 2(x+4)=2(0+4)=8 - this is ten digit.