document.write( "Question 539290: what day of the week is 263 days from monday? \n" ); document.write( "
Algebra.Com's Answer #353385 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
It will be monday again if the remainder
\n" ); document.write( "is zero when you divide by \"7\"
\n" ); document.write( "\"+263%2F7+=+37+\" plus a remainder of \"4\"
\n" ); document.write( "so, \"+263+-+4+=+259+\"
\n" ); document.write( "\"+259%2F7+=+37+\" with remainder of zero
\n" ); document.write( "259th day is monday
\n" ); document.write( "260th day is tuesday
\n" ); document.write( "261st day is wednesday
\n" ); document.write( "262nd day is thursday
\n" ); document.write( "263rd day is friday
\n" ); document.write( "
\n" );