

InterviewSolution
Saved Bookmarks
1. |
I hope you can answer the questionstep by step explanation also |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/assuming-1986865" style="font-weight:bold;" target="_blank" title="Click to know more about ASSUMING">ASSUMING</a> that each <a href="https://interviewquestions.tuteehub.com/tag/calendar-13105" style="font-weight:bold;" target="_blank" title="Click to know more about CALENDAR">CALENDAR</a> date is also a square, then what you are <a href="https://interviewquestions.tuteehub.com/tag/describing-2572980" style="font-weight:bold;" target="_blank" title="Click to know more about DESCRIBING">DESCRIBING</a> is <a href="https://interviewquestions.tuteehub.com/tag/two-714195" style="font-weight:bold;" target="_blank" title="Click to know more about TWO">TWO</a> consecutive dates followed by two more consecutive dates a week later. Allow the first date to be <a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a>, that gives us:n+(n+1)+(n+7)+(n+8)=80 ⟹(4n+16)−16=80−16 ⟹4n4=644 n=16 n+1=17 n+7=23</body></html> | |