Math, asked by karmakardebojeet794, 3 months ago

0.6z - 1.9 = 0.2z + 0.5​

Answers

Answered by Rahul4008
3

Step-by-step explanation:

printf("Enter two integers: "); scanf("%d %d", &number1, &number2); Then, these two numbers are added using the + operator, and the result is stored in the sum variable. Finally, the printf() function is used to display the sum of numbers. printf("%d + %d = %d", number1, number2, sum);

Answered by TulipWine
147

Question:-

  • 0.6z - 1.9 = 0.2z + 0.5

Answer:-

  • 0.6

Solution:-

 \tt0.6z - 1.9 = 0.2z + 0.5

  \tt \purple{\: transposing \:  - 0.2z \:  \: and \:  \:  - 1.9}

We get,

 \tt \: 0.6z - 0.2z =  0.5 + 1.9

 \tt 0.4z =2. 4

 \tt \: z =  \frac{2.4}{4}  \\  \tt \implies0.6

  \bf \boxed{Hence, \:  \: the  \:  \: required \:  \:  answer \:  \:  is \:  \:  0.6}

Similar questions