7 and 6/10
Chat with our AI personalities
6 and 4/100
Lets call the whole number 'a' and the mixed number 'b c/d'. The latter is equal to b + c/d. a * (b + c/d) = a*b + a*c/b -which mean you can multiply the integer of the mixed number by 'a' and the fraction by 'a' - then add them together. An example: 3 * 2½ = 3*2 + 3*½ = 6 + 3/2 = 6+ 1+½ = 7½
To express 9.95 as a mixed number, we first need to separate the whole number and the decimal part. The whole number is 9, and the decimal part is 0.95. To convert the decimal part to a fraction, we place 95 over 100 (since there are two decimal places) to get 95/100. Therefore, 9.95 as a mixed number is 9 95/100.
#include<stdio.h> #include<conio.h> void main() { int no; clrscr(); printf("Enter a Number:"); scanf("%d",&no); if(no>0) printf("Your Number is Positive"); else printf("Your number is Negative"); getch(); }
three and six hundred twenty thousandths hope this helps! :D :)