MHT-CET Study Timetable Generator
Build a personalised MHT-CET study plan from hours/day, subjects, and weeks until the exam.
Interactive MHT-CET planner — set daily hours and weeks remaining, then weight subjects (raise weights for weaker areas). Equal weights = even split across Physics, Chemistry, Mathematics, Biology.
Results update live. Pair with the MHT-CET countdown to set weeks remaining.
| Subject | Share | Hrs / week | Total hrs |
|---|---|---|---|
| Physics | 25% | 10.5 | 126.0 |
| Chemistry | 25% | 10.5 | 126.0 |
| Mathematics | 25% | 10.5 | 126.0 |
| Biology | 25% | 10.5 | 126.0 |
Math: total hours = 6 × 7 × 12 = 504.0; each subject gets weight ÷ Σ weights of that total.
How the MHT-CET Study Timetable Generator works
How the timetable is built
Total study hours = hours/day × 7 × weeks. Each MHT-CET subject receives a share proportional to its weight.
Default subjects: Physics, Chemistry, Mathematics, Biology. Raise weights for topics you need more time on.
About MHT-CET
MHT-CET is Maharashtra’s CET for engineering, pharmacy, and related courses. The exam is computer-based with multiple shifts; percentiles (not raw marks alone) drive the merit list for shift-normalised papers.
Frequently asked questions
Is this an official MHT-CET calculator from State Common Entrance Test Cell, Maharashtra?
No — it is a free Knwdle helper. Methodology follows published public concepts (NTA session percentile) and cites sources on the page. Always trust your official scorecard.
Does this predict MHT-CET ranks or college cutoffs?
No. We deliberately do not ship rank predictors or fake cutoffs. Percentile tools only compute transparent relative-standing maths from numbers you enter.
What is unique about MHT-CET?
MHT-CET is Maharashtra’s CET for engineering, pharmacy, and related courses. The exam is computer-based with multiple shifts; percentiles (not raw marks alone) drive the merit list for shift-normalised papers.
Where does the formula come from?
MHT-CET (CBT) uses percentile scores for normalisation across shifts, following the same relative-standing idea as other multi-shift CETs: percentile from candidates at or below your score in the shift. See the State CET Cell information brochure.
Can I change the exam date on the countdown?
Yes — the countdown date is always editable. The prefilled 2027-04-20 is an example only (Example only — MHT-CET usually spans April–May CBT slots; edit to your slot.).
For developers & AI agents
The MHT-CET Study Timetable Generator is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/mht-cet-study-timetable-generator| Parameter | Required | Description |
|---|---|---|
hoursPerDay | Yes | Study hours per day. |
weeksUntilExam | Yes | Weeks remaining. |
subjects | No | Comma-separated subjects (defaults to exam subjects). |
Request:
GET https://knwdle.com/api/tools/mht-cet-study-timetable-generator?hoursPerDay=6&weeksUntilExam=12&subjects=Physics%2CChemistry%2CMathematics%2CBiology
Response:
{
"tool": "mht-cet-study-timetable-generator",
"exam": "MHT-CET",
"note": "See live response for full fields",
"source": "MHT-CET (CBT) uses percentile scores for normalisation across shifts, following the same relative-st…"
}