Step-by-step explanation:
<h3><u>Given</u><u>:</u><u>-</u></h3>
(√3+√2)/(√3-√2)
<h3><u>To </u><u>find</u><u>:</u><u>-</u></h3>
<u>Rationalised</u><u> form</u><u> </u><u>=</u><u> </u><u>?</u>
<h3><u>Solution</u><u>:</u><u>-</u></h3>
We have,
(√3+√2)/(√3-√2)
The denominator = √3-√2
The Rationalising factor of √3-√2 is √3+√2
On Rationalising the denominator then
=>[(√3+√2)/(√3-√2)]×[(√3+√2)/(√3+√2)]
=>[(√3+√2)(√3+√2)]×[(√3-√2)(√3+√2)]
=>(√3+√2)²/[(√3-√2)(√3+√2)]
=> (√3+√2)²/[(√3)²-(√2)²]
Since (a+b)(a-b) = a²-b²
Where , a = √3 and b = √2
=> (√3+√2)²/(3-2)
=> (√3-√2)²/1
=> (√3+√2)²
=> (√3)²+2(√3)(√2)+(√2)²
Since , (a+b)² = a²+2ab+b²
Where , a = √3 and b = √2
=> 3+2√6+2
=> 5+2√6
<h3><u>Answer:-</u></h3>
The rationalised form of (√3+√2)/(√3-√2) is 3+2√6+2.
<h3>
<u>Used formulae:-</u></h3>
→ (a+b)² = a²+2ab+b²
→ (a-b)² = a²-2ab+b²
→ (a+b)(a-b) = a²-b²
→ The Rationalising factor of √a-√b is √a+√b
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
earnings * 20 percent = 17
earnings * .2 = 17
divide by .2 on each side
earnings = 17/.2
earnings = $85.00
The answer would be <em>29.5562243957</em>.