Question Set

1. A base ball team has lost 7 games and has won 13 games. What per cent of the games played did they win?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->As per the revised Goods and Services Tax (GST) norms, the GST on Haj and Kailash Mansarovar Yatra has been reduced from 18 per cent to how much per cent?....
QA->Assembly of which state has unanimously passed an amendment bill on July 23 raising reservation in government jobs and education for Other Backward Classes (OBC) to 27 per cent from the present 14 per cent?....
QA->Which team defeated Chennai Super Kings by 1 run in a last-ball thriller to become the 1st team to win the Indian Premier League (IPL) for the 4th time?....
QA->In order to promote growth and investment, a new provision has been inserted in the Income-tax Act with effect from FY 2019-20 which allows any domestic company an option to pay income-tax at the rate of __ per cent subject to condition that they will not avail any exemption/incentive.?....
QA->The captain of a cricket team of 11 members is 26 years old and the wicket keeper is 3 years older. If the ages of these two are excluded, the average age of the remaining players is one year less than the average age of the whole team. Find out the average age of the team.....
MCQ->A base ball team has lost 7 games and has won 13 games. What per cent of the games played did they win?....
MCQ->A base ball team has lost 7 games and has won 13 games.What percent of the games played did they win?....
MCQ->In this company, 60 per cent of the employees are males, 40 per cent are females, 80 per cent of the employees are sincere and 40 per cent of the employees are from this city - Rawalpura.....
MCQ->As they prepare for the state championships, one gymnast must be moved from the Level 2 team to the Level 1 team. The coaches will move the gymnast who has won the biggest prize and who has the most experience. In the last competition, Roberta won a bronze medal and has competed seven times before. Jamie has won a silver medal and has competed fewer times than Roberta. Beth has won a higher medal than Jamie and has competed more times than Roberta. Michele has won a bronze medal, and it is her third time competing. Who will be moved to the Level 1 team?....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution