One hundred and three million, seven hundred and twenty-seven, four hundred and ninety-five
Answer: 8.5
17/0.50 is 8.5
17-8.5
Answer:
Reason SAS postulate
Step-by-step explanation:
The two triangles must be congruent.
Reason: SAS postulate
ANSWER
The next two terms are
338, 434
EXPLANATION
The given sequence is 14,38,74,122,182,254
Let us observe some pattern and use it to find the next two terms.
14+24=38
38+36=74
74+48=122
122+60=182
182+72=254
To get the next term we add 84 to 254
254+84=338
To get the next term,we add 96 to 338
338+96=434
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}