Let the fixed charge for first 7 days be Rs x and Additional charge per day = Rs y As per question Sahil paid = Rs 215 for 15 days = First 7 days charge + additional charge per day × total days = x + 8 y = 215…………(i) Ravi paid Rs 305 for Rs 21 days = x + 14 y = 305…………(ii) By solving (i) and (ii), we get y = 15 So, the additional charge per day = Rs 15 By putting the value of y in (i), we get x + 8 y = 215 x + 8 × 15 = 215 x = 215 – 120 = Rs 95 Fixed charge for first 7 days in Rs 95.
What is the purpose of calculating an appropriate sample size in data analysis?
Consider the following code snippet. What is the output of the program?
#include < stdio.h >
int main ( ) {
int arr[5] = {1...
What is the primary objective of exponential smoothing in time series forecasting?
Which of the following forecasting methods would be most suitable for a time series that exhibits both a long-term trend and seasonality?
Which storage method is most suitable for managing large-scale unstructured data like videos or social media posts?
Which layer in the OSI model is responsible for end-to-end communication and error-free delivery of data between hosts?
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best demonstrates encapsulation in Object-Oriented Programming (OOP)?
Which data visualization tool is most suitable for creating interactive dashboards and sharing visual insights with stakeholders ?
Which of the following methods is most commonly used for predicting patient outcomes in healthcare settings, such as diagnosing diseases or assessing...