document.write( "Question 1121103: Susie buys 2 pieces of salmon, each weighing x pounds, and 1 piece of trout,y pounds, where x and y are integers. The salmon costs $3.50 per pound and the trout costs $5 per pound. If the total cost of the fish was $77, what could be the value of y? \n" ); document.write( "
Algebra.Com's Answer #736869 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The amount spent on salmon is 7x; the amount spent on trout is 5y. The total amount spent is 77:

\n" ); document.write( "\"7x%2B5y+=+77\"

\n" ); document.write( "Very informally....

\n" ); document.write( "Since x and y are positive integers, 7x is a multiple of 7. Then, since 77 is a multiple of 7, 5y must also be a multiple of 7.

\n" ); document.write( "Since 5 is not a multiple of 7, y must be. So the possible values of y are 7, 14, 21, ....

\n" ); document.write( "But y has to be less than 77/5 = 15.4; so the only two possible values for y are 7 and 14.

\n" ); document.write( "Answer: The two possible values for y are 7 and 14.

\n" ); document.write( "The same solution, using formal mathematics....

\n" ); document.write( "\"7x%2B5y+=+77\"
\n" ); document.write( "\"5y+=+77-7x\"
\n" ); document.write( "\"5y+=+7%2811-x%29\"

\n" ); document.write( "Since 5 is not a multiple of 7, y must be.

\n" ); document.write( "Then, as above, the constraints on the value of y lead to exactly two possible values of y -- 7 and 14.
\n" ); document.write( "
\n" ); document.write( "
\n" );