Question
At a birthday party, 160 children
attended. They were divided into boys and girls. A total of 1240 candies were distributed. If each boy received 7 candies and each girl received 12 candies, how many girls were present at the party?Solution
ATQ,
Let 'm' be the number of boys and 'f' be the number of girls. Given: m + f = 160 (total childrens). 7m + 12f = 1240 (Candies distributed). From m + f = 160, solve for m: m = 160 − f. Substitute m = 160 − f into 7m + 12f = 1240: 7(160 − f) + 12f = 1240. Simplifying gives: 1120 − 7f + 12f = 1240 ⇒ 5f = 120 ⇒ f = 24. Thus, there are 24 girls and 136 boys.
A network administrator is troubleshooting a problem where a web application is not reachable. After confirming that the physical connections are intact...
Which of the following methods in the Seaborn library is used to create a scatter plot to visualize the relationship between two variables x and y?
What is the primary advantage of using the ARIMA (AutoRegressive Integrated Moving Average) model for forecasting time series data?
Which of the following is the most accurate description of semi-structured data ?
Which Business Intelligence tool is renowned for its interactive dashboards and visualization capabilities, commonly used in corporate reporting and dat...
Consider the following code snippet. What is the output of the program?
#include < stdio.h >
int main ( ) {
int arr[5] = {1...
What is the difference between a list and a tuple in Python?
A hospital uses a data-driven approach to improve patient care. They identify that patients with similar conditions respond differently to treatments b...
Which of the following is the most important reason for calculating the sample size correctly in data analysis?
In hypothesis testing, what does a p-value less than 0.05 typically indicate ?