document.write( "Question 92135: A stamp collection consists of 5, 13, and 18 cent stamps. The number of 13 cent stamps is one less than twice the number of 5 cent stamps. The number of 18 cent stamps is five more than the number of 13 cent stamps. The total value of all the stamps is $2.60. Find the number of 13 cent stamps in the collection. \n" ); document.write( "
Algebra.Com's Answer #66990 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let t=13cent ... (t+1)/2=5cent ... t+5=18cent ... 13t+5((t+1)/2)+18(t+5)=260\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by 2 gives 26t+5t+5+36t+180=520 ... 67t=335 ... t=5
\n" ); document.write( "
\n" );